Terminightor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Terminightor 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/333796.svg" alt="Terminightor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333796.svg" alt="Terminightor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333796.svg" alt="Terminightor icon" :width="24" :height="24" />
CSS background
.icon-terminightor {
background-image: url('https://proicons.com/icon/333796.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b{fill:none;stroke:#000;}.b{stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,9.2h0A16.85,16.85,0,1,1,7.1,26.1h0A16.94,16.94,0,0,1,24,9.2Z"/><path class="b" d="M35.31,19.3l-5.5,1.5"/><path class="b" d="M12.71,19.3l5.5,1.5"/><path class="b" d="M17.68,5c-5.45-3.29-12,.8-11.1,7.5.1.8,1.57,1.78,2.4.8a17.48,17.48,0,0,1,9.1-5.7C19.57,7.24,18.49,5.49,17.68,5Z"/><path class="b" d="M30.32,5c5.45-3.29,12,.8,11.1,7.5-.1.8-1.57,1.78-2.4.8a17.48,17.48,0,0,0-9.1-5.7C28.43,7.24,29.51,5.49,30.32,5Z"/><path class="b" d="M24,13.4V26.05l4.5,6"/></svg>
Copied!