plugs icon
plugs-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- plugs-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the plugs icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M146.83 141.17a4 4 0 0 0-5.66 0L120 162.34L93.66 136l21.17-21.17a4 4 0 0 0-5.66-5.66L88 130.34l-21.17-21.17a4 4 0 0 0-5.66 5.66l9.17 9.17l-26.14 26.14a28 28 0 0 0 0 39.6l8.2 8.2l-31.23 31.23a4 4 0 0 0 5.66 5.66l31.23-31.23l8.2 8.2a28 28 0 0 0 39.6 0L132 185.66l9.17 9.17a4 4 0 0 0 5.66-5.66L125.66 168l21.17-21.17a4 4 0 0 0 0-5.66m-46.63 65a20 20 0 0 1-28.28 0l-22.06-22.09a20 20 0 0 1 0-28.28L76 129.66L126.34 180Zm134.63-185a4 4 0 0 0-5.66 0L197.94 52.4l-8.2-8.2a28 28 0 0 0-39.6 0L124 70.34l-9.17-9.17a4 4 0 0 0-5.66 5.66l80 80a4 4 0 0 0 5.66-5.66l-9.17-9.17l26.14-26.14a28 28 0 0 0 0-39.6l-8.2-8.2l31.23-31.23a4 4 0 0 0 0-5.66M212 86.06a19.86 19.86 0 0 1-5.86 14.14L180 126.34L129.66 76l26.14-26.14a20 20 0 0 1 28.28 0l22.06 22.06A19.85 19.85 0 0 1 212 86.06"/></svg>
React
import type { SVGProps } from "react";
export function PhPlugsThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M146.83 141.17a4 4 0 0 0-5.66 0L120 162.34L93.66 136l21.17-21.17a4 4 0 0 0-5.66-5.66L88 130.34l-21.17-21.17a4 4 0 0 0-5.66 5.66l9.17 9.17l-26.14 26.14a28 28 0 0 0 0 39.6l8.2 8.2l-31.23 31.23a4 4 0 0 0 5.66 5.66l31.23-31.23l8.2 8.2a28 28 0 0 0 39.6 0L132 185.66l9.17 9.17a4 4 0 0 0 5.66-5.66L125.66 168l21.17-21.17a4 4 0 0 0 0-5.66m-46.63 65a20 20 0 0 1-28.28 0l-22.06-22.09a20 20 0 0 1 0-28.28L76 129.66L126.34 180Zm134.63-185a4 4 0 0 0-5.66 0L197.94 52.4l-8.2-8.2a28 28 0 0 0-39.6 0L124 70.34l-9.17-9.17a4 4 0 0 0-5.66 5.66l80 80a4 4 0 0 0 5.66-5.66l-9.17-9.17l26.14-26.14a28 28 0 0 0 0-39.6l-8.2-8.2l31.23-31.23a4 4 0 0 0 0-5.66M212 86.06a19.86 19.86 0 0 1-5.86 14.14L180 126.34L129.66 76l26.14-26.14a20 20 0 0 1 28.28 0l22.06 22.06A19.85 19.85 0 0 1 212 86.06"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M146.83 141.17a4 4 0 0 0-5.66 0L120 162.34L93.66 136l21.17-21.17a4 4 0 0 0-5.66-5.66L88 130.34l-21.17-21.17a4 4 0 0 0-5.66 5.66l9.17 9.17l-26.14 26.14a28 28 0 0 0 0 39.6l8.2 8.2l-31.23 31.23a4 4 0 0 0 5.66 5.66l31.23-31.23l8.2 8.2a28 28 0 0 0 39.6 0L132 185.66l9.17 9.17a4 4 0 0 0 5.66-5.66L125.66 168l21.17-21.17a4 4 0 0 0 0-5.66m-46.63 65a20 20 0 0 1-28.28 0l-22.06-22.09a20 20 0 0 1 0-28.28L76 129.66L126.34 180Zm134.63-185a4 4 0 0 0-5.66 0L197.94 52.4l-8.2-8.2a28 28 0 0 0-39.6 0L124 70.34l-9.17-9.17a4 4 0 0 0-5.66 5.66l80 80a4 4 0 0 0 5.66-5.66l-9.17-9.17l26.14-26.14a28 28 0 0 0 0-39.6l-8.2-8.2l31.23-31.23a4 4 0 0 0 0-5.66M212 86.06a19.86 19.86 0 0 1-5.86 14.14L180 126.34L129.66 76l26.14-26.14a20 20 0 0 1 28.28 0l22.06 22.06A19.85 19.85 0 0 1 212 86.06"/></svg> </template>
CSS
.icon-plugs-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M146.83%20141.17a4%204%200%200%200-5.66%200L120%20162.34L93.66%20136l21.17-21.17a4%204%200%200%200-5.66-5.66L88%20130.34l-21.17-21.17a4%204%200%200%200-5.66%205.66l9.17%209.17l-26.14%2026.14a28%2028%200%200%200%200%2039.6l8.2%208.2l-31.23%2031.23a4%204%200%200%200%205.66%205.66l31.23-31.23l8.2%208.2a28%2028%200%200%200%2039.6%200L132%20185.66l9.17%209.17a4%204%200%200%200%205.66-5.66L125.66%20168l21.17-21.17a4%204%200%200%200%200-5.66m-46.63%2065a20%2020%200%200%201-28.28%200l-22.06-22.09a20%2020%200%200%201%200-28.28L76%20129.66L126.34%20180Zm134.63-185a4%204%200%200%200-5.66%200L197.94%2052.4l-8.2-8.2a28%2028%200%200%200-39.6%200L124%2070.34l-9.17-9.17a4%204%200%200%200-5.66%205.66l80%2080a4%204%200%200%200%205.66-5.66l-9.17-9.17l26.14-26.14a28%2028%200%200%200%200-39.6l-8.2-8.2l31.23-31.23a4%204%200%200%200%200-5.66M212%2086.06a19.86%2019.86%200%200%201-5.86%2014.14L180%20126.34L129.66%2076l26.14-26.14a20%2020%200%200%201%2028.28%200l22.06%2022.06A19.85%2019.85%200%200%201%20212%2086.06%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M146.83%20141.17a4%204%200%200%200-5.66%200L120%20162.34L93.66%20136l21.17-21.17a4%204%200%200%200-5.66-5.66L88%20130.34l-21.17-21.17a4%204%200%200%200-5.66%205.66l9.17%209.17l-26.14%2026.14a28%2028%200%200%200%200%2039.6l8.2%208.2l-31.23%2031.23a4%204%200%200%200%205.66%205.66l31.23-31.23l8.2%208.2a28%2028%200%200%200%2039.6%200L132%20185.66l9.17%209.17a4%204%200%200%200%205.66-5.66L125.66%20168l21.17-21.17a4%204%200%200%200%200-5.66m-46.63%2065a20%2020%200%200%201-28.28%200l-22.06-22.09a20%2020%200%200%201%200-28.28L76%20129.66L126.34%20180Zm134.63-185a4%204%200%200%200-5.66%200L197.94%2052.4l-8.2-8.2a28%2028%200%200%200-39.6%200L124%2070.34l-9.17-9.17a4%204%200%200%200-5.66%205.66l80%2080a4%204%200%200%200%205.66-5.66l-9.17-9.17l26.14-26.14a28%2028%200%200%200%200-39.6l-8.2-8.2l31.23-31.23a4%204%200%200%200%200-5.66M212%2086.06a19.86%2019.86%200%200%201-5.86%2014.14L180%20126.34L129.66%2076l26.14-26.14a20%2020%200%200%201%2028.28%200l22.06%2022.06A19.85%2019.85%200%200%201%20212%2086.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/plugs-thin.svg?color=%231a73e8&size=48