Stamp Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Stamp icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/306574.svg" alt="Stamp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306574.svg" alt="Stamp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306574.svg" alt="Stamp icon" :width="24" :height="24" />
CSS background
.icon-stamp {
background-image: url('https://proicons.com/icon/306574.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M911 714c-10-42-43-69-85-69-49 0-97-1-146 0-15 1-26-4-36-14-28-26-46-58-50-97-4-34 1-67 12-99 15-40 31-80 47-120 12-30 23-61 19-95-6-42-20-79-49-108-44-42-97-56-154-47-47 8-86 32-112 75-30 48-39 100-17 155 7 20 16 39 24 59 16 39 33 78 40 120 12 65-3 119-52 162-7 6-14 9-24 9H176c-31 0-57 12-74 40-7 11-10 25-16 39v128c7 16 22 12 35 13v49c0 18 6 23 22 23h716c14 0 20-6 20-21 1-6 0-12 0-19v-32h15c14-1 20-7 20-22V737c0-8-1-16-3-23zm-66 186H156v-35h689v35z"/></svg>
Stamp in other icon packs
Copied!