resistor icon
resistor from IconPark Solid by ByteDance · Solid · Industry · Apache-2.0 Free for personal and commercial use.
- Name
- resistor
- Set
- IconPark Solid
- Style
- Solid
- Category
- Industry
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More industry icons from IconPark Solid
Use the resistor icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="4"><path fill="currentColor" d="M9.858 31.071a2 2 0 0 1 0-2.829l2.95-2.95a2 2 0 0 1 1.414-.585h2.585a2 2 0 0 0 1.415-.586l5.899-5.9a2 2 0 0 0 .586-1.413v-2.586a2 2 0 0 1 .586-1.415l2.95-2.95a2 2 0 0 1 2.828 0l7.07 7.072a2 2 0 0 1 0 2.828l-2.949 2.95a2 2 0 0 1-1.414.586h-2.586a2 2 0 0 0-1.414.586l-5.9 5.9a2 2 0 0 0-.585 1.413v2.586a2 2 0 0 1-.586 1.414l-2.95 2.95a2 2 0 0 1-2.828 0z"/><path stroke-linecap="round" d="m7.03 40.97l6.363-6.364m21.214-21.213l6.364-6.364"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkSolidResistor(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" stroke="currentColor" strokeLinejoin="round" strokeWidth="4"><path fill="currentColor" d="M9.858 31.071a2 2 0 0 1 0-2.829l2.95-2.95a2 2 0 0 1 1.414-.585h2.585a2 2 0 0 0 1.415-.586l5.899-5.9a2 2 0 0 0 .586-1.413v-2.586a2 2 0 0 1 .586-1.415l2.95-2.95a2 2 0 0 1 2.828 0l7.07 7.072a2 2 0 0 1 0 2.828l-2.949 2.95a2 2 0 0 1-1.414.586h-2.586a2 2 0 0 0-1.414.586l-5.9 5.9a2 2 0 0 0-.585 1.413v2.586a2 2 0 0 1-.586 1.414l-2.95 2.95a2 2 0 0 1-2.828 0z"/><path strokeLinecap="round" d="m7.03 40.97l6.363-6.364m21.214-21.213l6.364-6.364"/></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="currentColor" stroke-linejoin="round" stroke-width="4"><path fill="currentColor" d="M9.858 31.071a2 2 0 0 1 0-2.829l2.95-2.95a2 2 0 0 1 1.414-.585h2.585a2 2 0 0 0 1.415-.586l5.899-5.9a2 2 0 0 0 .586-1.413v-2.586a2 2 0 0 1 .586-1.415l2.95-2.95a2 2 0 0 1 2.828 0l7.07 7.072a2 2 0 0 1 0 2.828l-2.949 2.95a2 2 0 0 1-1.414.586h-2.586a2 2 0 0 0-1.414.586l-5.9 5.9a2 2 0 0 0-.585 1.413v2.586a2 2 0 0 1-.586 1.414l-2.95 2.95a2 2 0 0 1-2.828 0z"/><path stroke-linecap="round" d="m7.03 40.97l6.363-6.364m21.214-21.213l6.364-6.364"/></g></svg> </template>
CSS
.icon-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%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.858%2031.071a2%202%200%200%201%200-2.829l2.95-2.95a2%202%200%200%201%201.414-.585h2.585a2%202%200%200%200%201.415-.586l5.899-5.9a2%202%200%200%200%20.586-1.413v-2.586a2%202%200%200%201%20.586-1.415l2.95-2.95a2%202%200%200%201%202.828%200l7.07%207.072a2%202%200%200%201%200%202.828l-2.949%202.95a2%202%200%200%201-1.414.586h-2.586a2%202%200%200%200-1.414.586l-5.9%205.9a2%202%200%200%200-.585%201.413v2.586a2%202%200%200%201-.586%201.414l-2.95%202.95a2%202%200%200%201-2.828%200z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m7.03%2040.97l6.363-6.364m21.214-21.213l6.364-6.364%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%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.858%2031.071a2%202%200%200%201%200-2.829l2.95-2.95a2%202%200%200%201%201.414-.585h2.585a2%202%200%200%200%201.415-.586l5.899-5.9a2%202%200%200%200%20.586-1.413v-2.586a2%202%200%200%201%20.586-1.415l2.95-2.95a2%202%200%200%201%202.828%200l7.07%207.072a2%202%200%200%201%200%202.828l-2.949%202.95a2%202%200%200%201-1.414.586h-2.586a2%202%200%200%200-1.414.586l-5.9%205.9a2%202%200%200%200-.585%201.413v2.586a2%202%200%200%201-.586%201.414l-2.95%202.95a2%202%200%200%201-2.828%200z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m7.03%2040.97l6.363-6.364m21.214-21.213l6.364-6.364%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-solid/resistor.svg?color=%231a73e8&size=48