rear windshield defroster icon

rear-windshield-defroster-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
rear-windshield-defroster-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Use the rear windshield defroster icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.795 17H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3h-3.14l-.016-.07a4.15 4.15 0 0 1-.83 3.403l-.232.292a1.002 1.002 0 0 1-1.562-1.25l.233-.291A2.16 2.16 0 0 0 13.795 17h-1.936l-.015-.07a4.15 4.15 0 0 1-.83 3.403l-.232.292a1.002 1.002 0 0 1-1.562-1.25l.233-.291A2.16 2.16 0 0 0 9.795 17m-.345-.616q-.073-.092-.156-.177A4 4 0 0 1 9.102 16h2.442a4.1 4.1 0 0 0-.837-1.207a2.16 2.16 0 0 1-.16-2.877l.234-.291a1.001 1.001 0 0 0-1.562-1.25l-.233.292a4.16 4.16 0 0 0 .307 5.54q.084.085.157.177m4 0a2 2 0 0 0-.156-.177a4 4 0 0 1-.192-.207h2.442a4.1 4.1 0 0 0-.837-1.207a2.16 2.16 0 0 1-.16-2.877l.234-.291a1.001 1.001 0 0 0-1.562-1.25l-.233.292a4.16 4.16 0 0 0 .307 5.54q.084.085.157.177m.131.181"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteRearWindshieldDefrosterFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.795 17H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3h-3.14l-.016-.07a4.15 4.15 0 0 1-.83 3.403l-.232.292a1.002 1.002 0 0 1-1.562-1.25l.233-.291A2.16 2.16 0 0 0 13.795 17h-1.936l-.015-.07a4.15 4.15 0 0 1-.83 3.403l-.232.292a1.002 1.002 0 0 1-1.562-1.25l.233-.291A2.16 2.16 0 0 0 9.795 17m-.345-.616q-.073-.092-.156-.177A4 4 0 0 1 9.102 16h2.442a4.1 4.1 0 0 0-.837-1.207a2.16 2.16 0 0 1-.16-2.877l.234-.291a1.001 1.001 0 0 0-1.562-1.25l-.233.292a4.16 4.16 0 0 0 .307 5.54q.084.085.157.177m4 0a2 2 0 0 0-.156-.177a4 4 0 0 1-.192-.207h2.442a4.1 4.1 0 0 0-.837-1.207a2.16 2.16 0 0 1-.16-2.877l.234-.291a1.001 1.001 0 0 0-1.562-1.25l-.233.292a4.16 4.16 0 0 0 .307 5.54q.084.085.157.177m.131.181"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.795 17H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3h-3.14l-.016-.07a4.15 4.15 0 0 1-.83 3.403l-.232.292a1.002 1.002 0 0 1-1.562-1.25l.233-.291A2.16 2.16 0 0 0 13.795 17h-1.936l-.015-.07a4.15 4.15 0 0 1-.83 3.403l-.232.292a1.002 1.002 0 0 1-1.562-1.25l.233-.291A2.16 2.16 0 0 0 9.795 17m-.345-.616q-.073-.092-.156-.177A4 4 0 0 1 9.102 16h2.442a4.1 4.1 0 0 0-.837-1.207a2.16 2.16 0 0 1-.16-2.877l.234-.291a1.001 1.001 0 0 0-1.562-1.25l-.233.292a4.16 4.16 0 0 0 .307 5.54q.084.085.157.177m4 0a2 2 0 0 0-.156-.177a4 4 0 0 1-.192-.207h2.442a4.1 4.1 0 0 0-.837-1.207a2.16 2.16 0 0 1-.16-2.877l.234-.291a1.001 1.001 0 0 0-1.562-1.25l-.233.292a4.16 4.16 0 0 0 .307 5.54q.084.085.157.177m.131.181"/></svg>
</template>

CSS

.icon-rear-windshield-defroster-fill {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.795%2017H5a3%203%200%200%201-3-3V7a3%203%200%200%201%203-3h14a3%203%200%200%201%203%203v7a3%203%200%200%201-3%203h-3.14l-.016-.07a4.15%204.15%200%200%201-.83%203.403l-.232.292a1.002%201.002%200%200%201-1.562-1.25l.233-.291A2.16%202.16%200%200%200%2013.795%2017h-1.936l-.015-.07a4.15%204.15%200%200%201-.83%203.403l-.232.292a1.002%201.002%200%200%201-1.562-1.25l.233-.291A2.16%202.16%200%200%200%209.795%2017m-.345-.616q-.073-.092-.156-.177A4%204%200%200%201%209.102%2016h2.442a4.1%204.1%200%200%200-.837-1.207a2.16%202.16%200%200%201-.16-2.877l.234-.291a1.001%201.001%200%200%200-1.562-1.25l-.233.292a4.16%204.16%200%200%200%20.307%205.54q.084.085.157.177m4%200a2%202%200%200%200-.156-.177a4%204%200%200%201-.192-.207h2.442a4.1%204.1%200%200%200-.837-1.207a2.16%202.16%200%200%201-.16-2.877l.234-.291a1.001%201.001%200%200%200-1.562-1.25l-.233.292a4.16%204.16%200%200%200%20.307%205.54q.084.085.157.177m.131.181%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.795%2017H5a3%203%200%200%201-3-3V7a3%203%200%200%201%203-3h14a3%203%200%200%201%203%203v7a3%203%200%200%201-3%203h-3.14l-.016-.07a4.15%204.15%200%200%201-.83%203.403l-.232.292a1.002%201.002%200%200%201-1.562-1.25l.233-.291A2.16%202.16%200%200%200%2013.795%2017h-1.936l-.015-.07a4.15%204.15%200%200%201-.83%203.403l-.232.292a1.002%201.002%200%200%201-1.562-1.25l.233-.291A2.16%202.16%200%200%200%209.795%2017m-.345-.616q-.073-.092-.156-.177A4%204%200%200%201%209.102%2016h2.442a4.1%204.1%200%200%200-.837-1.207a2.16%202.16%200%200%201-.16-2.877l.234-.291a1.001%201.001%200%200%200-1.562-1.25l-.233.292a4.16%204.16%200%200%200%20.307%205.54q.084.085.157.177m4%200a2%202%200%200%200-.156-.177a4%204%200%200%201-.192-.207h2.442a4.1%204.1%200%200%200-.837-1.207a2.16%202.16%200%200%201-.16-2.877l.234-.291a1.001%201.001%200%200%200-1.562-1.25l-.233.292a4.16%204.16%200%200%200%20.307%205.54q.084.085.157.177m.131.181%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/rear-windshield-defroster-fill.svg?color=%231a73e8&size=48