gun icon
gun from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- gun
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the gun icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="m10.388 10.569l-1.59 6.682a6 6 0 0 0-.083.37a3 3 0 0 0 .195 1.686c.036.086.079.17.164.341c.056.113.084.169.097.212a.5.5 0 0 1-.39.632c-.045.008-.107.008-.232.008H4.528c-1.164 0-1.746 0-2.042-.382s-.155-.95.127-2.086l1.353-5.448a1.62 1.62 0 0 0-1.563-2.015a.404.404 0 0 1-.403-.406V7.59c0-2.465.511-2.979 2.96-2.979h13.208c.62 0 1.089-.146 1.595-.486c.591-.397 1.32-1.118 1.856-.115c.539 1.007.568 5.234-.316 6.124c-.433.436-1.131.436-2.527.436zm0 0h-1.48"/><path d="M9 14.5h.877c.95 0 1.426 0 1.843-.09a4 4 0 0 0 2.746-2.144c.188-.383.303-.844.534-1.766m-13-3h2.028c1.203 0 1.804 0 2.287-.299c.484-.298.753-.836 1.29-1.912L8 4.5"/><path stroke-linecap="round" d="M22 7.5h-3"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsGun(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="m10.388 10.569l-1.59 6.682a6 6 0 0 0-.083.37a3 3 0 0 0 .195 1.686c.036.086.079.17.164.341c.056.113.084.169.097.212a.5.5 0 0 1-.39.632c-.045.008-.107.008-.232.008H4.528c-1.164 0-1.746 0-2.042-.382s-.155-.95.127-2.086l1.353-5.448a1.62 1.62 0 0 0-1.563-2.015a.404.404 0 0 1-.403-.406V7.59c0-2.465.511-2.979 2.96-2.979h13.208c.62 0 1.089-.146 1.595-.486c.591-.397 1.32-1.118 1.856-.115c.539 1.007.568 5.234-.316 6.124c-.433.436-1.131.436-2.527.436zm0 0h-1.48"/><path d="M9 14.5h.877c.95 0 1.426 0 1.843-.09a4 4 0 0 0 2.746-2.144c.188-.383.303-.844.534-1.766m-13-3h2.028c1.203 0 1.804 0 2.287-.299c.484-.298.753-.836 1.29-1.912L8 4.5"/><path strokeLinecap="round" d="M22 7.5h-3"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="m10.388 10.569l-1.59 6.682a6 6 0 0 0-.083.37a3 3 0 0 0 .195 1.686c.036.086.079.17.164.341c.056.113.084.169.097.212a.5.5 0 0 1-.39.632c-.045.008-.107.008-.232.008H4.528c-1.164 0-1.746 0-2.042-.382s-.155-.95.127-2.086l1.353-5.448a1.62 1.62 0 0 0-1.563-2.015a.404.404 0 0 1-.403-.406V7.59c0-2.465.511-2.979 2.96-2.979h13.208c.62 0 1.089-.146 1.595-.486c.591-.397 1.32-1.118 1.856-.115c.539 1.007.568 5.234-.316 6.124c-.433.436-1.131.436-2.527.436zm0 0h-1.48"/><path d="M9 14.5h.877c.95 0 1.426 0 1.843-.09a4 4 0 0 0 2.746-2.144c.188-.383.303-.844.534-1.766m-13-3h2.028c1.203 0 1.804 0 2.287-.299c.484-.298.753-.836 1.29-1.912L8 4.5"/><path stroke-linecap="round" d="M22 7.5h-3"/></g></svg> </template>
CSS
.icon-gun {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m10.388%2010.569l-1.59%206.682a6%206%200%200%200-.083.37a3%203%200%200%200%20.195%201.686c.036.086.079.17.164.341c.056.113.084.169.097.212a.5.5%200%200%201-.39.632c-.045.008-.107.008-.232.008H4.528c-1.164%200-1.746%200-2.042-.382s-.155-.95.127-2.086l1.353-5.448a1.62%201.62%200%200%200-1.563-2.015a.404.404%200%200%201-.403-.406V7.59c0-2.465.511-2.979%202.96-2.979h13.208c.62%200%201.089-.146%201.595-.486c.591-.397%201.32-1.118%201.856-.115c.539%201.007.568%205.234-.316%206.124c-.433.436-1.131.436-2.527.436zm0%200h-1.48%22%2F%3E%3Cpath%20d%3D%22M9%2014.5h.877c.95%200%201.426%200%201.843-.09a4%204%200%200%200%202.746-2.144c.188-.383.303-.844.534-1.766m-13-3h2.028c1.203%200%201.804%200%202.287-.299c.484-.298.753-.836%201.29-1.912L8%204.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%207.5h-3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m10.388%2010.569l-1.59%206.682a6%206%200%200%200-.083.37a3%203%200%200%200%20.195%201.686c.036.086.079.17.164.341c.056.113.084.169.097.212a.5.5%200%200%201-.39.632c-.045.008-.107.008-.232.008H4.528c-1.164%200-1.746%200-2.042-.382s-.155-.95.127-2.086l1.353-5.448a1.62%201.62%200%200%200-1.563-2.015a.404.404%200%200%201-.403-.406V7.59c0-2.465.511-2.979%202.96-2.979h13.208c.62%200%201.089-.146%201.595-.486c.591-.397%201.32-1.118%201.856-.115c.539%201.007.568%205.234-.316%206.124c-.433.436-1.131.436-2.527.436zm0%200h-1.48%22%2F%3E%3Cpath%20d%3D%22M9%2014.5h.877c.95%200%201.426%200%201.843-.09a4%204%200%200%200%202.746-2.144c.188-.383.303-.844.534-1.766m-13-3h2.028c1.203%200%201.804%200%202.287-.299c.484-.298.753-.836%201.29-1.912L8%204.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%207.5h-3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/gun.svg?color=%231a73e8&size=48