deviantart icon
deviantart from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- deviantart
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Jam Icons
Use the deviantart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5.5 -2 24 24"><path fill="currentColor" d="M12.985 0H8.846L7.141 3.211a1.2 1.2 0 0 1-1.066.631H.033v5.1h3.27c.362 0 .596.373.43.686l-3.7 6.967v3.375h4.131l1.706-3.21a1.2 1.2 0 0 1 1.066-.632h6.049v-5.1H9.707a.47.47 0 0 1-.43-.686l3.708-6.98z"/></svg>
React
import type { SVGProps } from "react";
export function JamDeviantart(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5.5 -2 24 24"><path fill="currentColor" d="M12.985 0H8.846L7.141 3.211a1.2 1.2 0 0 1-1.066.631H.033v5.1h3.27c.362 0 .596.373.43.686l-3.7 6.967v3.375h4.131l1.706-3.21a1.2 1.2 0 0 1 1.066-.632h6.049v-5.1H9.707a.47.47 0 0 1-.43-.686l3.708-6.98z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5.5 -2 24 24"><path fill="currentColor" d="M12.985 0H8.846L7.141 3.211a1.2 1.2 0 0 1-1.066.631H.033v5.1h3.27c.362 0 .596.373.43.686l-3.7 6.967v3.375h4.131l1.706-3.21a1.2 1.2 0 0 1 1.066-.632h6.049v-5.1H9.707a.47.47 0 0 1-.43-.686l3.708-6.98z"/></svg> </template>
CSS
.icon-deviantart {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%22-5.5%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.985%200H8.846L7.141%203.211a1.2%201.2%200%200%201-1.066.631H.033v5.1h3.27c.362%200%20.596.373.43.686l-3.7%206.967v3.375h4.131l1.706-3.21a1.2%201.2%200%200%201%201.066-.632h6.049v-5.1H9.707a.47.47%200%200%201-.43-.686l3.708-6.98z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%22-5.5%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.985%200H8.846L7.141%203.211a1.2%201.2%200%200%201-1.066.631H.033v5.1h3.27c.362%200%20.596.373.43.686l-3.7%206.967v3.375h4.131l1.706-3.21a1.2%201.2%200%200%201%201.066-.632h6.049v-5.1H9.707a.47.47%200%200%201-.43-.686l3.708-6.98z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/deviantart.svg?color=%231a73e8&size=48