deviantart icon
deviantart from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- deviantart
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the deviantart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m18.375 4l-.281.313l-.407.375l-.093.125l-.063.125l-1.781 3.375l-.156.093H8.188v7.5h3.593l-3.469 6.625l-.124.219V28h5.437l.281-.313l.406-.375l.094-.125l.063-.125l1.781-3.375l.156-.093h7.407v-7.5h-3.594l3.468-6.625l.125-.219V4zm.844 2h2.593v2.781l-3.937 7.469l-.281.594l.406.5l.344.406l.281.344h3.188v3.5H15.78l-.281.187l-.594.375l-.187.157l-.125.218L12.78 26h-2.594v-2.781l3.907-7.469l.312-.563l-.406-.53l-.344-.407l-.281-.344h-3.188v-3.5h6.032l.25-.187l.593-.375l.22-.156l.124-.22z"/></svg>
React
import type { SVGProps } from "react";
export function LaDeviantart(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m18.375 4l-.281.313l-.407.375l-.093.125l-.063.125l-1.781 3.375l-.156.093H8.188v7.5h3.593l-3.469 6.625l-.124.219V28h5.437l.281-.313l.406-.375l.094-.125l.063-.125l1.781-3.375l.156-.093h7.407v-7.5h-3.594l3.468-6.625l.125-.219V4zm.844 2h2.593v2.781l-3.937 7.469l-.281.594l.406.5l.344.406l.281.344h3.188v3.5H15.78l-.281.187l-.594.375l-.187.157l-.125.218L12.78 26h-2.594v-2.781l3.907-7.469l.312-.563l-.406-.53l-.344-.407l-.281-.344h-3.188v-3.5h6.032l.25-.187l.593-.375l.22-.156l.124-.22z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m18.375 4l-.281.313l-.407.375l-.093.125l-.063.125l-1.781 3.375l-.156.093H8.188v7.5h3.593l-3.469 6.625l-.124.219V28h5.437l.281-.313l.406-.375l.094-.125l.063-.125l1.781-3.375l.156-.093h7.407v-7.5h-3.594l3.468-6.625l.125-.219V4zm.844 2h2.593v2.781l-3.937 7.469l-.281.594l.406.5l.344.406l.281.344h3.188v3.5H15.78l-.281.187l-.594.375l-.187.157l-.125.218L12.78 26h-2.594v-2.781l3.907-7.469l.312-.563l-.406-.53l-.344-.407l-.281-.344h-3.188v-3.5h6.032l.25-.187l.593-.375l.22-.156l.124-.22z"/></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%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.375%204l-.281.313l-.407.375l-.093.125l-.063.125l-1.781%203.375l-.156.093H8.188v7.5h3.593l-3.469%206.625l-.124.219V28h5.437l.281-.313l.406-.375l.094-.125l.063-.125l1.781-3.375l.156-.093h7.407v-7.5h-3.594l3.468-6.625l.125-.219V4zm.844%202h2.593v2.781l-3.937%207.469l-.281.594l.406.5l.344.406l.281.344h3.188v3.5H15.78l-.281.187l-.594.375l-.187.157l-.125.218L12.78%2026h-2.594v-2.781l3.907-7.469l.312-.563l-.406-.53l-.344-.407l-.281-.344h-3.188v-3.5h6.032l.25-.187l.593-.375l.22-.156l.124-.22z%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%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.375%204l-.281.313l-.407.375l-.093.125l-.063.125l-1.781%203.375l-.156.093H8.188v7.5h3.593l-3.469%206.625l-.124.219V28h5.437l.281-.313l.406-.375l.094-.125l.063-.125l1.781-3.375l.156-.093h7.407v-7.5h-3.594l3.468-6.625l.125-.219V4zm.844%202h2.593v2.781l-3.937%207.469l-.281.594l.406.5l.344.406l.281.344h3.188v3.5H15.78l-.281.187l-.594.375l-.187.157l-.125.218L12.78%2026h-2.594v-2.781l3.907-7.469l.312-.563l-.406-.53l-.344-.407l-.281-.344h-3.188v-3.5h6.032l.25-.187l.593-.375l.22-.156l.124-.22z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/deviantart.svg?color=%231a73e8&size=48