Perk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Perk 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/345691.svg" alt="Perk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345691.svg" alt="Perk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345691.svg" alt="Perk icon" :width="24" :height="24" />
CSS background
.icon-perk {
background-image: url('https://proicons.com/icon/345691.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="M24,21.5233l-20,1.9258v3.6413l15.0031,1.2862,1.2543,1.2283,1.8915,14.3676h3.7022l1.8915-14.3676,1.2543-1.2283,15.0031-1.2862v-3.6413l-20-1.9258Z"/><path class="c" d="M25.8399,4.0275h-3.6799l-1.8707,13.6576,3.7107-.5876,3.7107.5877-1.8707-13.6578Z"/></svg>
Copied!