Daily You Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Daily You 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/324250.svg" alt="Daily You icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324250.svg" alt="Daily You icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324250.svg" alt="Daily You icon" :width="24" :height="24" />
CSS background
.icon-daily-you {
background-image: url('https://proicons.com/icon/324250.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m9.9167,32.5981v.8089c0,.7152.5776,1.296,1.2928,1.3h25.5811c.7151-.004,1.2928-.5848,1.2928-1.3v-.8089"/><path class="b" d="m38.0833,18.1536v-1.5167c0-.714-.5788-1.2928-1.2928-1.2928h-6.3339l-2.0006-2.0511h-8.9122l-2.0006,2.0511h-6.3339c-.714,0-1.2928.5788-1.2928,1.2928v1.5167"/><circle class="b" cx="24" cy="25.0147" r="5.4167"/><path class="b" d="m32.6667,19.5981v5.4167c0,2.9915,2.4251,5.4167,5.4167,5.4167s5.4167-2.4251,5.4167-5.4167v-5.4167"/><path class="b" d="m4.5,19.5981c0,2.9915,2.4251,5.4167,5.4167,5.4167s5.4167-2.4251,5.4167-5.4167"/><line class="b" x1="9.9167" y1="30.4314" x2="9.9167" y2="25.0147"/></svg>
Copied!