Tic 80 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tic 80 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/348506.svg" alt="Tic 80 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348506.svg" alt="Tic 80 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348506.svg" alt="Tic 80 icon" :width="24" :height="24" />
CSS background
.icon-tic-80 {
background-image: url('https://proicons.com/icon/348506.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:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m41.34,17.39c0,6.17-1.32,8.81-3.96,7.93"/><path class="c" d="m8.3,42.5h7.93v-2.64h7.93v2.64h7.93v-2.64h2.64v-2.64h2.64l.04-3.98-.04-3.95V8.14h-2.64v-2.64H8.3v2.64h-2.64v31.71h2.64v2.64Z"/><path class="c" d="m25.48,30.61c-2.64,3.96-7.93,3.96-10.57,0"/><path class="c" d="m14.91,17.39v5.29"/><path class="c" d="m25.48,17.39v5.29"/><path class="c" d="m32.09,26.64H8.3v-15.86h23.79v15.86Z"/><path class="c" d="m8.3,39.86h7.93"/><path class="c" d="m24.16,39.86h7.93"/><path class="c" d="m8.3,8.14h26.43"/></svg>
Copied!