Alfagift Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Alfagift 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/336150.svg" alt="Alfagift icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336150.svg" alt="Alfagift icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336150.svg" alt="Alfagift icon" :width="24" :height="24" />
CSS background
.icon-alfagift {
background-image: url('https://proicons.com/icon/336150.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><path class="b" d="m40.5,20.7589v19.741c0,1.1046-.8954,2-2,2H9.5c-1.1046,0-2-.8954-2-2v-19.741"/><rect class="b" x="5.5" y="14.3899" width="37" height="6.3692"/><path class="b" d="m24,14.3899C18.2523,5.5161,14.8879,3.4979,11.756,7.3899c-3.2694,4.0637,4.0289,7,12.244,7Z"/><line class="b" x1="24" y1="14.3899" x2="18.799" y2="11.7399"/><path class="b" d="m24,14.3899c5.7477-8.8738,9.1121-10.892,12.244-7,3.2694,4.0637-4.0289,7-12.244,7Z"/><line class="b" x1="24" y1="14.3899" x2="29.201" y2="11.7399"/><path class="b" d="m22.2556,27.5639v7c0,.6.4,1,1,1h.3"/><path class="b" d="m32.9726,33.5639c0,1.1-.9,2-2,2h0c-1.1,0-2-.9-2-2v-1.3c0-1.1.9-2,2-2h0c1.1,0,2,.9,2,2"/><line class="b" x1="32.9726" y1="35.5639" x2="32.9726" y2="30.1639"/><path class="b" d="m25.7796,35.5639v-6.7c0-.8.6-1.4,1.4-1.4h0c.7,0,1.1.2,1.4.6"/><line class="b" x1="24.5796" y1="30.1639" x2="27.3796" y2="30.1639"/><line class="b" x1="19.5274" y1="32.8639" x2="15.9274" y2="32.8639"/><polyline class="b" points="15.0274 35.5639 17.7274 27.5639 20.4274 35.5639"/></svg>
Copied!