Tozo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tozo 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/348722.svg" alt="Tozo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348722.svg" alt="Tozo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348722.svg" alt="Tozo icon" :width="24" :height="24" />
CSS background
.icon-tozo {
background-image: url('https://proicons.com/icon/348722.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="d" x1="9" y1="21.1071" x2="14.7857" y2="21.1071"/><line class="d" x1="11.8929" y1="26.8929" x2="11.8929" y2="21.1071"/><polyline class="d" points="24.4327 21.1071 30.2184 21.1071 24.4327 26.8929 30.2184 26.8929"/><rect class="d" x="16.7179" y="20.3839" width="5.7857" height="7.2322" rx="2.8929" ry="2.8929" transform="translate(43.6107 4.3893) rotate(90)"/><rect class="d" x="32.4911" y="20.3839" width="5.7857" height="7.2322" rx="2.8929" ry="2.8929" transform="translate(59.3839 -11.3839) rotate(90)"/><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!