car-seat-heater from Material Design Icons by Pictogrammers · Filled · Automotive · Apache-2.0 Free for personal and commercial use.

Name
car-seat-heater
Set
Material Design Icons
Style
Filled
Category
Automotive
Viewbox
24×24
License
Apache 2.0

More automotive icons from Material Design Icons

Use the car seat heater icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 18S2 10 2 6s2-4 2-4h1s1 0 1 1s-1 1-1 3s3 4 3 7s-3 5-3 5m10-1c1.1 0 2 .9 2 2v1c0 1.1-.9 2-2 2H9c-2 0-3-1.8-3-1.8c-.2-.2-.3-.6 0-.8c0 0 3-2.5 4-2.5h5M13.7 3.4l-1.4 3.4l1.4 3.4l-2 4.8l-1.7-1.4l1.4-3.4L10 6.8L12 2zm4.2 0l-1.4 3.4l1.4 3.4l-2 4.8l-1.7-1.4l1.4-3.4l-1.4-3.4l2-4.8zm4.1 0l-1.4 3.4l1.4 3.4l-2 4.8l-1.7-1.4l1.4-3.4l-1.4-3.4l2-4.8z"/></svg>

React

import type { SVGProps } from "react";

export function MdiCarSeatHeater(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="M5 18S2 10 2 6s2-4 2-4h1s1 0 1 1s-1 1-1 3s3 4 3 7s-3 5-3 5m10-1c1.1 0 2 .9 2 2v1c0 1.1-.9 2-2 2H9c-2 0-3-1.8-3-1.8c-.2-.2-.3-.6 0-.8c0 0 3-2.5 4-2.5h5M13.7 3.4l-1.4 3.4l1.4 3.4l-2 4.8l-1.7-1.4l1.4-3.4L10 6.8L12 2zm4.2 0l-1.4 3.4l1.4 3.4l-2 4.8l-1.7-1.4l1.4-3.4l-1.4-3.4l2-4.8zm4.1 0l-1.4 3.4l1.4 3.4l-2 4.8l-1.7-1.4l1.4-3.4l-1.4-3.4l2-4.8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 18S2 10 2 6s2-4 2-4h1s1 0 1 1s-1 1-1 3s3 4 3 7s-3 5-3 5m10-1c1.1 0 2 .9 2 2v1c0 1.1-.9 2-2 2H9c-2 0-3-1.8-3-1.8c-.2-.2-.3-.6 0-.8c0 0 3-2.5 4-2.5h5M13.7 3.4l-1.4 3.4l1.4 3.4l-2 4.8l-1.7-1.4l1.4-3.4L10 6.8L12 2zm4.2 0l-1.4 3.4l1.4 3.4l-2 4.8l-1.7-1.4l1.4-3.4l-1.4-3.4l2-4.8zm4.1 0l-1.4 3.4l1.4 3.4l-2 4.8l-1.7-1.4l1.4-3.4l-1.4-3.4l2-4.8z"/></svg>
</template>

CSS

.icon-car-seat-heater {
  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%22M5%2018S2%2010%202%206s2-4%202-4h1s1%200%201%201s-1%201-1%203s3%204%203%207s-3%205-3%205m10-1c1.1%200%202%20.9%202%202v1c0%201.1-.9%202-2%202H9c-2%200-3-1.8-3-1.8c-.2-.2-.3-.6%200-.8c0%200%203-2.5%204-2.5h5M13.7%203.4l-1.4%203.4l1.4%203.4l-2%204.8l-1.7-1.4l1.4-3.4L10%206.8L12%202zm4.2%200l-1.4%203.4l1.4%203.4l-2%204.8l-1.7-1.4l1.4-3.4l-1.4-3.4l2-4.8zm4.1%200l-1.4%203.4l1.4%203.4l-2%204.8l-1.7-1.4l1.4-3.4l-1.4-3.4l2-4.8z%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%22M5%2018S2%2010%202%206s2-4%202-4h1s1%200%201%201s-1%201-1%203s3%204%203%207s-3%205-3%205m10-1c1.1%200%202%20.9%202%202v1c0%201.1-.9%202-2%202H9c-2%200-3-1.8-3-1.8c-.2-.2-.3-.6%200-.8c0%200%203-2.5%204-2.5h5M13.7%203.4l-1.4%203.4l1.4%203.4l-2%204.8l-1.7-1.4l1.4-3.4L10%206.8L12%202zm4.2%200l-1.4%203.4l1.4%203.4l-2%204.8l-1.7-1.4l1.4-3.4l-1.4-3.4l2-4.8zm4.1%200l-1.4%203.4l1.4%203.4l-2%204.8l-1.7-1.4l1.4-3.4l-1.4-3.4l2-4.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/car-seat-heater.svg?color=%231a73e8&size=48