Ccs Plug Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ccs Plug icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/338090.svg" alt="Ccs Plug icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338090.svg" alt="Ccs Plug icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338090.svg" alt="Ccs Plug icon" :width="24" :height="24" />
CSS background
.icon-ccs-plug {
background-image: url('https://proicons.com/icon/338090.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="c" points="39.697 31.2879 36.3333 42.5 11.6667 42.5 8.303 31.2879 39.697 31.2879"/><path class="c" d="M13.9091,5.5c-7.8485,5.6061-7.8485,25.7879,10.0909,25.7879s17.9394-21.303,10.0909-25.7879H13.9091Z"/><circle class="c" cx="17.2727" cy="17.2727" r="2.2424"/><circle class="c" cx="24" cy="17.2727" r="2.2424"/><circle class="c" cx="30.7273" cy="17.2727" r="2.2424"/><circle class="c" cx="20.6364" cy="22.8788" r="2.2424"/><circle class="c" cx="27.3636" cy="22.8788" r="2.2424"/><circle class="c" cx="27.0273" cy="11.6667" r="1.4576"/><circle class="c" cx="20.3" cy="11.6667" r="1.4576"/><circle class="c" cx="18.3939" cy="36.8939" r="3.3636"/><circle class="c" cx="29.6061" cy="36.8939" r="3.3636"/></svg>
Copied!