Pnb One Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pnb One 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/345964.svg" alt="Pnb One icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345964.svg" alt="Pnb One icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345964.svg" alt="Pnb One icon" :width="24" :height="24" />
CSS background
.icon-pnb-one {
background-image: url('https://proicons.com/icon/345964.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><polyline class="c" points="26.4867 26.2471 26.4867 17.4336 32.3256 26.2471 32.3256 17.4336"/><line class="c" x1="34.0933" y1="21.8404" x2="36.9664" y2="21.8404"/><polyline class="c" points="38.5 26.2471 34.0933 26.2471 34.0933 17.4336 38.5 17.4336"/><circle class="c" cx="19.0368" cy="23.202" r="5.7684"/><path class="c" d="M32.3256,34.5664v-6.566h-6.2409c-1.5348,2.25-4.1188,3.7271-7.0479,3.7271-4.7084,0-8.5254-3.8169-8.5254-8.5254v-3.1532c0-2.1622-1.0114-2.6152-1.0114-2.6152"/><path class="c" d="M9.5,42.5h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4Z"/></svg>
Copied!