seat heated icon
seat-heated-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- seat-heated-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the seat heated icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.468 16.745c.494-.958 1.539-1.598 2.804-1.44c1.214.151 2.588.38 3.97.725c3.43.857 6.132 3.059 7.072 3.897c.875.78.223 2.073-.797 2.073H7.923c-1.681 0-3.08-.846-4.104-2.126c-.774-.967-.84-2.183-.351-3.129M19 2c1.051 0 1.399 1.164 1.551 2.007c.144.796.222 1.842.252 2.915c.06 2.125-.061 4.602-.326 5.795c-.463 2.082-1.142 3.529-1.952 4.401c-.827.89-1.943 1.291-2.972.777c-.788-.395-1.26-1.332-1.519-2.131a5.74 5.74 0 0 1 .017-3.58c.489-1.466 1.879-2.28 2.555-3.631c.572-1.144.603-2.428.614-3.68C17.23 3.64 17.439 2 19 2M5.22 3.375a1.001 1.001 0 0 1 1.562 1.25l-.233.291a2.16 2.16 0 0 0 .16 2.877a4.16 4.16 0 0 1 .306 5.54l-.233.292a1.001 1.001 0 0 1-1.562-1.25l.233-.291a2.16 2.16 0 0 0-.159-2.877a4.16 4.16 0 0 1-.306-5.54zm4 0a1 1 0 0 1 1.563 1.25l-.234.291a2.16 2.16 0 0 0 .16 2.877a4.16 4.16 0 0 1 .306 5.54l-.232.292a1.001 1.001 0 0 1-1.563-1.25l.233-.291a2.16 2.16 0 0 0-.159-2.877a4.16 4.16 0 0 1-.306-5.54z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteSeatHeatedFill(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="M3.468 16.745c.494-.958 1.539-1.598 2.804-1.44c1.214.151 2.588.38 3.97.725c3.43.857 6.132 3.059 7.072 3.897c.875.78.223 2.073-.797 2.073H7.923c-1.681 0-3.08-.846-4.104-2.126c-.774-.967-.84-2.183-.351-3.129M19 2c1.051 0 1.399 1.164 1.551 2.007c.144.796.222 1.842.252 2.915c.06 2.125-.061 4.602-.326 5.795c-.463 2.082-1.142 3.529-1.952 4.401c-.827.89-1.943 1.291-2.972.777c-.788-.395-1.26-1.332-1.519-2.131a5.74 5.74 0 0 1 .017-3.58c.489-1.466 1.879-2.28 2.555-3.631c.572-1.144.603-2.428.614-3.68C17.23 3.64 17.439 2 19 2M5.22 3.375a1.001 1.001 0 0 1 1.562 1.25l-.233.291a2.16 2.16 0 0 0 .16 2.877a4.16 4.16 0 0 1 .306 5.54l-.233.292a1.001 1.001 0 0 1-1.562-1.25l.233-.291a2.16 2.16 0 0 0-.159-2.877a4.16 4.16 0 0 1-.306-5.54zm4 0a1 1 0 0 1 1.563 1.25l-.234.291a2.16 2.16 0 0 0 .16 2.877a4.16 4.16 0 0 1 .306 5.54l-.232.292a1.001 1.001 0 0 1-1.563-1.25l.233-.291a2.16 2.16 0 0 0-.159-2.877a4.16 4.16 0 0 1-.306-5.54z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.468 16.745c.494-.958 1.539-1.598 2.804-1.44c1.214.151 2.588.38 3.97.725c3.43.857 6.132 3.059 7.072 3.897c.875.78.223 2.073-.797 2.073H7.923c-1.681 0-3.08-.846-4.104-2.126c-.774-.967-.84-2.183-.351-3.129M19 2c1.051 0 1.399 1.164 1.551 2.007c.144.796.222 1.842.252 2.915c.06 2.125-.061 4.602-.326 5.795c-.463 2.082-1.142 3.529-1.952 4.401c-.827.89-1.943 1.291-2.972.777c-.788-.395-1.26-1.332-1.519-2.131a5.74 5.74 0 0 1 .017-3.58c.489-1.466 1.879-2.28 2.555-3.631c.572-1.144.603-2.428.614-3.68C17.23 3.64 17.439 2 19 2M5.22 3.375a1.001 1.001 0 0 1 1.562 1.25l-.233.291a2.16 2.16 0 0 0 .16 2.877a4.16 4.16 0 0 1 .306 5.54l-.233.292a1.001 1.001 0 0 1-1.562-1.25l.233-.291a2.16 2.16 0 0 0-.159-2.877a4.16 4.16 0 0 1-.306-5.54zm4 0a1 1 0 0 1 1.563 1.25l-.234.291a2.16 2.16 0 0 0 .16 2.877a4.16 4.16 0 0 1 .306 5.54l-.232.292a1.001 1.001 0 0 1-1.563-1.25l.233-.291a2.16 2.16 0 0 0-.159-2.877a4.16 4.16 0 0 1-.306-5.54z"/></svg> </template>
CSS
.icon-seat-heated-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%22M3.468%2016.745c.494-.958%201.539-1.598%202.804-1.44c1.214.151%202.588.38%203.97.725c3.43.857%206.132%203.059%207.072%203.897c.875.78.223%202.073-.797%202.073H7.923c-1.681%200-3.08-.846-4.104-2.126c-.774-.967-.84-2.183-.351-3.129M19%202c1.051%200%201.399%201.164%201.551%202.007c.144.796.222%201.842.252%202.915c.06%202.125-.061%204.602-.326%205.795c-.463%202.082-1.142%203.529-1.952%204.401c-.827.89-1.943%201.291-2.972.777c-.788-.395-1.26-1.332-1.519-2.131a5.74%205.74%200%200%201%20.017-3.58c.489-1.466%201.879-2.28%202.555-3.631c.572-1.144.603-2.428.614-3.68C17.23%203.64%2017.439%202%2019%202M5.22%203.375a1.001%201.001%200%200%201%201.562%201.25l-.233.291a2.16%202.16%200%200%200%20.16%202.877a4.16%204.16%200%200%201%20.306%205.54l-.233.292a1.001%201.001%200%200%201-1.562-1.25l.233-.291a2.16%202.16%200%200%200-.159-2.877a4.16%204.16%200%200%201-.306-5.54zm4%200a1%201%200%200%201%201.563%201.25l-.234.291a2.16%202.16%200%200%200%20.16%202.877a4.16%204.16%200%200%201%20.306%205.54l-.232.292a1.001%201.001%200%200%201-1.563-1.25l.233-.291a2.16%202.16%200%200%200-.159-2.877a4.16%204.16%200%200%201-.306-5.54z%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%22M3.468%2016.745c.494-.958%201.539-1.598%202.804-1.44c1.214.151%202.588.38%203.97.725c3.43.857%206.132%203.059%207.072%203.897c.875.78.223%202.073-.797%202.073H7.923c-1.681%200-3.08-.846-4.104-2.126c-.774-.967-.84-2.183-.351-3.129M19%202c1.051%200%201.399%201.164%201.551%202.007c.144.796.222%201.842.252%202.915c.06%202.125-.061%204.602-.326%205.795c-.463%202.082-1.142%203.529-1.952%204.401c-.827.89-1.943%201.291-2.972.777c-.788-.395-1.26-1.332-1.519-2.131a5.74%205.74%200%200%201%20.017-3.58c.489-1.466%201.879-2.28%202.555-3.631c.572-1.144.603-2.428.614-3.68C17.23%203.64%2017.439%202%2019%202M5.22%203.375a1.001%201.001%200%200%201%201.562%201.25l-.233.291a2.16%202.16%200%200%200%20.16%202.877a4.16%204.16%200%200%201%20.306%205.54l-.233.292a1.001%201.001%200%200%201-1.562-1.25l.233-.291a2.16%202.16%200%200%200-.159-2.877a4.16%204.16%200%200%201-.306-5.54zm4%200a1%201%200%200%201%201.563%201.25l-.234.291a2.16%202.16%200%200%200%20.16%202.877a4.16%204.16%200%200%201%20.306%205.54l-.232.292a1.001%201.001%200%200%201-1.563-1.25l.233-.291a2.16%202.16%200%200%200-.159-2.877a4.16%204.16%200%200%201-.306-5.54z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/seat-heated-fill.svg?color=%231a73e8&size=48