Dailyal Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dailyal 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/324251.svg" alt="Dailyal icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324251.svg" alt="Dailyal icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324251.svg" alt="Dailyal icon" :width="24" :height="24" />
CSS background
.icon-dailyal {
background-image: url('https://proicons.com/icon/324251.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="M18.0372,29.4422v-10.8881M18.0372,24.9501c-.0125-1.5154-1.2511-2.7336-2.7665-2.7211,0,0-.0001,0-.0002,0h0c-1.5153-.0147-2.7557,1.2017-2.7705,2.7171,0,.0013,0,.0027,0,.004v1.771c0,1.5012,1.2389,2.7211,2.7705,2.7211h0c1.5154.0126,2.754-1.2055,2.7667-2.7209,0,0,0-.0001,0-.0002M26.7667,29.4422v-7.2132M26.7667,26.7211c-.0125,1.5154-1.2511,2.7336-2.7665,2.7211,0,0-.0001,0-.0002,0h0c-1.5153.0147-2.7557-1.2017-2.7705-2.7171,0-.0013,0-.0027,0-.004v-1.771c0-1.5012,1.2389-2.7211,2.7705-2.7211h0c1.5278,0,2.7667,1.2161,2.7667,2.7211M29.9666,18.5616v10.8843h5.5334"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!