Black Pie Icon Pack Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Black Pie Icon Pack 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/322699.svg" alt="Black Pie Icon Pack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322699.svg" alt="Black Pie Icon Pack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322699.svg" alt="Black Pie Icon Pack icon" :width="24" :height="24" />
CSS background
.icon-black-pie-icon-pack {
background-image: url('https://proicons.com/icon/322699.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><circle class="b" cx="29.8327" cy="16.9261" r="11.4261"/><path class="b" d="m10.4372,20.3662c-2.857,2.07-4.7222,5.4445-4.7222,9.2503,0,6.3178,5.1103,11.4281,11.4173,11.4281,3.1589,0,6.0159-1.2722,8.0859-3.3422"/><path class="b" d="m19.5797,21.9618c-1.0673.7116-2.3503,1.132-3.7411,1.132-2.2209,0-4.1831-1.0781-5.4014-2.7276-.8409-1.1212-1.3369-2.512-1.3369-4.0106,0-3.7303,3.0187-6.749,6.7383-6.749,1.5848,0,3.0403.5498,4.1939,1.4662"/><path class="b" d="m26.1455,27.7405c-1.2506,1.5525-1.9945,3.5362-1.9945,5.6817,0,1.5525.3881,3.008,1.0673,4.2801,1.5309,2.857,4.5389,4.7976,7.9997,4.7976,5.0133,0,9.067-4.0645,9.067-9.0778,0-3.4608-1.9406-6.4795-4.8084-8.0104"/></svg>
Copied!