Penfed Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Penfed 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/345667.svg" alt="Penfed icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345667.svg" alt="Penfed icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345667.svg" alt="Penfed icon" :width="24" :height="24" />
CSS background
.icon-penfed {
background-image: url('https://proicons.com/icon/345667.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><path class="c" d="M33.825,41.499c1.1911.0001,2.2469-.7666,2.6153-1.8993l5.9251-18.232c.3686-1.1332-.0347-2.375-.9989-3.0753l-15.509-11.267c-.9638-.7003-2.269-.7003-3.2329,0L5.4996,19.4684l7.1603,22.031,21.1651-.0004Z"/><path class="c" d="M15.201,12.421l15.287,11.107-5.8399,17.971,1.7267.0009c1.1911.0001,2.2469-.7666,2.6153-1.8993l7.3481-22.611c.3686-1.1332-.0347-2.375-.9989-3.0753l3.0136,2.1895c.9642.7004,1.3675,1.9421.9989,3.0753l-6.6362,20.421c-.3684,1.1327-1.4242,1.8994-2.6153,1.8993"/><path class="c" d="M32.791,16.443l-9.9658-7.2406c-.9638-.7003-2.269-.7003-3.2329,0l-3.0135,2.1894c.9638-.7003,2.269-.7003,3.2329,0l11.828,8.5934"/><path class="c" d="M24.241,18.989l-6.2469,4.5386,2.3861,7.3436h7.7215"/></svg>
Copied!