Vampr Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vampr 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/334642.svg" alt="Vampr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334642.svg" alt="Vampr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334642.svg" alt="Vampr icon" :width="24" :height="24" />
CSS background
.icon-vampr {
background-image: url('https://proicons.com/icon/334642.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><path class="b" d="M10.0839,14.8387l23.8321-8.8145c5.5418-2.0183,8.6548,2.1666,7.8566,6.169l-4.2761,25.0522c-1.0263,5.8041-6.2032,6.4084-9.2706,3.7174L8.6699,24.725c-4.5156-3.7858-2.4516-8.575,1.414-9.8863Z"/><path class="b" d="M17.2563,12.7177l18.9859.0798c4.4015.0342,5.4848,3.7744,3.8884,6.3742l-9.5671,16.4088c-2.235,3.7972-6.0093,2.8621-7.4575.171l-9.4302-16.4772c-2.1666-3.8314.5245-6.6479,3.5805-6.5567Z"/><path class="b" d="M24.2805,13.151l11.4828,6.5453c2.6569,1.5394,2.0297,4.1735.171,5.1997l-11.4143,6.6707c-2.6569,1.528-4.6296-.3307-4.584-2.4516l-.0684-13.216c0-3.0674,2.5999-3.8542,4.4129-2.7481Z"/></svg>
Copied!