Mypb Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mypb 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/329892.svg" alt="Mypb icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329892.svg" alt="Mypb icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329892.svg" alt="Mypb icon" :width="24" :height="24" />
CSS background
.icon-mypb {
background-image: url('https://proicons.com/icon/329892.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="e" x="21.8521" y="15.9106" width="4.2959" height="4.2959" transform="translate(19.7987 -11.6813) rotate(45)"/><polyline class="e" points="31.0101 14.0861 24 7.076 16.9899 14.0861"/><polyline class="e" points="16.9899 22.031 24 29.0411 31.0101 22.031"/><line class="e" x1="18.6103" y1="12.4657" x2="29.3851" y2="12.4657"/><polygon class="e" points="33.7407 18.0585 34.821 19.1388 34.821 25.2879 28.4918 31.6171 19.5082 31.6171 13.179 25.2879 13.179 19.1388 14.2593 18.0585 13.179 16.9783 13.179 10.8292 19.5082 4.5 28.4918 4.5 34.821 10.8292 34.821 16.9783 33.7407 18.0585"/><line class="e" x1="18.6103" y1="23.6514" x2="29.3851" y2="23.6514"/><path class="e" d="M25.9009,41.1049v-7.0966h2.3233c1.3134,0,2.3782,1.0671,2.3782,2.3833s-1.0648,2.3833-2.3782,2.3833h-2.3233"/><path class="e" d="M23.5713,39.3308v2.3951c0,.9798-.7943,1.7741-1.7741,1.7741h0c-.4899,0-.9334-.1986-1.2545-.5196"/><path class="e" d="M23.5713,36.4034v2.9273c0,.9798-.7943,1.7741-1.7741,1.7741h0c-.9798,0-1.7741-.7943-1.7741-1.7741v-2.9273"/><path class="e" d="M35.7138,37.5566c.9798,0,1.7741.7943,1.7741,1.7741s-.7943,1.7741-1.7741,1.7741h-2.9273v-7.0966h2.9273c.9798,0,1.7741.7943,1.7741,1.7741s-.7943,1.7741-1.7741,1.7741h0Z"/><line class="e" x1="35.7138" y1="37.5566" x2="32.7865" y2="37.5566"/><polyline class="e" points="10.512 41.0971 10.512 34.0083 14.0603 41.1049 17.6086 34.0191 17.6086 41.1049"/></svg>
Copied!