Tsq Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Tsq 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/319148.svg" alt="Tsq icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319148.svg" alt="Tsq icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319148.svg" alt="Tsq icon" :width="24" :height="24" />
CSS background
.icon-tsq {
background-image: url('https://proicons.com/icon/319148.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="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<rect x="19" y="26" width="11" height="2"/>
<rect x="19" y="22" width="11" height="2"/>
<path d="M30,20h-11V12h11v8Zm-9-2h7v-4h-7v4Z"/>
<rect x="19" y="8" width="11" height="2"/>
<rect x="19" y="4" width="11" height="2"/>
<polygon points="10.293 18.707 8 16.4143 8 12 10 12 10 15.5857 11.707 17.293 10.293 18.707"/>
<path d="M9,24c-4.4111,0-8-3.5889-8-8s3.5889-8,8-8,8,3.5889,8,8-3.5889,8-8,8Zm0-14c-3.3083,0-6,2.6917-6,6s2.6917,6,6,6,6-2.6917,6-6-2.6917-6-6-6Z"/>
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32" height="32"/>
</svg>
Copied!