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

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

Related icons in Huge Icons

Use the stamp 02 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="M9.991 15c0-.998-.083-3.365-1.833-6.73c-.776-1.493-.766-3.056-.477-4.286c.094-.402.332-.607.655-.829c.372-.256.559-.384.752-.492a5 5 0 0 1 2.013-.624a10.4 10.4 0 0 1 1.798 0a5 5 0 0 1 2.013.624c.193.108.38.236.752.492c.323.222.561.427.655.829c.289 1.23.3 2.793-.477 4.286c-1.75 3.365-1.833 5.732-1.833 6.73"/><path d="M7.088 17.735c.44-1.32.66-1.98 1.184-2.357S9.492 15 10.883 15h2.234c1.391 0 2.087 0 2.61.377c.525.378.745 1.038 1.185 2.358L17 18H7zm-2.835 2.447c.213-.537.32-.806.47-1.027a2.65 2.65 0 0 1 1.68-1.1C6.675 18 6.98 18 7.586 18h8.828c.607 0 .91 0 1.183.055c.694.139 1.3.535 1.68 1.1c.15.221.257.49.47 1.027c.166.416.248.624.253.792c.012.436-.277.828-.712.971c-.169.055-.404.055-.874.055H5.586c-.47 0-.705 0-.874-.055c-.435-.143-.723-.535-.712-.97c.005-.169.087-.377.253-.793Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsStamp02(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="M9.991 15c0-.998-.083-3.365-1.833-6.73c-.776-1.493-.766-3.056-.477-4.286c.094-.402.332-.607.655-.829c.372-.256.559-.384.752-.492a5 5 0 0 1 2.013-.624a10.4 10.4 0 0 1 1.798 0a5 5 0 0 1 2.013.624c.193.108.38.236.752.492c.323.222.561.427.655.829c.289 1.23.3 2.793-.477 4.286c-1.75 3.365-1.833 5.732-1.833 6.73"/><path d="M7.088 17.735c.44-1.32.66-1.98 1.184-2.357S9.492 15 10.883 15h2.234c1.391 0 2.087 0 2.61.377c.525.378.745 1.038 1.185 2.358L17 18H7zm-2.835 2.447c.213-.537.32-.806.47-1.027a2.65 2.65 0 0 1 1.68-1.1C6.675 18 6.98 18 7.586 18h8.828c.607 0 .91 0 1.183.055c.694.139 1.3.535 1.68 1.1c.15.221.257.49.47 1.027c.166.416.248.624.253.792c.012.436-.277.828-.712.971c-.169.055-.404.055-.874.055H5.586c-.47 0-.705 0-.874-.055c-.435-.143-.723-.535-.712-.97c.005-.169.087-.377.253-.793Z"/></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="M9.991 15c0-.998-.083-3.365-1.833-6.73c-.776-1.493-.766-3.056-.477-4.286c.094-.402.332-.607.655-.829c.372-.256.559-.384.752-.492a5 5 0 0 1 2.013-.624a10.4 10.4 0 0 1 1.798 0a5 5 0 0 1 2.013.624c.193.108.38.236.752.492c.323.222.561.427.655.829c.289 1.23.3 2.793-.477 4.286c-1.75 3.365-1.833 5.732-1.833 6.73"/><path d="M7.088 17.735c.44-1.32.66-1.98 1.184-2.357S9.492 15 10.883 15h2.234c1.391 0 2.087 0 2.61.377c.525.378.745 1.038 1.185 2.358L17 18H7zm-2.835 2.447c.213-.537.32-.806.47-1.027a2.65 2.65 0 0 1 1.68-1.1C6.675 18 6.98 18 7.586 18h8.828c.607 0 .91 0 1.183.055c.694.139 1.3.535 1.68 1.1c.15.221.257.49.47 1.027c.166.416.248.624.253.792c.012.436-.277.828-.712.971c-.169.055-.404.055-.874.055H5.586c-.47 0-.705 0-.874-.055c-.435-.143-.723-.535-.712-.97c.005-.169.087-.377.253-.793Z"/></g></svg>
</template>

CSS

.icon-stamp-02 {
  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%22M9.991%2015c0-.998-.083-3.365-1.833-6.73c-.776-1.493-.766-3.056-.477-4.286c.094-.402.332-.607.655-.829c.372-.256.559-.384.752-.492a5%205%200%200%201%202.013-.624a10.4%2010.4%200%200%201%201.798%200a5%205%200%200%201%202.013.624c.193.108.38.236.752.492c.323.222.561.427.655.829c.289%201.23.3%202.793-.477%204.286c-1.75%203.365-1.833%205.732-1.833%206.73%22%2F%3E%3Cpath%20d%3D%22M7.088%2017.735c.44-1.32.66-1.98%201.184-2.357S9.492%2015%2010.883%2015h2.234c1.391%200%202.087%200%202.61.377c.525.378.745%201.038%201.185%202.358L17%2018H7zm-2.835%202.447c.213-.537.32-.806.47-1.027a2.65%202.65%200%200%201%201.68-1.1C6.675%2018%206.98%2018%207.586%2018h8.828c.607%200%20.91%200%201.183.055c.694.139%201.3.535%201.68%201.1c.15.221.257.49.47%201.027c.166.416.248.624.253.792c.012.436-.277.828-.712.971c-.169.055-.404.055-.874.055H5.586c-.47%200-.705%200-.874-.055c-.435-.143-.723-.535-.712-.97c.005-.169.087-.377.253-.793Z%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%22M9.991%2015c0-.998-.083-3.365-1.833-6.73c-.776-1.493-.766-3.056-.477-4.286c.094-.402.332-.607.655-.829c.372-.256.559-.384.752-.492a5%205%200%200%201%202.013-.624a10.4%2010.4%200%200%201%201.798%200a5%205%200%200%201%202.013.624c.193.108.38.236.752.492c.323.222.561.427.655.829c.289%201.23.3%202.793-.477%204.286c-1.75%203.365-1.833%205.732-1.833%206.73%22%2F%3E%3Cpath%20d%3D%22M7.088%2017.735c.44-1.32.66-1.98%201.184-2.357S9.492%2015%2010.883%2015h2.234c1.391%200%202.087%200%202.61.377c.525.378.745%201.038%201.185%202.358L17%2018H7zm-2.835%202.447c.213-.537.32-.806.47-1.027a2.65%202.65%200%200%201%201.68-1.1C6.675%2018%206.98%2018%207.586%2018h8.828c.607%200%20.91%200%201.183.055c.694.139%201.3.535%201.68%201.1c.15.221.257.49.47%201.027c.166.416.248.624.253.792c.012.436-.277.828-.712.971c-.169.055-.404.055-.874.055H5.586c-.47%200-.705%200-.874-.055c-.435-.143-.723-.535-.712-.97c.005-.169.087-.377.253-.793Z%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/stamp-02.svg?color=%231a73e8&size=48