Dailydotdev Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Dailydotdev 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/314032.svg" alt="Dailydotdev icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314032.svg" alt="Dailydotdev icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314032.svg" alt="Dailydotdev icon" :width="24" :height="24" />
CSS background
.icon-dailydotdev {
background-image: url('https://proicons.com/icon/314032.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>daily.dev</title><path d="M18.29 5.706a1.405 1.405 0 0 0-1.987 0L4.716 17.296l1.324-2.65-2.65-2.649 3.312-3.311 2.65 2.65 1.986-1.988-3.642-3.642a1.405 1.405 0 0 0-1.987 0L.411 11.004a1.404 1.404 0 0 0 0 1.987l4.305 4.304.993.993a1.405 1.405 0 0 0 1.987 0L19.285 6.7l-.993-.994Zm-.332 3.647 2.65 2.65-4.306 4.305a1.404 1.404 0 1 0 1.986 1.986l5.299-5.298a1.404 1.404 0 0 0 0-1.987l-4.305-4.304-1.324 2.648Z"/></svg>
Copied!