stamp-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
stamp-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the stamp 01 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="M4.986 19.181c.016 1.24.097 1.762.512 2.234C6.015 22 6.847 22 8.51 22h6.952c1.663 0 2.494 0 3.01-.586c.417-.472.498-.994.514-2.234m-6.997-.11H4.757c-.718 0-1.34-.585-1.249-1.297c.16-1.256.798-2.774 3.328-3.707c.89-.328 1.869-.612 2.352-1.428c.677-1.146.976-2.4-.288-4.55C6.836 4.02 9.924 2 12.011 2s5.138 2.15 3.053 6.09c-1.265 2.132-.929 3.403-.252 4.549c.483.816 1.462 1.1 2.352 1.428c2.53.933 3.169 2.451 3.328 3.707c.09.712-.531 1.298-1.249 1.298h-7.232"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsStamp01(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="M4.986 19.181c.016 1.24.097 1.762.512 2.234C6.015 22 6.847 22 8.51 22h6.952c1.663 0 2.494 0 3.01-.586c.417-.472.498-.994.514-2.234m-6.997-.11H4.757c-.718 0-1.34-.585-1.249-1.297c.16-1.256.798-2.774 3.328-3.707c.89-.328 1.869-.612 2.352-1.428c.677-1.146.976-2.4-.288-4.55C6.836 4.02 9.924 2 12.011 2s5.138 2.15 3.053 6.09c-1.265 2.132-.929 3.403-.252 4.549c.483.816 1.462 1.1 2.352 1.428c2.53.933 3.169 2.451 3.328 3.707c.09.712-.531 1.298-1.249 1.298h-7.232"/></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="M4.986 19.181c.016 1.24.097 1.762.512 2.234C6.015 22 6.847 22 8.51 22h6.952c1.663 0 2.494 0 3.01-.586c.417-.472.498-.994.514-2.234m-6.997-.11H4.757c-.718 0-1.34-.585-1.249-1.297c.16-1.256.798-2.774 3.328-3.707c.89-.328 1.869-.612 2.352-1.428c.677-1.146.976-2.4-.288-4.55C6.836 4.02 9.924 2 12.011 2s5.138 2.15 3.053 6.09c-1.265 2.132-.929 3.403-.252 4.549c.483.816 1.462 1.1 2.352 1.428c2.53.933 3.169 2.451 3.328 3.707c.09.712-.531 1.298-1.249 1.298h-7.232"/></svg>
</template>

CSS

.icon-stamp-01 {
  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%22M4.986%2019.181c.016%201.24.097%201.762.512%202.234C6.015%2022%206.847%2022%208.51%2022h6.952c1.663%200%202.494%200%203.01-.586c.417-.472.498-.994.514-2.234m-6.997-.11H4.757c-.718%200-1.34-.585-1.249-1.297c.16-1.256.798-2.774%203.328-3.707c.89-.328%201.869-.612%202.352-1.428c.677-1.146.976-2.4-.288-4.55C6.836%204.02%209.924%202%2012.011%202s5.138%202.15%203.053%206.09c-1.265%202.132-.929%203.403-.252%204.549c.483.816%201.462%201.1%202.352%201.428c2.53.933%203.169%202.451%203.328%203.707c.09.712-.531%201.298-1.249%201.298h-7.232%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%22M4.986%2019.181c.016%201.24.097%201.762.512%202.234C6.015%2022%206.847%2022%208.51%2022h6.952c1.663%200%202.494%200%203.01-.586c.417-.472.498-.994.514-2.234m-6.997-.11H4.757c-.718%200-1.34-.585-1.249-1.297c.16-1.256.798-2.774%203.328-3.707c.89-.328%201.869-.612%202.352-1.428c.677-1.146.976-2.4-.288-4.55C6.836%204.02%209.924%202%2012.011%202s5.138%202.15%203.053%206.09c-1.265%202.132-.929%203.403-.252%204.549c.483.816%201.462%201.1%202.352%201.428c2.53.933%203.169%202.451%203.328%203.707c.09.712-.531%201.298-1.249%201.298h-7.232%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/stamp-01.svg?color=%231a73e8&size=48