air-vent from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
air-vent
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the air vent 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-linejoin="round" stroke-width="1.5"><path d="M6.5 3h11c1.398 0 2.097 0 2.648.228a3 3 0 0 1 1.624 1.624C22 5.403 22 6.102 22 7.5s0 2.097-.228 2.648a3 3 0 0 1-1.624 1.624C19.597 12 18.898 12 17.5 12h-11c-1.398 0-2.097 0-2.648-.228a3 3 0 0 1-1.624-1.624C2 9.597 2 8.898 2 7.5s0-2.097.228-2.648a3 3 0 0 1 1.624-1.624C4.403 3 5.102 3 6.5 3"/><path d="M18 12c0-1.886 0-2.828-.586-3.414S15.886 8 14 8h-4c-1.886 0-2.828 0-3.414.586S6 10.114 6 12m10 3v4a2 2 0 1 0 4 0M8 15v2a2 2 0 1 1-4 0m8-2v4"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsAirVent(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M6.5 3h11c1.398 0 2.097 0 2.648.228a3 3 0 0 1 1.624 1.624C22 5.403 22 6.102 22 7.5s0 2.097-.228 2.648a3 3 0 0 1-1.624 1.624C19.597 12 18.898 12 17.5 12h-11c-1.398 0-2.097 0-2.648-.228a3 3 0 0 1-1.624-1.624C2 9.597 2 8.898 2 7.5s0-2.097.228-2.648a3 3 0 0 1 1.624-1.624C4.403 3 5.102 3 6.5 3"/><path d="M18 12c0-1.886 0-2.828-.586-3.414S15.886 8 14 8h-4c-1.886 0-2.828 0-3.414.586S6 10.114 6 12m10 3v4a2 2 0 1 0 4 0M8 15v2a2 2 0 1 1-4 0m8-2v4"/></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-linejoin="round" stroke-width="1.5"><path d="M6.5 3h11c1.398 0 2.097 0 2.648.228a3 3 0 0 1 1.624 1.624C22 5.403 22 6.102 22 7.5s0 2.097-.228 2.648a3 3 0 0 1-1.624 1.624C19.597 12 18.898 12 17.5 12h-11c-1.398 0-2.097 0-2.648-.228a3 3 0 0 1-1.624-1.624C2 9.597 2 8.898 2 7.5s0-2.097.228-2.648a3 3 0 0 1 1.624-1.624C4.403 3 5.102 3 6.5 3"/><path d="M18 12c0-1.886 0-2.828-.586-3.414S15.886 8 14 8h-4c-1.886 0-2.828 0-3.414.586S6 10.114 6 12m10 3v4a2 2 0 1 0 4 0M8 15v2a2 2 0 1 1-4 0m8-2v4"/></g></svg>
</template>

CSS

.icon-air-vent {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6.5%203h11c1.398%200%202.097%200%202.648.228a3%203%200%200%201%201.624%201.624C22%205.403%2022%206.102%2022%207.5s0%202.097-.228%202.648a3%203%200%200%201-1.624%201.624C19.597%2012%2018.898%2012%2017.5%2012h-11c-1.398%200-2.097%200-2.648-.228a3%203%200%200%201-1.624-1.624C2%209.597%202%208.898%202%207.5s0-2.097.228-2.648a3%203%200%200%201%201.624-1.624C4.403%203%205.102%203%206.5%203%22%2F%3E%3Cpath%20d%3D%22M18%2012c0-1.886%200-2.828-.586-3.414S15.886%208%2014%208h-4c-1.886%200-2.828%200-3.414.586S6%2010.114%206%2012m10%203v4a2%202%200%201%200%204%200M8%2015v2a2%202%200%201%201-4%200m8-2v4%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6.5%203h11c1.398%200%202.097%200%202.648.228a3%203%200%200%201%201.624%201.624C22%205.403%2022%206.102%2022%207.5s0%202.097-.228%202.648a3%203%200%200%201-1.624%201.624C19.597%2012%2018.898%2012%2017.5%2012h-11c-1.398%200-2.097%200-2.648-.228a3%203%200%200%201-1.624-1.624C2%209.597%202%208.898%202%207.5s0-2.097.228-2.648a3%203%200%200%201%201.624-1.624C4.403%203%205.102%203%206.5%203%22%2F%3E%3Cpath%20d%3D%22M18%2012c0-1.886%200-2.828-.586-3.414S15.886%208%2014%208h-4c-1.886%200-2.828%200-3.414.586S6%2010.114%206%2012m10%203v4a2%202%200%201%200%204%200M8%2015v2a2%202%200%201%201-4%200m8-2v4%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/air-vent.svg?color=%231a73e8&size=48