Aircare Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aircare 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/321504.svg" alt="Aircare icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321504.svg" alt="Aircare icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321504.svg" alt="Aircare icon" :width="24" :height="24" />
CSS background
.icon-aircare {
background-image: url('https://proicons.com/icon/321504.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;}.c{fill:#000;stroke-width:0px;}</style></defs><ellipse class="b" cx="24.0693" cy="31.1625" rx="9.9268" ry="9.6029"/><path class="b" d="m33.7874,33.1002h3.6969c4.4079,0,7.9627-3.5785,7.9627-7.9627,0-4.0287-2.9623-7.3465-6.8488-7.8679-.9953-5.5691-5.8772-9.8111-11.7544-9.8111-3.8628,0-7.2991,1.8485-9.4557,4.6923-.8057-.3081-1.7063-.474-2.6305-.474-4.2657,0-7.702,3.4363-7.702,7.702,0,.1659,0,.3555.0237.5214-2.5357.9953-4.3368,3.4837-4.3368,6.3749,0,3.7917,3.0808,6.8488,6.8488,6.8488h4.7634"/><circle class="c" cx="24.0693" cy="35.9328" r=".825"/><line class="b" x1="24.0693" y1="25.8781" x2="24.0693" y2="32.9639"/></svg>
Copied!