plug icon
plug-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- plug-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
plugBootstrap IconsplugBoxIcons v2plugBoxIcons v2 SolidplugCarbonplugCodiconsplugFont Awesome 6 SolidplugFont Awesome Solidplugcss.ggplugHuge IconsplugIconParkplugIconPark OutlineplugIconPark SolidplugIconPark TwoToneplugJam IconsplugLine AwesomeplugLucideplugOcticonsplugPixelarticonsplug-fillRemix IconplugTabler Iconsplug-outlineTeenyiconsplugUnicons
Related icons in Phosphor
Use the plug icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M234.83 69.17a4 4 0 0 0-5.66 0L192 106.34L149.66 64l37.17-37.17a4 4 0 1 0-5.66-5.66L144 58.34l-29.17-29.17a4 4 0 0 0-5.66 5.66l9.17 9.17l-55.8 55.8a36.05 36.05 0 0 0 0 50.91l18.55 18.54l-51.92 51.92a4 4 0 0 0 5.66 5.66l51.92-51.92l18.54 18.55a36.06 36.06 0 0 0 50.91 0l55.8-55.8l9.17 9.17a4 4 0 0 0 5.66-5.66L197.66 112l37.17-37.17a4 4 0 0 0 0-5.66M150.54 187.8a28 28 0 0 1-39.59 0L68.2 145.05a28 28 0 0 1 0-39.59l55.8-55.8L206.34 132Z"/></svg>
React
import type { SVGProps } from "react";
export function PhPlugThin(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="M234.83 69.17a4 4 0 0 0-5.66 0L192 106.34L149.66 64l37.17-37.17a4 4 0 1 0-5.66-5.66L144 58.34l-29.17-29.17a4 4 0 0 0-5.66 5.66l9.17 9.17l-55.8 55.8a36.05 36.05 0 0 0 0 50.91l18.55 18.54l-51.92 51.92a4 4 0 0 0 5.66 5.66l51.92-51.92l18.54 18.55a36.06 36.06 0 0 0 50.91 0l55.8-55.8l9.17 9.17a4 4 0 0 0 5.66-5.66L197.66 112l37.17-37.17a4 4 0 0 0 0-5.66M150.54 187.8a28 28 0 0 1-39.59 0L68.2 145.05a28 28 0 0 1 0-39.59l55.8-55.8L206.34 132Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M234.83 69.17a4 4 0 0 0-5.66 0L192 106.34L149.66 64l37.17-37.17a4 4 0 1 0-5.66-5.66L144 58.34l-29.17-29.17a4 4 0 0 0-5.66 5.66l9.17 9.17l-55.8 55.8a36.05 36.05 0 0 0 0 50.91l18.55 18.54l-51.92 51.92a4 4 0 0 0 5.66 5.66l51.92-51.92l18.54 18.55a36.06 36.06 0 0 0 50.91 0l55.8-55.8l9.17 9.17a4 4 0 0 0 5.66-5.66L197.66 112l37.17-37.17a4 4 0 0 0 0-5.66M150.54 187.8a28 28 0 0 1-39.59 0L68.2 145.05a28 28 0 0 1 0-39.59l55.8-55.8L206.34 132Z"/></svg> </template>
CSS
.icon-plug-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%22M234.83%2069.17a4%204%200%200%200-5.66%200L192%20106.34L149.66%2064l37.17-37.17a4%204%200%201%200-5.66-5.66L144%2058.34l-29.17-29.17a4%204%200%200%200-5.66%205.66l9.17%209.17l-55.8%2055.8a36.05%2036.05%200%200%200%200%2050.91l18.55%2018.54l-51.92%2051.92a4%204%200%200%200%205.66%205.66l51.92-51.92l18.54%2018.55a36.06%2036.06%200%200%200%2050.91%200l55.8-55.8l9.17%209.17a4%204%200%200%200%205.66-5.66L197.66%20112l37.17-37.17a4%204%200%200%200%200-5.66M150.54%20187.8a28%2028%200%200%201-39.59%200L68.2%20145.05a28%2028%200%200%201%200-39.59l55.8-55.8L206.34%20132Z%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%22M234.83%2069.17a4%204%200%200%200-5.66%200L192%20106.34L149.66%2064l37.17-37.17a4%204%200%201%200-5.66-5.66L144%2058.34l-29.17-29.17a4%204%200%200%200-5.66%205.66l9.17%209.17l-55.8%2055.8a36.05%2036.05%200%200%200%200%2050.91l18.55%2018.54l-51.92%2051.92a4%204%200%200%200%205.66%205.66l51.92-51.92l18.54%2018.55a36.06%2036.06%200%200%200%2050.91%200l55.8-55.8l9.17%209.17a4%204%200%200%200%205.66-5.66L197.66%20112l37.17-37.17a4%204%200%200%200%200-5.66M150.54%20187.8a28%2028%200%200%201-39.59%200L68.2%20145.05a28%2028%200%200%201%200-39.59l55.8-55.8L206.34%20132Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/plug-thin.svg?color=%231a73e8&size=48