Asung Daiso Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Asung Daiso 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/336665.svg" alt="Asung Daiso icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336665.svg" alt="Asung Daiso icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336665.svg" alt="Asung Daiso icon" :width="24" :height="24" />
CSS background
.icon-asung-daiso {
background-image: url('https://proicons.com/icon/336665.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><circle class="b" cx="24.392" cy="9" r="3.5"/><circle class="b" cx="9" cy="24" r="3.5"/><circle class="b" cx="24.392" cy="24" r="3.5"/><circle class="b" cx="39" cy="24" r="3.5"/><circle class="b" cx="9" cy="39" r="3.5"/><circle class="b" cx="39" cy="39" r="3.5"/><circle class="b" cx="9" cy="9" r="3.5"/><circle class="b" cx="39" cy="9" r="3.5"/><path class="b" d="M12.5,31.5v11"/><circle class="b" cx="18.895" cy="39" r="3.5"/><path class="b" d="M22.395,35.5v7"/><path class="b" d="M25.29,35.5v7"/><path class="b" d="M28.318,41.733c.4091.5589.9219.7669,1.6355.7669h.9876c.919,0,1.664-.7818,1.664-1.7462v-.0075c0-.9644-.745-1.7462-1.664-1.7462h-1.0894c-.92,0-1.6658-.7827-1.6658-1.7481,0-.9676.7474-1.7519,1.6695-1.7519h.9821c.7136,0,1.2265.2082,1.6355.7669"/></svg>
Copied!