stamp-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.

Name
stamp-32-light
Set
Fluent UI System Icons
Style
32 Light
Viewbox
32×32
License
MIT

The same icon in other sets

Use the stamp icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.172 4.172a4 4 0 1 1 5.656 5.656c-.726.727-2.392 1.887-3.827 2.839a114 114 0 0 1-2.204 1.424l3.228 3.227a4.5 4.5 0 0 1 0 6.364l-3.464 3.464a1.5 1.5 0 0 1-2.122 0l-.94-.939l-2.938 2.94a1.5 1.5 0 0 1-2.122 0L2.853 18.56a1.5 1.5 0 0 1 0-2.122l2.94-2.939l-.94-.94a1.5 1.5 0 0 1 0-2.12l3.465-3.465a4.5 4.5 0 0 1 6.364 0l3.227 3.227A120 120 0 0 1 19.333 8c.952-1.435 2.112-3.101 2.839-3.827m-1.1 9.193a109 109 0 0 0 2.376-1.532c1.46-.969 3.033-2.071 3.673-2.712A3 3 0 1 0 22.88 4.88c-.641.64-1.744 2.212-2.713 3.673a114 114 0 0 0-1.532 2.376zm-7.097-5.683a3.5 3.5 0 0 0-4.95 0l-3.464 3.464a.5.5 0 0 0 0 .708L20.146 26.44a.5.5 0 0 0 .707 0l3.465-3.464a3.5 3.5 0 0 0 0-4.95zM3.56 17.146a.5.5 0 0 0 0 .708l10.585 10.585a.5.5 0 0 0 .707 0l2.94-2.939L6.5 14.207z"/></svg>

React

import type { SVGProps } from "react";

export function FluentStamp32Light(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.172 4.172a4 4 0 1 1 5.656 5.656c-.726.727-2.392 1.887-3.827 2.839a114 114 0 0 1-2.204 1.424l3.228 3.227a4.5 4.5 0 0 1 0 6.364l-3.464 3.464a1.5 1.5 0 0 1-2.122 0l-.94-.939l-2.938 2.94a1.5 1.5 0 0 1-2.122 0L2.853 18.56a1.5 1.5 0 0 1 0-2.122l2.94-2.939l-.94-.94a1.5 1.5 0 0 1 0-2.12l3.465-3.465a4.5 4.5 0 0 1 6.364 0l3.227 3.227A120 120 0 0 1 19.333 8c.952-1.435 2.112-3.101 2.839-3.827m-1.1 9.193a109 109 0 0 0 2.376-1.532c1.46-.969 3.033-2.071 3.673-2.712A3 3 0 1 0 22.88 4.88c-.641.64-1.744 2.212-2.713 3.673a114 114 0 0 0-1.532 2.376zm-7.097-5.683a3.5 3.5 0 0 0-4.95 0l-3.464 3.464a.5.5 0 0 0 0 .708L20.146 26.44a.5.5 0 0 0 .707 0l3.465-3.464a3.5 3.5 0 0 0 0-4.95zM3.56 17.146a.5.5 0 0 0 0 .708l10.585 10.585a.5.5 0 0 0 .707 0l2.94-2.939L6.5 14.207z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.172 4.172a4 4 0 1 1 5.656 5.656c-.726.727-2.392 1.887-3.827 2.839a114 114 0 0 1-2.204 1.424l3.228 3.227a4.5 4.5 0 0 1 0 6.364l-3.464 3.464a1.5 1.5 0 0 1-2.122 0l-.94-.939l-2.938 2.94a1.5 1.5 0 0 1-2.122 0L2.853 18.56a1.5 1.5 0 0 1 0-2.122l2.94-2.939l-.94-.94a1.5 1.5 0 0 1 0-2.12l3.465-3.465a4.5 4.5 0 0 1 6.364 0l3.227 3.227A120 120 0 0 1 19.333 8c.952-1.435 2.112-3.101 2.839-3.827m-1.1 9.193a109 109 0 0 0 2.376-1.532c1.46-.969 3.033-2.071 3.673-2.712A3 3 0 1 0 22.88 4.88c-.641.64-1.744 2.212-2.713 3.673a114 114 0 0 0-1.532 2.376zm-7.097-5.683a3.5 3.5 0 0 0-4.95 0l-3.464 3.464a.5.5 0 0 0 0 .708L20.146 26.44a.5.5 0 0 0 .707 0l3.465-3.464a3.5 3.5 0 0 0 0-4.95zM3.56 17.146a.5.5 0 0 0 0 .708l10.585 10.585a.5.5 0 0 0 .707 0l2.94-2.939L6.5 14.207z"/></svg>
</template>

CSS

.icon-stamp-32-light {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.172%204.172a4%204%200%201%201%205.656%205.656c-.726.727-2.392%201.887-3.827%202.839a114%20114%200%200%201-2.204%201.424l3.228%203.227a4.5%204.5%200%200%201%200%206.364l-3.464%203.464a1.5%201.5%200%200%201-2.122%200l-.94-.939l-2.938%202.94a1.5%201.5%200%200%201-2.122%200L2.853%2018.56a1.5%201.5%200%200%201%200-2.122l2.94-2.939l-.94-.94a1.5%201.5%200%200%201%200-2.12l3.465-3.465a4.5%204.5%200%200%201%206.364%200l3.227%203.227A120%20120%200%200%201%2019.333%208c.952-1.435%202.112-3.101%202.839-3.827m-1.1%209.193a109%20109%200%200%200%202.376-1.532c1.46-.969%203.033-2.071%203.673-2.712A3%203%200%201%200%2022.88%204.88c-.641.64-1.744%202.212-2.713%203.673a114%20114%200%200%200-1.532%202.376zm-7.097-5.683a3.5%203.5%200%200%200-4.95%200l-3.464%203.464a.5.5%200%200%200%200%20.708L20.146%2026.44a.5.5%200%200%200%20.707%200l3.465-3.464a3.5%203.5%200%200%200%200-4.95zM3.56%2017.146a.5.5%200%200%200%200%20.708l10.585%2010.585a.5.5%200%200%200%20.707%200l2.94-2.939L6.5%2014.207z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.172%204.172a4%204%200%201%201%205.656%205.656c-.726.727-2.392%201.887-3.827%202.839a114%20114%200%200%201-2.204%201.424l3.228%203.227a4.5%204.5%200%200%201%200%206.364l-3.464%203.464a1.5%201.5%200%200%201-2.122%200l-.94-.939l-2.938%202.94a1.5%201.5%200%200%201-2.122%200L2.853%2018.56a1.5%201.5%200%200%201%200-2.122l2.94-2.939l-.94-.94a1.5%201.5%200%200%201%200-2.12l3.465-3.465a4.5%204.5%200%200%201%206.364%200l3.227%203.227A120%20120%200%200%201%2019.333%208c.952-1.435%202.112-3.101%202.839-3.827m-1.1%209.193a109%20109%200%200%200%202.376-1.532c1.46-.969%203.033-2.071%203.673-2.712A3%203%200%201%200%2022.88%204.88c-.641.64-1.744%202.212-2.713%203.673a114%20114%200%200%200-1.532%202.376zm-7.097-5.683a3.5%203.5%200%200%200-4.95%200l-3.464%203.464a.5.5%200%200%200%200%20.708L20.146%2026.44a.5.5%200%200%200%20.707%200l3.465-3.464a3.5%203.5%200%200%200%200-4.95zM3.56%2017.146a.5.5%200%200%200%200%20.708l10.585%2010.585a.5.5%200%200%200%20.707%200l2.94-2.939L6.5%2014.207z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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