Pb Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pb 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/345617.svg" alt="Pb icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345617.svg" alt="Pb icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345617.svg" alt="Pb icon" :width="24" :height="24" />
CSS background
.icon-pb {
background-image: url('https://proicons.com/icon/345617.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M35.88,5.86H42.5v5.89H37.72l-7.33,7.34,7,7.05a1.43,1.43,0,0,1,0,2l-9.25,9.25a1.43,1.43,0,0,1-1.86.13l-2.06,2.07a8.69,8.69,0,0,1-12.21,0l-.24-.24a1.43,1.43,0,0,1-1.94-.06l-4-4a1.45,1.45,0,0,1,0-2L14,25.27l-.09-.09a1.44,1.44,0,0,1,0-2l9.25-9.26a1.45,1.45,0,0,1,2,0l1,1,8.64-8.64h0A1.38,1.38,0,0,1,35.33,6a.45.45,0,0,1,.11,0,1.56,1.56,0,0,1,.44-.09ZM20,31.26,15.9,35.33l.23.23a2.82,2.82,0,0,0,4.07,0l2-2L20,31.26Z"/><line class="cls-1" x1="26.22" y1="14.93" x2="30.39" y2="19.09"/><line class="cls-1" x1="15.9" y1="35.33" x2="11.82" y2="39.39"/><line class="cls-1" x1="22.24" y1="33.52" x2="26.33" y2="37.56"/><line class="cls-1" x1="13.99" y1="25.27" x2="19.98" y2="31.26"/></svg>
Copied!