plug circle icon

plug-circle-bold from Solar by 480 Design · Bold · Devices · CC-BY-4.0 Attribution required.

Name
plug-circle-bold
Set
Solar
Style
Bold
Category
Devices
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More devices icons from Solar

Use the plug circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.47715 2 2 6.48336 2 12.0139C2 17.2918 6.07759 21.6161 11.2503 22L11.2499 15.9387C9.67737 15.5949 8.5 14.1924 8.5 12.5146V12.0139C8.5 11.4608 8.94772 11.0125 9.5 11.0125H9.75V9.0097C9.75 8.59491 10.0858 8.25866 10.5 8.25866C10.9142 8.25866 11.25 8.59491 11.25 9.0097V11.0125H12.75V9.0097C12.75 8.59491 13.0858 8.25866 13.5 8.25866C13.9142 8.25866 14.25 8.59491 14.25 9.0097V11.0125H14.5C15.0523 11.0125 15.5 11.4608 15.5 12.0139V12.5146C15.5 14.1925 14.3226 15.595 12.7499 15.9388L12.7497 22C17.9224 21.6161 22 17.2918 22 12.0139C22 6.48336 17.5228 2 12 2Z"/></svg>

React

import type { SVGProps } from "react";

export function SolarPlugCircleBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.47715 2 2 6.48336 2 12.0139C2 17.2918 6.07759 21.6161 11.2503 22L11.2499 15.9387C9.67737 15.5949 8.5 14.1924 8.5 12.5146V12.0139C8.5 11.4608 8.94772 11.0125 9.5 11.0125H9.75V9.0097C9.75 8.59491 10.0858 8.25866 10.5 8.25866C10.9142 8.25866 11.25 8.59491 11.25 9.0097V11.0125H12.75V9.0097C12.75 8.59491 13.0858 8.25866 13.5 8.25866C13.9142 8.25866 14.25 8.59491 14.25 9.0097V11.0125H14.5C15.0523 11.0125 15.5 11.4608 15.5 12.0139V12.5146C15.5 14.1925 14.3226 15.595 12.7499 15.9388L12.7497 22C17.9224 21.6161 22 17.2918 22 12.0139C22 6.48336 17.5228 2 12 2Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.47715 2 2 6.48336 2 12.0139C2 17.2918 6.07759 21.6161 11.2503 22L11.2499 15.9387C9.67737 15.5949 8.5 14.1924 8.5 12.5146V12.0139C8.5 11.4608 8.94772 11.0125 9.5 11.0125H9.75V9.0097C9.75 8.59491 10.0858 8.25866 10.5 8.25866C10.9142 8.25866 11.25 8.59491 11.25 9.0097V11.0125H12.75V9.0097C12.75 8.59491 13.0858 8.25866 13.5 8.25866C13.9142 8.25866 14.25 8.59491 14.25 9.0097V11.0125H14.5C15.0523 11.0125 15.5 11.4608 15.5 12.0139V12.5146C15.5 14.1925 14.3226 15.595 12.7499 15.9388L12.7497 22C17.9224 21.6161 22 17.2918 22 12.0139C22 6.48336 17.5228 2 12 2Z"/></svg>
</template>

CSS

.icon-plug-circle-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C6.47715%202%202%206.48336%202%2012.0139C2%2017.2918%206.07759%2021.6161%2011.2503%2022L11.2499%2015.9387C9.67737%2015.5949%208.5%2014.1924%208.5%2012.5146V12.0139C8.5%2011.4608%208.94772%2011.0125%209.5%2011.0125H9.75V9.0097C9.75%208.59491%2010.0858%208.25866%2010.5%208.25866C10.9142%208.25866%2011.25%208.59491%2011.25%209.0097V11.0125H12.75V9.0097C12.75%208.59491%2013.0858%208.25866%2013.5%208.25866C13.9142%208.25866%2014.25%208.59491%2014.25%209.0097V11.0125H14.5C15.0523%2011.0125%2015.5%2011.4608%2015.5%2012.0139V12.5146C15.5%2014.1925%2014.3226%2015.595%2012.7499%2015.9388L12.7497%2022C17.9224%2021.6161%2022%2017.2918%2022%2012.0139C22%206.48336%2017.5228%202%2012%202Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C6.47715%202%202%206.48336%202%2012.0139C2%2017.2918%206.07759%2021.6161%2011.2503%2022L11.2499%2015.9387C9.67737%2015.5949%208.5%2014.1924%208.5%2012.5146V12.0139C8.5%2011.4608%208.94772%2011.0125%209.5%2011.0125H9.75V9.0097C9.75%208.59491%2010.0858%208.25866%2010.5%208.25866C10.9142%208.25866%2011.25%208.59491%2011.25%209.0097V11.0125H12.75V9.0097C12.75%208.59491%2013.0858%208.25866%2013.5%208.25866C13.9142%208.25866%2014.25%208.59491%2014.25%209.0097V11.0125H14.5C15.0523%2011.0125%2015.5%2011.4608%2015.5%2012.0139V12.5146C15.5%2014.1925%2014.3226%2015.595%2012.7499%2015.9388L12.7497%2022C17.9224%2021.6161%2022%2017.2918%2022%2012.0139C22%206.48336%2017.5228%202%2012%202Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/plug-circle-bold.svg?color=%231a73e8&size=48