Instagram icon with colors #12381
Answered
by
Renato66
kamalsprasad
asked this question in
Q&A
-
Hi, how do I modify mdi-instagram with the color gradient? TIA |
Beta Was this translation helpful? Give feedback.
Answered by
Renato66
Oct 19, 2020
Replies: 1 comment 1 reply
-
Following the brandgradients <v-icon class="instagram-gradient">mdi-instagram</v-icon> .instagram-gradient {
background: -webkit-linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kamalsprasad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following the brandgradients