stamp icon
stamp from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- stamp
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the stamp 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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" stroke-miterlimit="10" d="M17.667 21H6.333c-.31 0-.465 0-.592-.043c-.345-.115-.614-.452-.707-.884C5 19.915 5 19.722 5 19.334c0-.775 0-1.162.068-1.48c.185-.863.724-1.537 1.414-1.768C6.737 16 7.047 16 7.667 16h8.666c.62 0 .93 0 1.185.085c.69.231 1.229.905 1.414 1.768c.068.318.068.705.068 1.48c0 .388 0 .582-.034.74c-.093.432-.362.769-.707.884c-.127.043-.282.043-.592.043"/><path stroke-linejoin="round" d="M9.5 16c.515-2.548.585-4.034.256-4.95a2.3 2.3 0 0 0-.316-.547c-.813-1.131-1.182-2.015-1.323-2.562a3.4 3.4 0 0 1-.093-.985a4.54 4.54 0 0 1 .855-2.394C9.729 3.372 11.313 3.007 12 3c.688.007 2.313.373 3.163 1.562a4.54 4.54 0 0 1 .855 2.394c.014.33-.011.665-.093.985c-.14.547-.51 1.43-1.323 2.562a2.3 2.3 0 0 0-.316.547c-.328.916-.3 2.402.214 4.95"/><path d="M14 13h-4"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsStamp(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" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" strokeMiterlimit="10" d="M17.667 21H6.333c-.31 0-.465 0-.592-.043c-.345-.115-.614-.452-.707-.884C5 19.915 5 19.722 5 19.334c0-.775 0-1.162.068-1.48c.185-.863.724-1.537 1.414-1.768C6.737 16 7.047 16 7.667 16h8.666c.62 0 .93 0 1.185.085c.69.231 1.229.905 1.414 1.768c.068.318.068.705.068 1.48c0 .388 0 .582-.034.74c-.093.432-.362.769-.707.884c-.127.043-.282.043-.592.043"/><path strokeLinejoin="round" d="M9.5 16c.515-2.548.585-4.034.256-4.95a2.3 2.3 0 0 0-.316-.547c-.813-1.131-1.182-2.015-1.323-2.562a3.4 3.4 0 0 1-.093-.985a4.54 4.54 0 0 1 .855-2.394C9.729 3.372 11.313 3.007 12 3c.688.007 2.313.373 3.163 1.562a4.54 4.54 0 0 1 .855 2.394c.014.33-.011.665-.093.985c-.14.547-.51 1.43-1.323 2.562a2.3 2.3 0 0 0-.316.547c-.328.916-.3 2.402.214 4.95"/><path d="M14 13h-4"/></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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" stroke-miterlimit="10" d="M17.667 21H6.333c-.31 0-.465 0-.592-.043c-.345-.115-.614-.452-.707-.884C5 19.915 5 19.722 5 19.334c0-.775 0-1.162.068-1.48c.185-.863.724-1.537 1.414-1.768C6.737 16 7.047 16 7.667 16h8.666c.62 0 .93 0 1.185.085c.69.231 1.229.905 1.414 1.768c.068.318.068.705.068 1.48c0 .388 0 .582-.034.74c-.093.432-.362.769-.707.884c-.127.043-.282.043-.592.043"/><path stroke-linejoin="round" d="M9.5 16c.515-2.548.585-4.034.256-4.95a2.3 2.3 0 0 0-.316-.547c-.813-1.131-1.182-2.015-1.323-2.562a3.4 3.4 0 0 1-.093-.985a4.54 4.54 0 0 1 .855-2.394C9.729 3.372 11.313 3.007 12 3c.688.007 2.313.373 3.163 1.562a4.54 4.54 0 0 1 .855 2.394c.014.33-.011.665-.093.985c-.14.547-.51 1.43-1.323 2.562a2.3 2.3 0 0 0-.316.547c-.328.916-.3 2.402.214 4.95"/><path d="M14 13h-4"/></g></svg> </template>
CSS
.icon-stamp {
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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M17.667%2021H6.333c-.31%200-.465%200-.592-.043c-.345-.115-.614-.452-.707-.884C5%2019.915%205%2019.722%205%2019.334c0-.775%200-1.162.068-1.48c.185-.863.724-1.537%201.414-1.768C6.737%2016%207.047%2016%207.667%2016h8.666c.62%200%20.93%200%201.185.085c.69.231%201.229.905%201.414%201.768c.068.318.068.705.068%201.48c0%20.388%200%20.582-.034.74c-.093.432-.362.769-.707.884c-.127.043-.282.043-.592.043%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9.5%2016c.515-2.548.585-4.034.256-4.95a2.3%202.3%200%200%200-.316-.547c-.813-1.131-1.182-2.015-1.323-2.562a3.4%203.4%200%200%201-.093-.985a4.54%204.54%200%200%201%20.855-2.394C9.729%203.372%2011.313%203.007%2012%203c.688.007%202.313.373%203.163%201.562a4.54%204.54%200%200%201%20.855%202.394c.014.33-.011.665-.093.985c-.14.547-.51%201.43-1.323%202.562a2.3%202.3%200%200%200-.316.547c-.328.916-.3%202.402.214%204.95%22%2F%3E%3Cpath%20d%3D%22M14%2013h-4%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M17.667%2021H6.333c-.31%200-.465%200-.592-.043c-.345-.115-.614-.452-.707-.884C5%2019.915%205%2019.722%205%2019.334c0-.775%200-1.162.068-1.48c.185-.863.724-1.537%201.414-1.768C6.737%2016%207.047%2016%207.667%2016h8.666c.62%200%20.93%200%201.185.085c.69.231%201.229.905%201.414%201.768c.068.318.068.705.068%201.48c0%20.388%200%20.582-.034.74c-.093.432-.362.769-.707.884c-.127.043-.282.043-.592.043%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9.5%2016c.515-2.548.585-4.034.256-4.95a2.3%202.3%200%200%200-.316-.547c-.813-1.131-1.182-2.015-1.323-2.562a3.4%203.4%200%200%201-.093-.985a4.54%204.54%200%200%201%20.855-2.394C9.729%203.372%2011.313%203.007%2012%203c.688.007%202.313.373%203.163%201.562a4.54%204.54%200%200%201%20.855%202.394c.014.33-.011.665-.093.985c-.14.547-.51%201.43-1.323%202.562a2.3%202.3%200%200%200-.316.547c-.328.916-.3%202.402.214%204.95%22%2F%3E%3Cpath%20d%3D%22M14%2013h-4%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.svg?color=%231a73e8&size=48