plug circle icon
plug-circle-line-duotone from Solar by 480 Design · Line Duotone · Devices · CC-BY-4.0 Attribution required.
- Name
- plug-circle-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- Devices
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More devices icons from Solar
airbuds-boldairbuds-case-boldairbuds-case-charge-boldairbuds-case-minimalistic-boldairbuds-case-open-boldairbuds-charge-boldairbuds-check-boldairbuds-left-boldairbuds-remove-boldairbuds-right-boldbinoculars-boldbluetooth-boldbluetooth-circle-boldbluetooth-square-boldbluetooth-wave-boldboombox-boldbot-boldcassette-2-boldcassette-boldcloud-storage-boldcpu-boldcpu-bolt-bolddevices-bolddiskette-bold
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="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M12 15.1082V20.1498C12 21.2635 11.0955 22.1875 10.0128 21.9673C5.44193 21.0381 2 16.9659 2 12.0832C2 6.51441 6.47715 2 12 2C17.5228 2 22 6.51441 22 12.0832C22 16.0743 19.7003 19.5239 16.3641 21.1581" opacity=".5"/><path stroke-linejoin="round" d="M9 11.8C9 11.3582 9.35817 11 9.8 11H14.2C14.6418 11 15 11.3582 15 11.8V12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12V11.8Z"/><path stroke-linecap="round" d="M13.5 11V9"/><path stroke-linecap="round" d="M10.5 11V9"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarPlugCircleLineDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M12 15.1082V20.1498C12 21.2635 11.0955 22.1875 10.0128 21.9673C5.44193 21.0381 2 16.9659 2 12.0832C2 6.51441 6.47715 2 12 2C17.5228 2 22 6.51441 22 12.0832C22 16.0743 19.7003 19.5239 16.3641 21.1581" opacity=".5"/><path strokeLinejoin="round" d="M9 11.8C9 11.3582 9.35817 11 9.8 11H14.2C14.6418 11 15 11.3582 15 11.8V12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12V11.8Z"/><path strokeLinecap="round" d="M13.5 11V9"/><path strokeLinecap="round" d="M10.5 11V9"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M12 15.1082V20.1498C12 21.2635 11.0955 22.1875 10.0128 21.9673C5.44193 21.0381 2 16.9659 2 12.0832C2 6.51441 6.47715 2 12 2C17.5228 2 22 6.51441 22 12.0832C22 16.0743 19.7003 19.5239 16.3641 21.1581" opacity=".5"/><path stroke-linejoin="round" d="M9 11.8C9 11.3582 9.35817 11 9.8 11H14.2C14.6418 11 15 11.3582 15 11.8V12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12V11.8Z"/><path stroke-linecap="round" d="M13.5 11V9"/><path stroke-linecap="round" d="M10.5 11V9"/></g></svg> </template>
CSS
.icon-plug-circle-line-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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2015.1082V20.1498C12%2021.2635%2011.0955%2022.1875%2010.0128%2021.9673C5.44193%2021.0381%202%2016.9659%202%2012.0832C2%206.51441%206.47715%202%2012%202C17.5228%202%2022%206.51441%2022%2012.0832C22%2016.0743%2019.7003%2019.5239%2016.3641%2021.1581%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2011.8C9%2011.3582%209.35817%2011%209.8%2011H14.2C14.6418%2011%2015%2011.3582%2015%2011.8V12C15%2013.6569%2013.6569%2015%2012%2015C10.3431%2015%209%2013.6569%209%2012V11.8Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.5%2011V9%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10.5%2011V9%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2015.1082V20.1498C12%2021.2635%2011.0955%2022.1875%2010.0128%2021.9673C5.44193%2021.0381%202%2016.9659%202%2012.0832C2%206.51441%206.47715%202%2012%202C17.5228%202%2022%206.51441%2022%2012.0832C22%2016.0743%2019.7003%2019.5239%2016.3641%2021.1581%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2011.8C9%2011.3582%209.35817%2011%209.8%2011H14.2C14.6418%2011%2015%2011.3582%2015%2011.8V12C15%2013.6569%2013.6569%2015%2012%2015C10.3431%2015%209%2013.6569%209%2012V11.8Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.5%2011V9%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10.5%2011V9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/plug-circle-line-duotone.svg?color=%231a73e8&size=48