Tori Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tori 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/348679.svg" alt="Tori icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348679.svg" alt="Tori icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348679.svg" alt="Tori icon" :width="24" :height="24" />
CSS background
.icon-tori {
background-image: url('https://proicons.com/icon/348679.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>.c{fill:#fff;}.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="d" d="M27.7677,24.2916c0-1.5423,1.2503-2.7926,2.7926-2.7926h0"/><line class="d" x1="27.7677" y1="21.499" x2="27.7677" y2="28.8994"/><circle class="c" cx="33.5226" cy="18.078" r=".75"/><line class="d" x1="33.5226" y1="21.499" x2="33.5226" y2="28.8994"/><path class="d" d="M14.9661,19.1951v8.308c0,.7712.6251,1.3963,1.3963,1.3963h.4189"/><line class="d" x1="13.5" y1="21.499" x2="16.4322" y2="21.499"/><path class="d" d="M19.0996,24.2916c0-1.5423,1.2503-2.7926,2.7926-2.7926s2.7926,1.2503,2.7926,2.7926v1.8152c0,1.5423-1.2503,2.7926-2.7926,2.7926s-2.7926-1.2503-2.7926-2.7926v-1.8152Z"/></svg>
Copied!