Daiso Alt 1 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Daiso Alt 1 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/338822.svg" alt="Daiso Alt 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338822.svg" alt="Daiso Alt 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338822.svg" alt="Daiso Alt 1 icon" :width="24" :height="24" />
CSS background
.icon-daiso-alt-1 {
background-image: url('https://proicons.com/icon/338822.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="M34.2521,29.7085l4.624-5.0793,4.624,5.0793"/><path class="b" d="M34.2521,26.5402l4.624-5.0793,4.624,5.0793"/><path class="b" d="M34.2521,23.3708l4.624-5.0793,4.624,5.0793"/><path class="b" d="M9.3552,26.5392l4.624-5.0793,4.624,5.0793"/><line class="b" x1="20.3306" y1="21.4606" x2="20.3306" y2="26.5392"/><path class="b" d="M27.4193,25.9831c.3265.4055.7359.5565,1.3055.5565h.7883c.7336,0,1.3283-.5673,1.3283-1.2671v-.0055c0-.6998-.5947-1.2671-1.3283-1.2671h-.8696c-.7344,0-1.3297-.5679-1.3297-1.2684,0-.7021.5966-1.2712,1.3326-1.2712h.784c.5696,0,.979.151,1.3055.5565"/><path class="b" d="M4.5,26.5392v-5.0793h1.198c1.2865,0,2.3295.9949,2.3295,2.2222v.6349c0,1.2273-1.043,2.2222-2.3295,2.2222h-1.198Z"/><rect class="b" x="22.1588" y="21.4606" width="3.5276" height="5.0793" rx="1.7638" ry="1.7638"/></svg>
Copied!