plug icon
plug-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- plug-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
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="M240.49 63.51a12 12 0 0 0-17 0L192 95l-31-31l31.52-31.51a12 12 0 0 0-17-17L144 47l-23.51-23.49a12 12 0 1 0-17 17L107 44L56.89 94.14a44 44 0 0 0 0 62.23l12.88 12.88l-46.26 46.26a12 12 0 0 0 17 17l46.26-46.26l12.88 12.88a44 44 0 0 0 62.23 0L212 149l3.51 3.52a12 12 0 0 0 17-17L209 112l31.52-31.51a12 12 0 0 0-.03-16.98m-95.6 118.63a20 20 0 0 1-28.29 0L73.86 139.4a20 20 0 0 1 0-28.29L124 61l71 71Z"/></svg>
React
import type { SVGProps } from "react";
export function PhPlugBold(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="M240.49 63.51a12 12 0 0 0-17 0L192 95l-31-31l31.52-31.51a12 12 0 0 0-17-17L144 47l-23.51-23.49a12 12 0 1 0-17 17L107 44L56.89 94.14a44 44 0 0 0 0 62.23l12.88 12.88l-46.26 46.26a12 12 0 0 0 17 17l46.26-46.26l12.88 12.88a44 44 0 0 0 62.23 0L212 149l3.51 3.52a12 12 0 0 0 17-17L209 112l31.52-31.51a12 12 0 0 0-.03-16.98m-95.6 118.63a20 20 0 0 1-28.29 0L73.86 139.4a20 20 0 0 1 0-28.29L124 61l71 71Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240.49 63.51a12 12 0 0 0-17 0L192 95l-31-31l31.52-31.51a12 12 0 0 0-17-17L144 47l-23.51-23.49a12 12 0 1 0-17 17L107 44L56.89 94.14a44 44 0 0 0 0 62.23l12.88 12.88l-46.26 46.26a12 12 0 0 0 17 17l46.26-46.26l12.88 12.88a44 44 0 0 0 62.23 0L212 149l3.51 3.52a12 12 0 0 0 17-17L209 112l31.52-31.51a12 12 0 0 0-.03-16.98m-95.6 118.63a20 20 0 0 1-28.29 0L73.86 139.4a20 20 0 0 1 0-28.29L124 61l71 71Z"/></svg> </template>
CSS
.icon-plug-bold {
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%22M240.49%2063.51a12%2012%200%200%200-17%200L192%2095l-31-31l31.52-31.51a12%2012%200%200%200-17-17L144%2047l-23.51-23.49a12%2012%200%201%200-17%2017L107%2044L56.89%2094.14a44%2044%200%200%200%200%2062.23l12.88%2012.88l-46.26%2046.26a12%2012%200%200%200%2017%2017l46.26-46.26l12.88%2012.88a44%2044%200%200%200%2062.23%200L212%20149l3.51%203.52a12%2012%200%200%200%2017-17L209%20112l31.52-31.51a12%2012%200%200%200-.03-16.98m-95.6%20118.63a20%2020%200%200%201-28.29%200L73.86%20139.4a20%2020%200%200%201%200-28.29L124%2061l71%2071Z%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%22M240.49%2063.51a12%2012%200%200%200-17%200L192%2095l-31-31l31.52-31.51a12%2012%200%200%200-17-17L144%2047l-23.51-23.49a12%2012%200%201%200-17%2017L107%2044L56.89%2094.14a44%2044%200%200%200%200%2062.23l12.88%2012.88l-46.26%2046.26a12%2012%200%200%200%2017%2017l46.26-46.26l12.88%2012.88a44%2044%200%200%200%2062.23%200L212%20149l3.51%203.52a12%2012%200%200%200%2017-17L209%20112l31.52-31.51a12%2012%200%200%200-.03-16.98m-95.6%20118.63a20%2020%200%200%201-28.29%200L73.86%20139.4a20%2020%200%200%201%200-28.29L124%2061l71%2071Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/plug-bold.svg?color=%231a73e8&size=48