smart ac icon
smart-ac from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- smart-ac
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the smart ac icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M16 3c2.339 0 3.508 0 4.362.536a3.5 3.5 0 0 1 1.102 1.102C22 5.492 22 6.66 22 9s0 3.508-.537 4.362a3.5 3.5 0 0 1-1.1 1.101C19.507 15 18.338 15 16 15H8c-2.339 0-3.508 0-4.362-.537a3.5 3.5 0 0 1-1.102-1.1C2 12.507 2 11.338 2 9s0-3.508.536-4.362a3.5 3.5 0 0 1 1.102-1.102C4.492 3 5.66 3 8 3zm-9 9h10"/><path stroke-linejoin="round" d="M6 21a2 2 0 0 0 2-2v-1m10 3a2 2 0 0 1-2-2v-1m-4 0v3m6.125-14H18m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSmartAc(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M16 3c2.339 0 3.508 0 4.362.536a3.5 3.5 0 0 1 1.102 1.102C22 5.492 22 6.66 22 9s0 3.508-.537 4.362a3.5 3.5 0 0 1-1.1 1.101C19.507 15 18.338 15 16 15H8c-2.339 0-3.508 0-4.362-.537a3.5 3.5 0 0 1-1.102-1.1C2 12.507 2 11.338 2 9s0-3.508.536-4.362a3.5 3.5 0 0 1 1.102-1.102C4.492 3 5.66 3 8 3zm-9 9h10"/><path strokeLinejoin="round" d="M6 21a2 2 0 0 0 2-2v-1m10 3a2 2 0 0 1-2-2v-1m-4 0v3m6.125-14H18m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M16 3c2.339 0 3.508 0 4.362.536a3.5 3.5 0 0 1 1.102 1.102C22 5.492 22 6.66 22 9s0 3.508-.537 4.362a3.5 3.5 0 0 1-1.1 1.101C19.507 15 18.338 15 16 15H8c-2.339 0-3.508 0-4.362-.537a3.5 3.5 0 0 1-1.102-1.1C2 12.507 2 11.338 2 9s0-3.508.536-4.362a3.5 3.5 0 0 1 1.102-1.102C4.492 3 5.66 3 8 3zm-9 9h10"/><path stroke-linejoin="round" d="M6 21a2 2 0 0 0 2-2v-1m10 3a2 2 0 0 1-2-2v-1m-4 0v3m6.125-14H18m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg> </template>
CSS
.icon-smart-ac {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16%203c2.339%200%203.508%200%204.362.536a3.5%203.5%200%200%201%201.102%201.102C22%205.492%2022%206.66%2022%209s0%203.508-.537%204.362a3.5%203.5%200%200%201-1.1%201.101C19.507%2015%2018.338%2015%2016%2015H8c-2.339%200-3.508%200-4.362-.537a3.5%203.5%200%200%201-1.102-1.1C2%2012.507%202%2011.338%202%209s0-3.508.536-4.362a3.5%203.5%200%200%201%201.102-1.102C4.492%203%205.66%203%208%203zm-9%209h10%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6%2021a2%202%200%200%200%202-2v-1m10%203a2%202%200%200%201-2-2v-1m-4%200v3m6.125-14H18m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16%203c2.339%200%203.508%200%204.362.536a3.5%203.5%200%200%201%201.102%201.102C22%205.492%2022%206.66%2022%209s0%203.508-.537%204.362a3.5%203.5%200%200%201-1.1%201.101C19.507%2015%2018.338%2015%2016%2015H8c-2.339%200-3.508%200-4.362-.537a3.5%203.5%200%200%201-1.102-1.1C2%2012.507%202%2011.338%202%209s0-3.508.536-4.362a3.5%203.5%200%200%201%201.102-1.102C4.492%203%205.66%203%208%203zm-9%209h10%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6%2021a2%202%200%200%200%202-2v-1m10%203a2%202%200%200%201-2-2v-1m-4%200v3m6.125-14H18m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/smart-ac.svg?color=%231a73e8&size=48