Seecitv Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Seecitv 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/347106.svg" alt="Seecitv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347106.svg" alt="Seecitv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347106.svg" alt="Seecitv icon" :width="24" :height="24" />
CSS background
.icon-seecitv {
background-image: url('https://proicons.com/icon/347106.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m37.5,40.7c-3.7,3-8.4,4.8-13.5,4.8-11.9,0-21.5-9.6-21.5-21.5S12.1,2.5,24,2.5c5.1,0,9.8,1.8,13.5,4.8"/><path class="b" d="m38.6,27.7c-3,12.1-19.3,15.4-26.7,5.2-7.6-10,.3-24.7,12.8-24"/></svg>
Copied!