ornament icon
ornament from Material Design Icons by Pictogrammers · Filled · Holiday · Apache-2.0 Free for personal and commercial use.
- Name
- ornament
- Set
- Material Design Icons
- Style
- Filled
- Category
- Holiday
- Viewbox
- 24×24
- License
- Apache 2.0
More holiday icons from Material Design Icons
Use the ornament icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1a3 3 0 0 1 3 3v1a1 1 0 0 1 1 1v1.07c2.39 1.38 4 3.97 4 6.93a8 8 0 0 1-8 8a8 8 0 0 1-8-8c0-2.96 1.61-5.55 4-6.93V6a1 1 0 0 1 1-1V4a3 3 0 0 1 3-3m0 2a1 1 0 0 0-1 1v1h2V4a1 1 0 0 0-1-1m0 5c-1.78 0-3.37.77-4.47 2h8.94c-1.1-1.23-2.69-2-4.47-2m-5.66 8h1.25L6 14.43c.05.57.17 1.07.34 1.57m6.25 0l-4-4H6.41l4 4zm5.07-4h-1.25L18 13.57c-.05-.57-.17-1.07-.34-1.57m-6.25 0l4 4h2.18l-4-4zm.59 8c1.78 0 3.37-.77 4.47-2H7.53c1.1 1.23 2.69 2 4.47 2"/></svg>
React
import type { SVGProps } from "react";
export function MdiOrnament(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1a3 3 0 0 1 3 3v1a1 1 0 0 1 1 1v1.07c2.39 1.38 4 3.97 4 6.93a8 8 0 0 1-8 8a8 8 0 0 1-8-8c0-2.96 1.61-5.55 4-6.93V6a1 1 0 0 1 1-1V4a3 3 0 0 1 3-3m0 2a1 1 0 0 0-1 1v1h2V4a1 1 0 0 0-1-1m0 5c-1.78 0-3.37.77-4.47 2h8.94c-1.1-1.23-2.69-2-4.47-2m-5.66 8h1.25L6 14.43c.05.57.17 1.07.34 1.57m6.25 0l-4-4H6.41l4 4zm5.07-4h-1.25L18 13.57c-.05-.57-.17-1.07-.34-1.57m-6.25 0l4 4h2.18l-4-4zm.59 8c1.78 0 3.37-.77 4.47-2H7.53c1.1 1.23 2.69 2 4.47 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1a3 3 0 0 1 3 3v1a1 1 0 0 1 1 1v1.07c2.39 1.38 4 3.97 4 6.93a8 8 0 0 1-8 8a8 8 0 0 1-8-8c0-2.96 1.61-5.55 4-6.93V6a1 1 0 0 1 1-1V4a3 3 0 0 1 3-3m0 2a1 1 0 0 0-1 1v1h2V4a1 1 0 0 0-1-1m0 5c-1.78 0-3.37.77-4.47 2h8.94c-1.1-1.23-2.69-2-4.47-2m-5.66 8h1.25L6 14.43c.05.57.17 1.07.34 1.57m6.25 0l-4-4H6.41l4 4zm5.07-4h-1.25L18 13.57c-.05-.57-.17-1.07-.34-1.57m-6.25 0l4 4h2.18l-4-4zm.59 8c1.78 0 3.37-.77 4.47-2H7.53c1.1 1.23 2.69 2 4.47 2"/></svg> </template>
CSS
.icon-ornament {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%201a3%203%200%200%201%203%203v1a1%201%200%200%201%201%201v1.07c2.39%201.38%204%203.97%204%206.93a8%208%200%200%201-8%208a8%208%200%200%201-8-8c0-2.96%201.61-5.55%204-6.93V6a1%201%200%200%201%201-1V4a3%203%200%200%201%203-3m0%202a1%201%200%200%200-1%201v1h2V4a1%201%200%200%200-1-1m0%205c-1.78%200-3.37.77-4.47%202h8.94c-1.1-1.23-2.69-2-4.47-2m-5.66%208h1.25L6%2014.43c.05.57.17%201.07.34%201.57m6.25%200l-4-4H6.41l4%204zm5.07-4h-1.25L18%2013.57c-.05-.57-.17-1.07-.34-1.57m-6.25%200l4%204h2.18l-4-4zm.59%208c1.78%200%203.37-.77%204.47-2H7.53c1.1%201.23%202.69%202%204.47%202%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%201a3%203%200%200%201%203%203v1a1%201%200%200%201%201%201v1.07c2.39%201.38%204%203.97%204%206.93a8%208%200%200%201-8%208a8%208%200%200%201-8-8c0-2.96%201.61-5.55%204-6.93V6a1%201%200%200%201%201-1V4a3%203%200%200%201%203-3m0%202a1%201%200%200%200-1%201v1h2V4a1%201%200%200%200-1-1m0%205c-1.78%200-3.37.77-4.47%202h8.94c-1.1-1.23-2.69-2-4.47-2m-5.66%208h1.25L6%2014.43c.05.57.17%201.07.34%201.57m6.25%200l-4-4H6.41l4%204zm5.07-4h-1.25L18%2013.57c-.05-.57-.17-1.07-.34-1.57m-6.25%200l4%204h2.18l-4-4zm.59%208c1.78%200%203.37-.77%204.47-2H7.53c1.1%201.23%202.69%202%204.47%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/ornament.svg?color=%231a73e8&size=48