Daily Dev Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Daily Dev 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/338807.svg" alt="Daily Dev icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338807.svg" alt="Daily Dev icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338807.svg" alt="Daily Dev icon" :width="24" :height="24" />
CSS background
.icon-daily-dev {
background-image: url('https://proicons.com/icon/338807.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M36.7399,24l-6.3708,6.369c-1.0942,1.0936-1.0942,2.8673,0,3.9609,1.0936,1.0942,2.8673,1.0942,3.9609,0l8.3495-8.3495c1.0941-1.0937,1.0941-2.8673,0-3.9609l-8.3495-8.3495c-1.0937-1.0941-2.8673-1.0941-3.9609,0l-6.369,6.369-6.369-6.369c-1.0937-1.0941-2.8673-1.0941-3.9609,0l-8.3495,8.3495c-1.0941,1.0937-1.0941,2.8673,0,3.9609l8.3495,8.3495c1.0937,1.0941,2.8673,1.0941,3.9609,0l18.6798-18.6798-2.5101,5.4111,2.9392,2.9389Z"/><path class="b" d="M24,20.039l-12.3109,12.3109,2.5101-5.4111-2.9398-2.9385,4.3906-4.3887,4.3887,4.3887"/></svg>
Copied!