Pep Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pep 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/331118.svg" alt="Pep icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331118.svg" alt="Pep icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331118.svg" alt="Pep icon" :width="24" :height="24" />
CSS background
.icon-pep {
background-image: url('https://proicons.com/icon/331118.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M24,2A22,22,0,1,0,46,24,22,22,0,0,0,24,2Z"/><line class="cls-1" x1="21.12" y1="29.78" x2="26.88" y2="29.78"/><line class="cls-1" x1="21.12" y1="18.19" x2="26.88" y2="18.19"/><line class="cls-1" x1="21.12" y1="23.98" x2="26.88" y2="23.98"/><path class="cls-1" d="M9.93,29.75V18.16h3.86a3.89,3.89,0,0,1,0,7.78H9.93"/><path class="cls-1" d="M30.34,29.75V18.16h3.87a3.89,3.89,0,0,1,0,7.78H30.34"/></svg>
Copied!