Termbot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Termbot 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/348352.svg" alt="Termbot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348352.svg" alt="Termbot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348352.svg" alt="Termbot icon" :width="24" :height="24" />
CSS background
.icon-termbot {
background-image: url('https://proicons.com/icon/348352.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="M8.5,8.4c-2.2091,0-4,1.7909-4,4v23.2c0,2.2091,1.7909,4,4,4h31c2.2091,0,4-1.7909,4-4V12.4c0-2.2091-1.7909-4-4-4H8.5ZM9,23.13v.03l7.72,6-7.72,5.97M29.46,35.13h-11"/><circle class="b" cx="28.6742" cy="15.7395" r="1.3855"/><path class="b" d="M38.7063,23.0775l-5.1836-5.1836c.4944-1.4848.1551-3.1863-1.0268-4.3682-1.6667-1.6667-4.3688-1.6667-6.0355,0s-1.6667,4.3688,0,6.0355c1.3528,1.3528,3.3878,1.6073,4.9975.7639l.7842.7842.4811-.4811,3.4901,3.4901,2.2581.1211.2348-1.162h.0001Z"/></svg>
Copied!