Torrid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Torrid 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/334128.svg" alt="Torrid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334128.svg" alt="Torrid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334128.svg" alt="Torrid icon" :width="24" :height="24" />
CSS background
.icon-torrid {
background-image: url('https://proicons.com/icon/334128.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m35.5862,27.5v-7h1.58c1.69,0,3.06,1.37,3.06,3.06h0v.88c0,1.69-1.37,3.06-3.06,3.06h-1.58Z"/><line class="b" x1="33.5706" y1="20.5" x2="33.5706" y2="27.5"/><path class="b" d="m29.1238,25.2l2.28,2.3m-4.58,0v-7h2.3c1.2979,0,2.35,1.0521,2.35,2.35s-1.0521,2.35-2.35,2.35h-2.3m-4.2,0l2.28,2.3m-4.58,0v-7h2.3c1.2979,0,2.35,1.0521,2.35,2.35s-1.0521,2.35-2.35,2.35h-2.3"/><path class="b" d="m15.8949,20.51h0c1.2785,0,2.315,1.0387,2.315,2.32v2.35c0,1.2813-1.0365,2.32-2.315,2.32h0c-1.2785,0-2.315-1.0387-2.315-2.32v-2.35c0-1.2813,1.0365-2.32,2.315-2.32Z"/><path class="b" d="m10.0938,27.5v-7m-2.32,0h4.64"/><circle class="b" cx="24" cy="24" r="21.5"/></svg>
Copied!