Dailypic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dailypic 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/338817.svg" alt="Dailypic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338817.svg" alt="Dailypic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338817.svg" alt="Dailypic icon" :width="24" :height="24" />
CSS background
.icon-dailypic {
background-image: url('https://proicons.com/icon/338817.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M8.5,9.5h-1a2,2,0,0,0-2,2v28a2,2,0,0,0,2,2h33a2,2,0,0,0,2-2v-28a2,2,0,0,0-2-2h-1"/><line class="a" x1="33.5" y1="9.5" x2="14.5" y2="9.5"/><line class="a" x1="36.5" y1="12.5" x2="36.5" y2="6.5"/><line class="a" x1="11.5" y1="12.5" x2="11.5" y2="6.5"/><path class="a" d="M20.09,31.2876A6.9855,6.9855,0,0,0,30.9852,25.5"/><path class="a" d="M27.9058,19.7083A6.9856,6.9856,0,0,0,17.0161,25.5"/><polygon class="a" points="29.906 25.5 27.281 25.5 30.891 21.891 34.5 25.5 34.5 25.5 31.875 25.5 29.906 25.5"/><polygon class="a" points="18.094 25.501 20.719 25.501 17.109 29.11 13.5 25.501 16.125 25.501 18.094 25.501"/></svg>
Copied!