Ai Label Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Ai Label 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/316987.svg" alt="Ai Label icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316987.svg" alt="Ai Label icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316987.svg" alt="Ai Label icon" :width="24" :height="24" />
CSS background
.icon-ai-label {
background-image: url('https://proicons.com/icon/316987.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="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<path d="M19,21v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4Z"/>
<path d="M15.5005,21h2l-3.5005-11h-3l-3.4966,11h1.9988l.6018-2h4.7781l.6184,2ZM10.7058,17l1.6284-5.4111.2559-.0024,1.6736,5.4136h-3.5579Z"/>
<path d="M32,32H0V0h32v32ZM2,30h28V2H2v28Z"/>
<rect id="_x3C_Transparent_Rectangle_x3E_" class="cls-1" width="32" height="32"/>
</svg>
Copied!