heater resistor icon
heater-resistor from IconPark by ByteDance · Color · Industry · Apache-2.0 Free for personal and commercial use.
- Name
- heater-resistor
- Set
- IconPark
- Style
- Color
- Category
- Industry
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More industry icons from IconPark
Use the heater resistor icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linejoin="round" stroke-width="4"><rect width="28" height="12" x="9.858" y="29.657" fill="#2F88FF" stroke="#000" rx="2" transform="rotate(-45 9.858 29.657)"/><path stroke="#000" stroke-linecap="round" d="M7.0293 40.9707L14.1004 33.8996"/><path stroke="#000" stroke-linecap="round" d="M33.9014 14.1006L40.9724 7.02952"/><path stroke="#fff" stroke-linecap="round" d="M14.8076 24.707L23.2929 33.1923"/><path stroke="#fff" stroke-linecap="round" d="M19.7578 19.7573L28.2431 28.2426"/><path stroke="#fff" stroke-linecap="round" d="M24.707 14.8076L33.1923 23.2929"/><path stroke="#000" stroke-linecap="round" d="M12.6865 26.8286L26.8287 12.6865"/><path stroke="#000" stroke-linecap="round" d="M21.1719 35.314L35.314 21.1718"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkHeaterResistor(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeLinejoin="round" strokeWidth="4"><rect width="28" height="12" x="9.858" y="29.657" fill="#2F88FF" stroke="#000" rx="2" transform="rotate(-45 9.858 29.657)"/><path stroke="#000" strokeLinecap="round" d="M7.0293 40.9707L14.1004 33.8996"/><path stroke="#000" strokeLinecap="round" d="M33.9014 14.1006L40.9724 7.02952"/><path stroke="#fff" strokeLinecap="round" d="M14.8076 24.707L23.2929 33.1923"/><path stroke="#fff" strokeLinecap="round" d="M19.7578 19.7573L28.2431 28.2426"/><path stroke="#fff" strokeLinecap="round" d="M24.707 14.8076L33.1923 23.2929"/><path stroke="#000" strokeLinecap="round" d="M12.6865 26.8286L26.8287 12.6865"/><path stroke="#000" strokeLinecap="round" d="M21.1719 35.314L35.314 21.1718"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linejoin="round" stroke-width="4"><rect width="28" height="12" x="9.858" y="29.657" fill="#2F88FF" stroke="#000" rx="2" transform="rotate(-45 9.858 29.657)"/><path stroke="#000" stroke-linecap="round" d="M7.0293 40.9707L14.1004 33.8996"/><path stroke="#000" stroke-linecap="round" d="M33.9014 14.1006L40.9724 7.02952"/><path stroke="#fff" stroke-linecap="round" d="M14.8076 24.707L23.2929 33.1923"/><path stroke="#fff" stroke-linecap="round" d="M19.7578 19.7573L28.2431 28.2426"/><path stroke="#fff" stroke-linecap="round" d="M24.707 14.8076L33.1923 23.2929"/><path stroke="#000" stroke-linecap="round" d="M12.6865 26.8286L26.8287 12.6865"/><path stroke="#000" stroke-linecap="round" d="M21.1719 35.314L35.314 21.1718"/></g></svg> </template>
CSS
.icon-heater-resistor {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Crect%20width%3D%2228%22%20height%3D%2212%22%20x%3D%229.858%22%20y%3D%2229.657%22%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20rx%3D%222%22%20transform%3D%22rotate(-45%209.858%2029.657)%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M7.0293%2040.9707L14.1004%2033.8996%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M33.9014%2014.1006L40.9724%207.02952%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M14.8076%2024.707L23.2929%2033.1923%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M19.7578%2019.7573L28.2431%2028.2426%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M24.707%2014.8076L33.1923%2023.2929%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M12.6865%2026.8286L26.8287%2012.6865%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M21.1719%2035.314L35.314%2021.1718%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Crect%20width%3D%2228%22%20height%3D%2212%22%20x%3D%229.858%22%20y%3D%2229.657%22%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20rx%3D%222%22%20transform%3D%22rotate(-45%209.858%2029.657)%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M7.0293%2040.9707L14.1004%2033.8996%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M33.9014%2014.1006L40.9724%207.02952%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M14.8076%2024.707L23.2929%2033.1923%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M19.7578%2019.7573L28.2431%2028.2426%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M24.707%2014.8076L33.1923%2023.2929%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M12.6865%2026.8286L26.8287%2012.6865%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M21.1719%2035.314L35.314%2021.1718%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/heater-resistor.svg?color=%231a73e8&size=48