stamp icon
stamp from Line Awesome by Icons8 · Line · Finance · Apache-2.0 Free for personal and commercial use.
- Name
- stamp
- Set
- Line Awesome
- Style
- Line
- Category
- Finance
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- stamp-solid
The same icon in other sets
More finance icons from Line Awesome
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="M16 2.906a5.945 5.945 0 0 0-5.938 5.938c0 1.945.907 3.324 1.657 4.375c.75 1.05 1.281 1.773 1.281 2.812v3.188L4.781 21.03L4 21.188V26h1v1c0 .574.254 1.117.656 1.469c.403.351.918.531 1.438.531h17.812c.52 0 1.035-.18 1.438-.531A1.97 1.97 0 0 0 27 27v-1h1v-4.813l-.781-.156L19 19.22v-3.19c0-1.039.531-1.761 1.281-2.812s1.657-2.43 1.657-4.375A5.945 5.945 0 0 0 16 2.906m0 2a3.91 3.91 0 0 1 3.938 3.938c0 1.351-.555 2.199-1.282 3.219C17.93 13.082 17 14.284 17 16.03V19h-2v-2.969c0-1.746-.93-2.949-1.656-3.968c-.727-1.02-1.281-1.868-1.281-3.22A3.91 3.91 0 0 1 16 4.907zM14 21h4l8 1.781V24H6v-1.219zm-7 5h18v.969c-.012.008-.027.031-.094.031H7.094c-.067 0-.082-.023-.094-.031z"/></svg>
React
import type { SVGProps } from "react";
export function LaStamp(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="M16 2.906a5.945 5.945 0 0 0-5.938 5.938c0 1.945.907 3.324 1.657 4.375c.75 1.05 1.281 1.773 1.281 2.812v3.188L4.781 21.03L4 21.188V26h1v1c0 .574.254 1.117.656 1.469c.403.351.918.531 1.438.531h17.812c.52 0 1.035-.18 1.438-.531A1.97 1.97 0 0 0 27 27v-1h1v-4.813l-.781-.156L19 19.22v-3.19c0-1.039.531-1.761 1.281-2.812s1.657-2.43 1.657-4.375A5.945 5.945 0 0 0 16 2.906m0 2a3.91 3.91 0 0 1 3.938 3.938c0 1.351-.555 2.199-1.282 3.219C17.93 13.082 17 14.284 17 16.03V19h-2v-2.969c0-1.746-.93-2.949-1.656-3.968c-.727-1.02-1.281-1.868-1.281-3.22A3.91 3.91 0 0 1 16 4.907zM14 21h4l8 1.781V24H6v-1.219zm-7 5h18v.969c-.012.008-.027.031-.094.031H7.094c-.067 0-.082-.023-.094-.031z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2.906a5.945 5.945 0 0 0-5.938 5.938c0 1.945.907 3.324 1.657 4.375c.75 1.05 1.281 1.773 1.281 2.812v3.188L4.781 21.03L4 21.188V26h1v1c0 .574.254 1.117.656 1.469c.403.351.918.531 1.438.531h17.812c.52 0 1.035-.18 1.438-.531A1.97 1.97 0 0 0 27 27v-1h1v-4.813l-.781-.156L19 19.22v-3.19c0-1.039.531-1.761 1.281-2.812s1.657-2.43 1.657-4.375A5.945 5.945 0 0 0 16 2.906m0 2a3.91 3.91 0 0 1 3.938 3.938c0 1.351-.555 2.199-1.282 3.219C17.93 13.082 17 14.284 17 16.03V19h-2v-2.969c0-1.746-.93-2.949-1.656-3.968c-.727-1.02-1.281-1.868-1.281-3.22A3.91 3.91 0 0 1 16 4.907zM14 21h4l8 1.781V24H6v-1.219zm-7 5h18v.969c-.012.008-.027.031-.094.031H7.094c-.067 0-.082-.023-.094-.031z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202.906a5.945%205.945%200%200%200-5.938%205.938c0%201.945.907%203.324%201.657%204.375c.75%201.05%201.281%201.773%201.281%202.812v3.188L4.781%2021.03L4%2021.188V26h1v1c0%20.574.254%201.117.656%201.469c.403.351.918.531%201.438.531h17.812c.52%200%201.035-.18%201.438-.531A1.97%201.97%200%200%200%2027%2027v-1h1v-4.813l-.781-.156L19%2019.22v-3.19c0-1.039.531-1.761%201.281-2.812s1.657-2.43%201.657-4.375A5.945%205.945%200%200%200%2016%202.906m0%202a3.91%203.91%200%200%201%203.938%203.938c0%201.351-.555%202.199-1.282%203.219C17.93%2013.082%2017%2014.284%2017%2016.03V19h-2v-2.969c0-1.746-.93-2.949-1.656-3.968c-.727-1.02-1.281-1.868-1.281-3.22A3.91%203.91%200%200%201%2016%204.907zM14%2021h4l8%201.781V24H6v-1.219zm-7%205h18v.969c-.012.008-.027.031-.094.031H7.094c-.067%200-.082-.023-.094-.031z%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%22M16%202.906a5.945%205.945%200%200%200-5.938%205.938c0%201.945.907%203.324%201.657%204.375c.75%201.05%201.281%201.773%201.281%202.812v3.188L4.781%2021.03L4%2021.188V26h1v1c0%20.574.254%201.117.656%201.469c.403.351.918.531%201.438.531h17.812c.52%200%201.035-.18%201.438-.531A1.97%201.97%200%200%200%2027%2027v-1h1v-4.813l-.781-.156L19%2019.22v-3.19c0-1.039.531-1.761%201.281-2.812s1.657-2.43%201.657-4.375A5.945%205.945%200%200%200%2016%202.906m0%202a3.91%203.91%200%200%201%203.938%203.938c0%201.351-.555%202.199-1.282%203.219C17.93%2013.082%2017%2014.284%2017%2016.03V19h-2v-2.969c0-1.746-.93-2.949-1.656-3.968c-.727-1.02-1.281-1.868-1.281-3.22A3.91%203.91%200%200%201%2016%204.907zM14%2021h4l8%201.781V24H6v-1.219zm-7%205h18v.969c-.012.008-.027.031-.094.031H7.094c-.067%200-.082-.023-.094-.031z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/stamp.svg?color=%231a73e8&size=48