laurel wreath 2 icon
laurel-wreath-2 from Tabler Icons by Paweł Kuna · Outline · MIT Free for personal and commercial use.
- Name
- laurel-wreath-2
- Set
- Tabler Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
Related icons in Tabler Icons
Use the laurel wreath 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M6.436 8A8.6 8.6 0 0 0 6 10.727C6 14.744 8.686 18 12 18s6-3.256 6-7.273A8.6 8.6 0 0 0 17.564 8M14.5 21s-.682-3-2.5-3s-2.5 3-2.5 3m9.02-15.77C18.812 6.896 17.5 8 17.5 8s-1.603-.563-1.895-2.23C15.313 4.104 16.625 3 16.625 3s1.603.563 1.895 2.23"/><path d="M21.094 12.14c-1.281 1.266-3.016.76-3.016.76s-.454-1.772.828-3.04c1.28-1.266 3.016-.76 3.016-.76s.454 1.772-.828 3.04m-3.36 6.686c-1.5-.575-1.734-2.19-1.734-2.19s1.267-1.038 2.767-.462c1.5.575 1.733 2.19 1.733 2.19s-1.267 1.038-2.767.462m-11.466 0c1.5-.575 1.733-2.19 1.733-2.19s-1.267-1.038-2.767-.462c-1.5.575-1.733 2.19-1.733 2.19s1.267 1.038 2.767.462M2.906 12.14c1.281 1.266 3.016.76 3.016.76s.454-1.772-.828-3.04C3.813 8.595 2.078 9.1 2.078 9.1s-.454 1.772.828 3.04M5.48 5.23C5.188 6.896 6.5 8 6.5 8s1.603-.563 1.895-2.23C8.687 4.104 7.375 3 7.375 3s-1.603.563-1.895 2.23M10.6 8h2a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h2"/></g></svg>
React
import type { SVGProps } from "react";
export function TablerLaurelWreath2(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M6.436 8A8.6 8.6 0 0 0 6 10.727C6 14.744 8.686 18 12 18s6-3.256 6-7.273A8.6 8.6 0 0 0 17.564 8M14.5 21s-.682-3-2.5-3s-2.5 3-2.5 3m9.02-15.77C18.812 6.896 17.5 8 17.5 8s-1.603-.563-1.895-2.23C15.313 4.104 16.625 3 16.625 3s1.603.563 1.895 2.23"/><path d="M21.094 12.14c-1.281 1.266-3.016.76-3.016.76s-.454-1.772.828-3.04c1.28-1.266 3.016-.76 3.016-.76s.454 1.772-.828 3.04m-3.36 6.686c-1.5-.575-1.734-2.19-1.734-2.19s1.267-1.038 2.767-.462c1.5.575 1.733 2.19 1.733 2.19s-1.267 1.038-2.767.462m-11.466 0c1.5-.575 1.733-2.19 1.733-2.19s-1.267-1.038-2.767-.462c-1.5.575-1.733 2.19-1.733 2.19s1.267 1.038 2.767.462M2.906 12.14c1.281 1.266 3.016.76 3.016.76s.454-1.772-.828-3.04C3.813 8.595 2.078 9.1 2.078 9.1s-.454 1.772.828 3.04M5.48 5.23C5.188 6.896 6.5 8 6.5 8s1.603-.563 1.895-2.23C8.687 4.104 7.375 3 7.375 3s-1.603.563-1.895 2.23M10.6 8h2a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M6.436 8A8.6 8.6 0 0 0 6 10.727C6 14.744 8.686 18 12 18s6-3.256 6-7.273A8.6 8.6 0 0 0 17.564 8M14.5 21s-.682-3-2.5-3s-2.5 3-2.5 3m9.02-15.77C18.812 6.896 17.5 8 17.5 8s-1.603-.563-1.895-2.23C15.313 4.104 16.625 3 16.625 3s1.603.563 1.895 2.23"/><path d="M21.094 12.14c-1.281 1.266-3.016.76-3.016.76s-.454-1.772.828-3.04c1.28-1.266 3.016-.76 3.016-.76s.454 1.772-.828 3.04m-3.36 6.686c-1.5-.575-1.734-2.19-1.734-2.19s1.267-1.038 2.767-.462c1.5.575 1.733 2.19 1.733 2.19s-1.267 1.038-2.767.462m-11.466 0c1.5-.575 1.733-2.19 1.733-2.19s-1.267-1.038-2.767-.462c-1.5.575-1.733 2.19-1.733 2.19s1.267 1.038 2.767.462M2.906 12.14c1.281 1.266 3.016.76 3.016.76s.454-1.772-.828-3.04C3.813 8.595 2.078 9.1 2.078 9.1s-.454 1.772.828 3.04M5.48 5.23C5.188 6.896 6.5 8 6.5 8s1.603-.563 1.895-2.23C8.687 4.104 7.375 3 7.375 3s-1.603.563-1.895 2.23M10.6 8h2a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h2"/></g></svg> </template>
CSS
.icon-laurel-wreath-2 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M6.436%208A8.6%208.6%200%200%200%206%2010.727C6%2014.744%208.686%2018%2012%2018s6-3.256%206-7.273A8.6%208.6%200%200%200%2017.564%208M14.5%2021s-.682-3-2.5-3s-2.5%203-2.5%203m9.02-15.77C18.812%206.896%2017.5%208%2017.5%208s-1.603-.563-1.895-2.23C15.313%204.104%2016.625%203%2016.625%203s1.603.563%201.895%202.23%22%2F%3E%3Cpath%20d%3D%22M21.094%2012.14c-1.281%201.266-3.016.76-3.016.76s-.454-1.772.828-3.04c1.28-1.266%203.016-.76%203.016-.76s.454%201.772-.828%203.04m-3.36%206.686c-1.5-.575-1.734-2.19-1.734-2.19s1.267-1.038%202.767-.462c1.5.575%201.733%202.19%201.733%202.19s-1.267%201.038-2.767.462m-11.466%200c1.5-.575%201.733-2.19%201.733-2.19s-1.267-1.038-2.767-.462c-1.5.575-1.733%202.19-1.733%202.19s1.267%201.038%202.767.462M2.906%2012.14c1.281%201.266%203.016.76%203.016.76s.454-1.772-.828-3.04C3.813%208.595%202.078%209.1%202.078%209.1s-.454%201.772.828%203.04M5.48%205.23C5.188%206.896%206.5%208%206.5%208s1.603-.563%201.895-2.23C8.687%204.104%207.375%203%207.375%203s-1.603.563-1.895%202.23M10.6%208h2a1%201%200%200%201%201%201v1a1%201%200%200%201-1%201h-1a1%201%200%200%200-1%201v1a1%201%200%200%200%201%201h2%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M6.436%208A8.6%208.6%200%200%200%206%2010.727C6%2014.744%208.686%2018%2012%2018s6-3.256%206-7.273A8.6%208.6%200%200%200%2017.564%208M14.5%2021s-.682-3-2.5-3s-2.5%203-2.5%203m9.02-15.77C18.812%206.896%2017.5%208%2017.5%208s-1.603-.563-1.895-2.23C15.313%204.104%2016.625%203%2016.625%203s1.603.563%201.895%202.23%22%2F%3E%3Cpath%20d%3D%22M21.094%2012.14c-1.281%201.266-3.016.76-3.016.76s-.454-1.772.828-3.04c1.28-1.266%203.016-.76%203.016-.76s.454%201.772-.828%203.04m-3.36%206.686c-1.5-.575-1.734-2.19-1.734-2.19s1.267-1.038%202.767-.462c1.5.575%201.733%202.19%201.733%202.19s-1.267%201.038-2.767.462m-11.466%200c1.5-.575%201.733-2.19%201.733-2.19s-1.267-1.038-2.767-.462c-1.5.575-1.733%202.19-1.733%202.19s1.267%201.038%202.767.462M2.906%2012.14c1.281%201.266%203.016.76%203.016.76s.454-1.772-.828-3.04C3.813%208.595%202.078%209.1%202.078%209.1s-.454%201.772.828%203.04M5.48%205.23C5.188%206.896%206.5%208%206.5%208s1.603-.563%201.895-2.23C8.687%204.104%207.375%203%207.375%203s-1.603.563-1.895%202.23M10.6%208h2a1%201%200%200%201%201%201v1a1%201%200%200%201-1%201h-1a1%201%200%200%200-1%201v1a1%201%200%200%200%201%201h2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/laurel-wreath-2.svg?color=%231a73e8&size=48