warm up icon
warm-up-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- warm-up-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Related icons in MingCute Icon
Use the warm up icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 8a2 2 0 0 1 2 2v5h2.5a1.5 1.5 0 0 1 1.5 1.5V21a1 1 0 1 1-2 0v-4l-5.055-.003l-.882 2.06c-.186.435-.521.79-.944 1.002l-3.672 1.835a1 1 0 0 1-.895-1.788l3.673-1.837l1.356-3.163q.037-.087.09-.164a1 1 0 0 1-.167-.074L6.78 13.312a1.5 1.5 0 0 1 .026-2.619L10.5 8.678A2 2 0 0 1 11.998 8zm-3.45 4.02l1.45.828v-1.62z" clip-rule="evenodd"/><path fill="currentColor" d="M12 2a3 3 0 1 1 0 6a3 3 0 0 1 0-6"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteWarmUpFill(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" fillRule="evenodd" d="M12 8a2 2 0 0 1 2 2v5h2.5a1.5 1.5 0 0 1 1.5 1.5V21a1 1 0 1 1-2 0v-4l-5.055-.003l-.882 2.06c-.186.435-.521.79-.944 1.002l-3.672 1.835a1 1 0 0 1-.895-1.788l3.673-1.837l1.356-3.163q.037-.087.09-.164a1 1 0 0 1-.167-.074L6.78 13.312a1.5 1.5 0 0 1 .026-2.619L10.5 8.678A2 2 0 0 1 11.998 8zm-3.45 4.02l1.45.828v-1.62z" clipRule="evenodd"/><path fill="currentColor" d="M12 2a3 3 0 1 1 0 6a3 3 0 0 1 0-6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 8a2 2 0 0 1 2 2v5h2.5a1.5 1.5 0 0 1 1.5 1.5V21a1 1 0 1 1-2 0v-4l-5.055-.003l-.882 2.06c-.186.435-.521.79-.944 1.002l-3.672 1.835a1 1 0 0 1-.895-1.788l3.673-1.837l1.356-3.163q.037-.087.09-.164a1 1 0 0 1-.167-.074L6.78 13.312a1.5 1.5 0 0 1 .026-2.619L10.5 8.678A2 2 0 0 1 11.998 8zm-3.45 4.02l1.45.828v-1.62z" clip-rule="evenodd"/><path fill="currentColor" d="M12 2a3 3 0 1 1 0 6a3 3 0 0 1 0-6"/></svg> </template>
CSS
.icon-warm-up-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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%208a2%202%200%200%201%202%202v5h2.5a1.5%201.5%200%200%201%201.5%201.5V21a1%201%200%201%201-2%200v-4l-5.055-.003l-.882%202.06c-.186.435-.521.79-.944%201.002l-3.672%201.835a1%201%200%200%201-.895-1.788l3.673-1.837l1.356-3.163q.037-.087.09-.164a1%201%200%200%201-.167-.074L6.78%2013.312a1.5%201.5%200%200%201%20.026-2.619L10.5%208.678A2%202%200%200%201%2011.998%208zm-3.45%204.02l1.45.828v-1.62z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a3%203%200%201%201%200%206a3%203%200%200%201%200-6%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%208a2%202%200%200%201%202%202v5h2.5a1.5%201.5%200%200%201%201.5%201.5V21a1%201%200%201%201-2%200v-4l-5.055-.003l-.882%202.06c-.186.435-.521.79-.944%201.002l-3.672%201.835a1%201%200%200%201-.895-1.788l3.673-1.837l1.356-3.163q.037-.087.09-.164a1%201%200%200%201-.167-.074L6.78%2013.312a1.5%201.5%200%200%201%20.026-2.619L10.5%208.678A2%202%200%200%201%2011.998%208zm-3.45%204.02l1.45.828v-1.62z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a3%203%200%201%201%200%206a3%203%200%200%201%200-6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/warm-up-fill.svg?color=%231a73e8&size=48