Smart Hq Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Smart Hq 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/332918.svg" alt="Smart Hq icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332918.svg" alt="Smart Hq icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332918.svg" alt="Smart Hq icon" :width="24" :height="24" />
CSS background
.icon-smart-hq {
background-image: url('https://proicons.com/icon/332918.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m30.2834,39.4183c0-3.4702-2.8132-6.2834-6.2834-6.2834s-6.2834,2.8132-6.2834,6.2834H7.6712v-21.3515L24,5.5l16.3288,12.5668v21.3515h-10.0454Z"/><path class="b" d="m10.1825,28.1122c8.7948-8.7948,18.8402-8.7948,27.6349,0"/><path class="b" d="m13.9546,33.1349c6.2734-6.2834,13.8175-6.2834,20.0909,0"/><path class="b" d="m24,36.3367c1.7009,0,3.0817,1.3807,3.0817,3.0817s-1.3807,3.0817-3.0817,3.0817-3.0817-1.3807-3.0817-3.0817,1.3807-3.0817,3.0817-3.0817Z"/></svg>
Copied!