Ctt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ctt 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/338709.svg" alt="Ctt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338709.svg" alt="Ctt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338709.svg" alt="Ctt icon" :width="24" :height="24" />
CSS background
.icon-ctt {
background-image: url('https://proicons.com/icon/338709.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><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="c" d="M25.389,16.889v12.175c0,1.1301.8967,2.0462,2.003,2.0462h.6009"/><path class="c" d="M25.389,20.265h2.1032"/><path class="c" d="M31.758,16.889v12.175c0,1.1301.8968,2.0462,2.003,2.0462h.6009"/><path class="c" d="M31.758,20.265h2.1032"/><path class="c" d="M21.122,29.05c-.6906,1.2316-1.9898,2.0611-3.4786,2.0611-2.2125,0-4.006-1.8322-4.006-4.0924v-2.6601c0-2.2602,1.7935-4.0924,4.006-4.0924,1.486,0,2.783.8265,3.4746,2.0542"/></svg>
Copied!