Memorial Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Memorial 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/306083.svg" alt="Memorial icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306083.svg" alt="Memorial icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306083.svg" alt="Memorial icon" :width="24" :height="24" />
CSS background
.icon-memorial {
background-image: url('https://proicons.com/icon/306083.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="M837 863L708 62l-40 270-66-240-14 270-74-140-12 217-71-95-10 195-81-53-6 166-75-38-15 166-75-22-21 105h-44v75h792v-75h-59zM694 264l73 599h-19l-61-502 7-97zm-80 5l113 594h-3L607 421l7-152zm-75 70l144 524h-1L523 474l16-135zm-92 66l192 458h-3L439 569l8-164zm-91 107l225 351h-6L351 663l5-151zm-83 124l239 227h-19l-234-80 14-147zm-89 144l251 82H178l6-82z"/></svg>
Copied!