Poly Ai Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Poly Ai 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/346037.svg" alt="Poly Ai icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346037.svg" alt="Poly Ai icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346037.svg" alt="Poly Ai icon" :width="24" :height="24" />
CSS background
.icon-poly-ai {
background-image: url('https://proicons.com/icon/346037.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M16.037,18.924h2.282c.3093-.0011.5609.2487.562.558,0,.0013,0,.0027,0,.004v6.785c.0011.3093-.2487.5609-.558.562-.0013,0-.0027,0-.004,0h-2.282c-.3093.0011-.5609-.2487-.562-.558,0-.0013,0-.0027,0-.004v-6.785c-.0011-.3093.2487-.5609.558-.562.0013,0,.0027,0,.004,0ZM29.66,18.924h2.282c.3093-.0011.5609.2487.562.558,0,.0013,0,.0027,0,.004v6.785c.0011.3093-.2487.5609-.558.562-.0013,0-.0027,0-.004,0h-2.282c-.3093.0011-.5609-.2487-.562-.558,0-.0013,0-.0027,0-.004v-6.785c-.0011-.3093.2487-.5609.558-.562.0013,0,.0027,0,.004,0ZM8.958,21.44h2.282c.3093-.0011.5609.2487.562.558,0,.0013,0,.0027,0,.004v4.804c.0011.3093-.2487.5609-.558.562-.0013,0-.0027,0-.004,0h-2.282c-.3093.0011-.5609-.2487-.562-.558,0-.0013,0-.0027,0-.004v-4.804c-.0011-.3093.2487-.5609.558-.562.0013,0,.0027,0,.004,0ZM36.738,21.44h2.283c.3093-.0011.5609.2487.562.558,0,.0013,0,.0027,0,.004v4.804c.0011.3093-.2487.5609-.558.562-.0013,0-.0027,0-.004,0h-2.282c-.3093.0011-.5609-.2487-.562-.558,0-.0013,0-.0027,0-.004v-4.804c-.0011-.3093.2487-.5609.558-.562.0013,0,.0027,0,.004,0h-.001ZM22.848,23.315h2.283c.3093-.0011.5609.2487.562.558,0,.0013,0,.0027,0,.004v4.803c.0017.3093-.2477.5613-.557.563-.0017,0-.0033,0-.005,0h-2.282c-.3093.0011-.5609-.2487-.562-.558,0-.0017,0-.0033,0-.005v-4.803c-.0011-.3093.2487-.5609.558-.562.0013,0,.0027,0,.004,0h-.001ZM39.028,33.577c-3.2702,5.138-8.9376,8.2503-15.028,8.253-6.0904-.0027-11.7578-3.115-15.028-8.253M38.138,31.834c.46,1.823,2.195,3.468,4.362,3.214l-.504-11.048c-.448-9.837-8.16-17.83-17.996-17.83S6.452,14.163,6.004,24l-.504,11.048c2.167.254,3.901-1.39,4.362-3.214"/></svg>
Copied!