Honor Ai Space Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Honor Ai Space 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/327112.svg" alt="Honor Ai Space icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327112.svg" alt="Honor Ai Space icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327112.svg" alt="Honor Ai Space icon" :width="24" :height="24" />
CSS background
.icon-honor-ai-space {
background-image: url('https://proicons.com/icon/327112.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse class="c" cx="24" cy="24" rx="14.5" ry="19.5"/><path class="c" d="M9.5,24c0-5.3848,3.2459-9.75,7.25-9.75s7.25,4.3652,7.25,9.75h0c0,4.9823-2.7932,9.1631-6.4768,9.6944"/><path class="c" d="M38.5,24h0c0,8.0772-5.3726,14.625-12,14.625s-12-6.5478-12-14.625c0-3.563,1.0673-7.0035,3.0014-9.6754"/><path class="c" d="M9.5,24h5"/><path class="c" d="M24,24h14.5"/></svg>
Copied!