anvil icon
anvil from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- anvil
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the anvil icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7 7.5v-2c0-.943 0-1.414.293-1.707S8.057 3.5 9 3.5h12a1 1 0 0 1 1 1a7 7 0 0 1-7 7h-4c-1.886 0-2.828 0-3.414-.586S7 9.386 7 7.5m0-3H3a1 1 0 0 0-1 1a4 4 0 0 0 4 4h1m9 2v2a3 3 0 0 0 3 3c.465 0 .698 0 .888.051a1.5 1.5 0 0 1 1.06 1.06c.052.191.052.424.052.889s0 .698-.051.888a1.5 1.5 0 0 1-1.06 1.06c-.191.052-.424.052-.889.052h-3c-.373 0-.56 0-.678-.07s-.267-.343-.566-.889a2 2 0 0 0-3.511 0c-.3.546-.449.82-.567.89c-.118.069-.305.069-.678.069H7c-.465 0-.697 0-.888-.051a1.5 1.5 0 0 1-1.06-1.06C5 19.197 5 18.964 5 18.5s0-.698.051-.888a1.5 1.5 0 0 1 1.06-1.06c.192-.052.424-.052.889-.052a3 3 0 0 0 3-3v-2"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsAnvil(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M7 7.5v-2c0-.943 0-1.414.293-1.707S8.057 3.5 9 3.5h12a1 1 0 0 1 1 1a7 7 0 0 1-7 7h-4c-1.886 0-2.828 0-3.414-.586S7 9.386 7 7.5m0-3H3a1 1 0 0 0-1 1a4 4 0 0 0 4 4h1m9 2v2a3 3 0 0 0 3 3c.465 0 .698 0 .888.051a1.5 1.5 0 0 1 1.06 1.06c.052.191.052.424.052.889s0 .698-.051.888a1.5 1.5 0 0 1-1.06 1.06c-.191.052-.424.052-.889.052h-3c-.373 0-.56 0-.678-.07s-.267-.343-.566-.889a2 2 0 0 0-3.511 0c-.3.546-.449.82-.567.89c-.118.069-.305.069-.678.069H7c-.465 0-.697 0-.888-.051a1.5 1.5 0 0 1-1.06-1.06C5 19.197 5 18.964 5 18.5s0-.698.051-.888a1.5 1.5 0 0 1 1.06-1.06c.192-.052.424-.052.889-.052a3 3 0 0 0 3-3v-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7 7.5v-2c0-.943 0-1.414.293-1.707S8.057 3.5 9 3.5h12a1 1 0 0 1 1 1a7 7 0 0 1-7 7h-4c-1.886 0-2.828 0-3.414-.586S7 9.386 7 7.5m0-3H3a1 1 0 0 0-1 1a4 4 0 0 0 4 4h1m9 2v2a3 3 0 0 0 3 3c.465 0 .698 0 .888.051a1.5 1.5 0 0 1 1.06 1.06c.052.191.052.424.052.889s0 .698-.051.888a1.5 1.5 0 0 1-1.06 1.06c-.191.052-.424.052-.889.052h-3c-.373 0-.56 0-.678-.07s-.267-.343-.566-.889a2 2 0 0 0-3.511 0c-.3.546-.449.82-.567.89c-.118.069-.305.069-.678.069H7c-.465 0-.697 0-.888-.051a1.5 1.5 0 0 1-1.06-1.06C5 19.197 5 18.964 5 18.5s0-.698.051-.888a1.5 1.5 0 0 1 1.06-1.06c.192-.052.424-.052.889-.052a3 3 0 0 0 3-3v-2"/></svg> </template>
CSS
.icon-anvil {
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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M7%207.5v-2c0-.943%200-1.414.293-1.707S8.057%203.5%209%203.5h12a1%201%200%200%201%201%201a7%207%200%200%201-7%207h-4c-1.886%200-2.828%200-3.414-.586S7%209.386%207%207.5m0-3H3a1%201%200%200%200-1%201a4%204%200%200%200%204%204h1m9%202v2a3%203%200%200%200%203%203c.465%200%20.698%200%20.888.051a1.5%201.5%200%200%201%201.06%201.06c.052.191.052.424.052.889s0%20.698-.051.888a1.5%201.5%200%200%201-1.06%201.06c-.191.052-.424.052-.889.052h-3c-.373%200-.56%200-.678-.07s-.267-.343-.566-.889a2%202%200%200%200-3.511%200c-.3.546-.449.82-.567.89c-.118.069-.305.069-.678.069H7c-.465%200-.697%200-.888-.051a1.5%201.5%200%200%201-1.06-1.06C5%2019.197%205%2018.964%205%2018.5s0-.698.051-.888a1.5%201.5%200%200%201%201.06-1.06c.192-.052.424-.052.889-.052a3%203%200%200%200%203-3v-2%22%2F%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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M7%207.5v-2c0-.943%200-1.414.293-1.707S8.057%203.5%209%203.5h12a1%201%200%200%201%201%201a7%207%200%200%201-7%207h-4c-1.886%200-2.828%200-3.414-.586S7%209.386%207%207.5m0-3H3a1%201%200%200%200-1%201a4%204%200%200%200%204%204h1m9%202v2a3%203%200%200%200%203%203c.465%200%20.698%200%20.888.051a1.5%201.5%200%200%201%201.06%201.06c.052.191.052.424.052.889s0%20.698-.051.888a1.5%201.5%200%200%201-1.06%201.06c-.191.052-.424.052-.889.052h-3c-.373%200-.56%200-.678-.07s-.267-.343-.566-.889a2%202%200%200%200-3.511%200c-.3.546-.449.82-.567.89c-.118.069-.305.069-.678.069H7c-.465%200-.697%200-.888-.051a1.5%201.5%200%200%201-1.06-1.06C5%2019.197%205%2018.964%205%2018.5s0-.698.051-.888a1.5%201.5%200%200%201%201.06-1.06c.192-.052.424-.052.889-.052a3%203%200%200%200%203-3v-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/anvil.svg?color=%231a73e8&size=48