Deviantart Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Deviantart icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/314096.svg" alt="Deviantart icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314096.svg" alt="Deviantart icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314096.svg" alt="Deviantart icon" :width="24" :height="24" />
CSS background
.icon-deviantart {
background-image: url('https://proicons.com/icon/314096.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>DeviantArt</title><path d="M19.207 4.794l.23-.43V0H15.07l-.436.44-2.058 3.925-.646.436H4.58v5.993h4.04l.36.436-4.175 7.98-.24.43V24H8.93l.436-.44 2.07-3.925.644-.436h7.35v-5.993h-4.05l-.36-.438 4.186-7.977z"/></svg>
Copied!