Pepper Com Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pepper Com 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/331120.svg" alt="Pepper Com icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331120.svg" alt="Pepper Com icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331120.svg" alt="Pepper Com icon" :width="24" :height="24" />
CSS background
.icon-pepper-com {
background-image: url('https://proicons.com/icon/331120.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M38.532,29.4261c.066,3.8567-1.5554,7.5649-4.4737,10.2311s-6.8692,4.0503-10.9011,3.8175c-8.578,0-13.6912-6.8044-13.6912-12.8229,0-5.6359,4.7412-8.2727,4.7412-8.2727-1.8869,9.071,5.1562,14.5705,9.3799,10.7939,1.4656-1.3102,1.8209-4.9691-1.3227-8.1738-2.9891-3.0472-10.156-11.0223,1.8139-20.4993-1.0542,3.9342,1.9221,5.9394,3.9039,7.6386s10.5496,7.633,10.5496,17.2865l.0002.001Z"/><path class="b" d="M22.5805,25.3291c7.9413,7.9881,2.1404,13.0593.3072,14.0978-1.4859.8418-8.1265,3.3989-12.1529-3.4779"/></svg>
Copied!