plug circle icon
plug-circle-duotone from Reicon by REICON · Duotone · Devices · MIT Free for personal and commercial use.
- Name
- plug-circle-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Devices
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More devices icons from Reicon
Use the plug circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><g opacity=".5"><path fill-rule="evenodd" d="M12.75 22c5.172-.384 9.25-4.708 9.25-9.986V12c0-5.523-4.477-10-10-10S2 6.477 2 12v.014c0 5.278 4.078 9.602 9.25 9.986v-.028A10 10 0 0 1 2 12.007C2.004 6.48 6.48 2 12 2s9.996 4.48 10 10.007c-.004 5.267-4.08 9.582-9.25 9.965z" clip-rule="evenodd"/><path d="M11.25 21.972a10 10 0 0 0 1.5 0c5.17-.383 9.246-4.698 9.25-9.965C21.996 6.48 17.52 2 12 2S2.004 6.48 2 12.007c.004 5.267 4.08 9.582 9.25 9.965"/></g><path d="M8.5 12.515a3.505 3.505 0 0 0 2.75 3.424v6.033a10 10 0 0 0 1.5 0V15.94a3.505 3.505 0 0 0 2.75-3.424v-.501a1 1 0 0 0-1-1.001h-.25V9.01a.75.75 0 1 0-1.5 0v2.003h-1.5V9.01a.75.75 0 1 0-1.5 0v2.003H9.5a1 1 0 0 0-1 1.001z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPlugCircleDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><g opacity=".5"><path fillRule="evenodd" d="M12.75 22c5.172-.384 9.25-4.708 9.25-9.986V12c0-5.523-4.477-10-10-10S2 6.477 2 12v.014c0 5.278 4.078 9.602 9.25 9.986v-.028A10 10 0 0 1 2 12.007C2.004 6.48 6.48 2 12 2s9.996 4.48 10 10.007c-.004 5.267-4.08 9.582-9.25 9.965z" clipRule="evenodd"/><path d="M11.25 21.972a10 10 0 0 0 1.5 0c5.17-.383 9.246-4.698 9.25-9.965C21.996 6.48 17.52 2 12 2S2.004 6.48 2 12.007c.004 5.267 4.08 9.582 9.25 9.965"/></g><path d="M8.5 12.515a3.505 3.505 0 0 0 2.75 3.424v6.033a10 10 0 0 0 1.5 0V15.94a3.505 3.505 0 0 0 2.75-3.424v-.501a1 1 0 0 0-1-1.001h-.25V9.01a.75.75 0 1 0-1.5 0v2.003h-1.5V9.01a.75.75 0 1 0-1.5 0v2.003H9.5a1 1 0 0 0-1 1.001z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><g opacity=".5"><path fill-rule="evenodd" d="M12.75 22c5.172-.384 9.25-4.708 9.25-9.986V12c0-5.523-4.477-10-10-10S2 6.477 2 12v.014c0 5.278 4.078 9.602 9.25 9.986v-.028A10 10 0 0 1 2 12.007C2.004 6.48 6.48 2 12 2s9.996 4.48 10 10.007c-.004 5.267-4.08 9.582-9.25 9.965z" clip-rule="evenodd"/><path d="M11.25 21.972a10 10 0 0 0 1.5 0c5.17-.383 9.246-4.698 9.25-9.965C21.996 6.48 17.52 2 12 2S2.004 6.48 2 12.007c.004 5.267 4.08 9.582 9.25 9.965"/></g><path d="M8.5 12.515a3.505 3.505 0 0 0 2.75 3.424v6.033a10 10 0 0 0 1.5 0V15.94a3.505 3.505 0 0 0 2.75-3.424v-.501a1 1 0 0 0-1-1.001h-.25V9.01a.75.75 0 1 0-1.5 0v2.003h-1.5V9.01a.75.75 0 1 0-1.5 0v2.003H9.5a1 1 0 0 0-1 1.001z"/></g></svg> </template>
CSS
.icon-plug-circle-duotone {
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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cg%20opacity%3D%22.5%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.75%2022c5.172-.384%209.25-4.708%209.25-9.986V12c0-5.523-4.477-10-10-10S2%206.477%202%2012v.014c0%205.278%204.078%209.602%209.25%209.986v-.028A10%2010%200%200%201%202%2012.007C2.004%206.48%206.48%202%2012%202s9.996%204.48%2010%2010.007c-.004%205.267-4.08%209.582-9.25%209.965z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M11.25%2021.972a10%2010%200%200%200%201.5%200c5.17-.383%209.246-4.698%209.25-9.965C21.996%206.48%2017.52%202%2012%202S2.004%206.48%202%2012.007c.004%205.267%204.08%209.582%209.25%209.965%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M8.5%2012.515a3.505%203.505%200%200%200%202.75%203.424v6.033a10%2010%200%200%200%201.5%200V15.94a3.505%203.505%200%200%200%202.75-3.424v-.501a1%201%200%200%200-1-1.001h-.25V9.01a.75.75%200%201%200-1.5%200v2.003h-1.5V9.01a.75.75%200%201%200-1.5%200v2.003H9.5a1%201%200%200%200-1%201.001z%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cg%20opacity%3D%22.5%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.75%2022c5.172-.384%209.25-4.708%209.25-9.986V12c0-5.523-4.477-10-10-10S2%206.477%202%2012v.014c0%205.278%204.078%209.602%209.25%209.986v-.028A10%2010%200%200%201%202%2012.007C2.004%206.48%206.48%202%2012%202s9.996%204.48%2010%2010.007c-.004%205.267-4.08%209.582-9.25%209.965z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M11.25%2021.972a10%2010%200%200%200%201.5%200c5.17-.383%209.246-4.698%209.25-9.965C21.996%206.48%2017.52%202%2012%202S2.004%206.48%202%2012.007c.004%205.267%204.08%209.582%209.25%209.965%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M8.5%2012.515a3.505%203.505%200%200%200%202.75%203.424v6.033a10%2010%200%200%200%201.5%200V15.94a3.505%203.505%200%200%200%202.75-3.424v-.501a1%201%200%200%200-1-1.001h-.25V9.01a.75.75%200%201%200-1.5%200v2.003h-1.5V9.01a.75.75%200%201%200-1.5%200v2.003H9.5a1%201%200%200%200-1%201.001z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/plug-circle-duotone.svg?color=%231a73e8&size=48