ornament variant icon

ornament-variant from Material Design Icons by Pictogrammers · Filled · Holiday · Apache-2.0 Free for personal and commercial use.

Name
ornament-variant
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 variant 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-2m0 12c1.78 0 3.37-.77 4.47-2H7.53c1.1 1.23 2.69 2 4.47 2m0-8a2 2 0 0 0-2 2a2 2 0 0 0 2 2a2 2 0 0 0 2-2a2 2 0 0 0-2-2m6 2c0-.69-.12-1.35-.33-2c-.95.19-1.67 1-1.67 2s.72 1.81 1.67 1.97c.21-.62.33-1.28.33-1.97M6 14c0 .69.12 1.35.33 1.97C7.28 15.81 8 15 8 14s-.72-1.81-1.67-2c-.21.65-.33 1.31-.33 2"/></svg>

React

import type { SVGProps } from "react";

export function MdiOrnamentVariant(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-2m0 12c1.78 0 3.37-.77 4.47-2H7.53c1.1 1.23 2.69 2 4.47 2m0-8a2 2 0 0 0-2 2a2 2 0 0 0 2 2a2 2 0 0 0 2-2a2 2 0 0 0-2-2m6 2c0-.69-.12-1.35-.33-2c-.95.19-1.67 1-1.67 2s.72 1.81 1.67 1.97c.21-.62.33-1.28.33-1.97M6 14c0 .69.12 1.35.33 1.97C7.28 15.81 8 15 8 14s-.72-1.81-1.67-2c-.21.65-.33 1.31-.33 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-2m0 12c1.78 0 3.37-.77 4.47-2H7.53c1.1 1.23 2.69 2 4.47 2m0-8a2 2 0 0 0-2 2a2 2 0 0 0 2 2a2 2 0 0 0 2-2a2 2 0 0 0-2-2m6 2c0-.69-.12-1.35-.33-2c-.95.19-1.67 1-1.67 2s.72 1.81 1.67 1.97c.21-.62.33-1.28.33-1.97M6 14c0 .69.12 1.35.33 1.97C7.28 15.81 8 15 8 14s-.72-1.81-1.67-2c-.21.65-.33 1.31-.33 2"/></svg>
</template>

CSS

.icon-ornament-variant {
  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-2m0%2012c1.78%200%203.37-.77%204.47-2H7.53c1.1%201.23%202.69%202%204.47%202m0-8a2%202%200%200%200-2%202a2%202%200%200%200%202%202a2%202%200%200%200%202-2a2%202%200%200%200-2-2m6%202c0-.69-.12-1.35-.33-2c-.95.19-1.67%201-1.67%202s.72%201.81%201.67%201.97c.21-.62.33-1.28.33-1.97M6%2014c0%20.69.12%201.35.33%201.97C7.28%2015.81%208%2015%208%2014s-.72-1.81-1.67-2c-.21.65-.33%201.31-.33%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-2m0%2012c1.78%200%203.37-.77%204.47-2H7.53c1.1%201.23%202.69%202%204.47%202m0-8a2%202%200%200%200-2%202a2%202%200%200%200%202%202a2%202%200%200%200%202-2a2%202%200%200%200-2-2m6%202c0-.69-.12-1.35-.33-2c-.95.19-1.67%201-1.67%202s.72%201.81%201.67%201.97c.21-.62.33-1.28.33-1.97M6%2014c0%20.69.12%201.35.33%201.97C7.28%2015.81%208%2015%208%2014s-.72-1.81-1.67-2c-.21.65-.33%201.31-.33%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/ornament-variant.svg?color=%231a73e8&size=48