Toi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Toi 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/348635.svg" alt="Toi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348635.svg" alt="Toi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348635.svg" alt="Toi icon" :width="24" :height="24" />
CSS background
.icon-toi {
background-image: url('https://proicons.com/icon/348635.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="M27.6309,17.7329c2.3445,0,4.2318,1.8522,4.2318,4.1522v4.2297c0,2.3-1.8874,4.1511-4.2318,4.1511s-4.2308-1.8512-4.2308-4.1511v-4.2297c0-2.3,1.8874-4.1511,4.2308-4.1511v-.001Z"/><line class="b" x1="16.7308" y1="30.2671" x2="16.7308" y2="17.7329"/><line class="b" x1="12.5" y1="17.7329" x2="20.9616" y2="17.7329"/><line class="b" x1="35.5" y1="17.7329" x2="35.5" y2="30.2671"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!