Pnc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pnc 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/345965.svg" alt="Pnc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345965.svg" alt="Pnc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345965.svg" alt="Pnc icon" :width="24" :height="24" />
CSS background
.icon-pnc {
background-image: url('https://proicons.com/icon/345965.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="26.8153" y1="27.401" x2="21.8675" y2="27.4063"/><path class="b" d="m21.8675,27.4063l-1.7476.0053c-.6657.0018-1.2707-1.0187-.9405-1.5957"/><path class="b" d="m22.5473,19.9566l-2.5002,4.3418-.8677,1.5175c-4.477,7.7685-5.638,10.7394-3.3652,13.107-.9774-.5418-1.7476-1.4516-1.7581-2.4299"/><path class="b" d="m22.5473,19.9566l.8694-1.5158c.3276-.5708,1.5061-.5866,1.8354-.0176"/><path class="b" d="m26.1408,19.961l-.8887-1.5368c-3.5461-5.2674-6.7893-11.6483-9.7628-9.423.9493-.5708,2.112-.7807,2.9551-.3039l4.5446,2.574"/><line class="b" x1="26.1417" y1="19.961" x2="28.6595" y2="24.3133"/><path class="b" d="m28.6595,24.3133l.8738,1.5079c.3232.5577-.231,1.5772-.8764,1.5781"/><line class="b" x1="35.7869" y1="29.1337" x2="23.2446" y2="36.521"/><path class="b" d="m23.2446,36.521l-4.4261,2.617c-.8413.4979-2.0269.3258-3.0034-.2152"/><polyline class="b" points="14.0561 36.4929 13.9963 31.3511 13.8681 16.616"/><path class="b" d="m13.8681,16.616l-.0544-5.1418c-.0105-.9686.7263-1.9013,1.6756-2.4721"/><line class="b" x1="22.989" y1="11.2713" x2="35.8624" y2="18.555"/><path class="b" d="m35.8624,18.555l4.4612,2.5239c.8255.4663,1.2672,1.5526,1.2971,2.6434"/><path class="b" d="m35.7869,29.1337l4.6667-2.747c.8167-.4812,1.1978-1.5755,1.168-2.6653,0,3.3784-2.2482,3.9325-12.9647,3.6779l-1.8407.0009"/><circle class="b" cx="23.913" cy="23.913" r="21.5"/></svg>
Copied!