Subito Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Subito 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/333416.svg" alt="Subito icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333416.svg" alt="Subito icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333416.svg" alt="Subito icon" :width="24" :height="24" />
CSS background
.icon-subito {
background-image: url('https://proicons.com/icon/333416.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,.b,.c,.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><rect class="b" x="20.1447" y="13.0589" width="4.7467" height="18.109" rx="1.1135" transform="translate(-9.0411 22.4039) rotate(-45.008)"/><rect class="c" x="14.5213" y="26.2565" width="4.7512" height="14.8063" rx="1.163" transform="translate(-20.6569 36.5218) rotate(-67.702)"/><rect class="d" x="31.8422" y="9.6759" width="4.5421" height="13.9835" rx="1.1618" transform="translate(-3.7663 14.0859) rotate(-22.141)"/></svg>
Copied!