shamrock emoji
shamrock from Fluent Emoji High Contrast by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.
- Name
- shamrock
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More animals & nature icons from Fluent Emoji High Contrast
Use the shamrock emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30.999 12.597c-.113-2.5-2.17-4.517-4.683-4.593c-.931-.031-1.877.228-2.755.779c-.367.275-.751.542-1.142.803q.404-.612.848-1.21a4.85 4.85 0 0 0 .732-2.844a4.82 4.82 0 0 0-4.594-4.526a4.85 4.85 0 0 0-3.406 1.202a4.85 4.85 0 0 0-3.402-1.203c-2.5.114-4.519 2.169-4.594 4.682c-.024.95.228 1.878.78 2.756q.41.552.801 1.142a30 30 0 0 1-1.213-.85a4.84 4.84 0 0 0-2.689-.731c-2.51.076-4.565 2.093-4.678 4.596a4.86 4.86 0 0 0 1.202 3.405a4.87 4.87 0 0 0-1.202 3.4a4.827 4.827 0 0 0 4.683 4.596a4.95 4.95 0 0 0 2.755-.78c1.585-1.188 3.32-2.293 4.998-3.361a74 74 0 0 0 1.812-1.186v.657c0 4.459 2.45 8.509 6.399 10.579c.11.06.23.09.35.09c.27 0 .53-.15.67-.41a.75.75 0 0 0-.32-1.01a10.4 10.4 0 0 1-5.6-9.25v-.64c.602.39 1.203.783 1.813 1.17c1.677 1.068 3.412 2.172 5.058 3.404a4.75 4.75 0 0 0 2.567.738l.127-.001c2.512-.063 4.57-2.082 4.683-4.597a4.86 4.86 0 0 0-1.202-3.4a4.85 4.85 0 0 0 1.202-3.407m-3.261 4.238a2.85 2.85 0 0 1 1.264 2.48a2.82 2.82 0 0 1-2.736 2.686a2.7 2.7 0 0 1-1.505-.38c-1.646-1.235-3.415-2.36-5.123-3.45c-.86-.547-1.72-1.094-2.568-1.656a1.95 1.95 0 0 0-1.074-.323c-.373 0-.745.109-1.066.326c-.844.559-1.703 1.106-2.563 1.655c-1.71 1.088-3.478 2.213-5.053 3.399a2.818 2.818 0 0 1-4.311-2.254a2.85 2.85 0 0 1 1.264-2.483l1.262-.837l-1.265-.831a2.8 2.8 0 0 1-1.26-2.48a2.833 2.833 0 0 1 2.736-2.684c.55-.01 1.101.134 1.504.38c.84.629 1.755 1.213 2.641 1.777c.438.279.874.556 1.287.83a1.29 1.29 0 0 0 1.66-.16a1.29 1.29 0 0 0 .164-1.65c-.285-.428-.562-.865-.84-1.302c-.558-.876-1.133-1.782-1.724-2.564a2.84 2.84 0 0 1-.428-1.571a2.83 2.83 0 0 1 2.683-2.74a2.85 2.85 0 0 1 2.484 1.264l.837 1.262l.83-1.266c.547-.832 1.467-1.298 2.479-1.26c1.418.065 2.599 1.23 2.686 2.639c.029.602-.119 1.179-.381 1.602c-.628.837-1.212 1.752-1.774 2.636c-.28.439-.558.876-.834 1.292a1.294 1.294 0 0 0 .16 1.658a1.295 1.295 0 0 0 1.652.165c.427-.284.863-.561 1.3-.84c.877-.558 1.784-1.134 2.564-1.724a2.87 2.87 0 0 1 1.57-.43c1.471.045 2.675 1.225 2.742 2.684a2.8 2.8 0 0 1-1.26 2.482l-1.265.83z"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastShamrock(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30.999 12.597c-.113-2.5-2.17-4.517-4.683-4.593c-.931-.031-1.877.228-2.755.779c-.367.275-.751.542-1.142.803q.404-.612.848-1.21a4.85 4.85 0 0 0 .732-2.844a4.82 4.82 0 0 0-4.594-4.526a4.85 4.85 0 0 0-3.406 1.202a4.85 4.85 0 0 0-3.402-1.203c-2.5.114-4.519 2.169-4.594 4.682c-.024.95.228 1.878.78 2.756q.41.552.801 1.142a30 30 0 0 1-1.213-.85a4.84 4.84 0 0 0-2.689-.731c-2.51.076-4.565 2.093-4.678 4.596a4.86 4.86 0 0 0 1.202 3.405a4.87 4.87 0 0 0-1.202 3.4a4.827 4.827 0 0 0 4.683 4.596a4.95 4.95 0 0 0 2.755-.78c1.585-1.188 3.32-2.293 4.998-3.361a74 74 0 0 0 1.812-1.186v.657c0 4.459 2.45 8.509 6.399 10.579c.11.06.23.09.35.09c.27 0 .53-.15.67-.41a.75.75 0 0 0-.32-1.01a10.4 10.4 0 0 1-5.6-9.25v-.64c.602.39 1.203.783 1.813 1.17c1.677 1.068 3.412 2.172 5.058 3.404a4.75 4.75 0 0 0 2.567.738l.127-.001c2.512-.063 4.57-2.082 4.683-4.597a4.86 4.86 0 0 0-1.202-3.4a4.85 4.85 0 0 0 1.202-3.407m-3.261 4.238a2.85 2.85 0 0 1 1.264 2.48a2.82 2.82 0 0 1-2.736 2.686a2.7 2.7 0 0 1-1.505-.38c-1.646-1.235-3.415-2.36-5.123-3.45c-.86-.547-1.72-1.094-2.568-1.656a1.95 1.95 0 0 0-1.074-.323c-.373 0-.745.109-1.066.326c-.844.559-1.703 1.106-2.563 1.655c-1.71 1.088-3.478 2.213-5.053 3.399a2.818 2.818 0 0 1-4.311-2.254a2.85 2.85 0 0 1 1.264-2.483l1.262-.837l-1.265-.831a2.8 2.8 0 0 1-1.26-2.48a2.833 2.833 0 0 1 2.736-2.684c.55-.01 1.101.134 1.504.38c.84.629 1.755 1.213 2.641 1.777c.438.279.874.556 1.287.83a1.29 1.29 0 0 0 1.66-.16a1.29 1.29 0 0 0 .164-1.65c-.285-.428-.562-.865-.84-1.302c-.558-.876-1.133-1.782-1.724-2.564a2.84 2.84 0 0 1-.428-1.571a2.83 2.83 0 0 1 2.683-2.74a2.85 2.85 0 0 1 2.484 1.264l.837 1.262l.83-1.266c.547-.832 1.467-1.298 2.479-1.26c1.418.065 2.599 1.23 2.686 2.639c.029.602-.119 1.179-.381 1.602c-.628.837-1.212 1.752-1.774 2.636c-.28.439-.558.876-.834 1.292a1.294 1.294 0 0 0 .16 1.658a1.295 1.295 0 0 0 1.652.165c.427-.284.863-.561 1.3-.84c.877-.558 1.784-1.134 2.564-1.724a2.87 2.87 0 0 1 1.57-.43c1.471.045 2.675 1.225 2.742 2.684a2.8 2.8 0 0 1-1.26 2.482l-1.265.83z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30.999 12.597c-.113-2.5-2.17-4.517-4.683-4.593c-.931-.031-1.877.228-2.755.779c-.367.275-.751.542-1.142.803q.404-.612.848-1.21a4.85 4.85 0 0 0 .732-2.844a4.82 4.82 0 0 0-4.594-4.526a4.85 4.85 0 0 0-3.406 1.202a4.85 4.85 0 0 0-3.402-1.203c-2.5.114-4.519 2.169-4.594 4.682c-.024.95.228 1.878.78 2.756q.41.552.801 1.142a30 30 0 0 1-1.213-.85a4.84 4.84 0 0 0-2.689-.731c-2.51.076-4.565 2.093-4.678 4.596a4.86 4.86 0 0 0 1.202 3.405a4.87 4.87 0 0 0-1.202 3.4a4.827 4.827 0 0 0 4.683 4.596a4.95 4.95 0 0 0 2.755-.78c1.585-1.188 3.32-2.293 4.998-3.361a74 74 0 0 0 1.812-1.186v.657c0 4.459 2.45 8.509 6.399 10.579c.11.06.23.09.35.09c.27 0 .53-.15.67-.41a.75.75 0 0 0-.32-1.01a10.4 10.4 0 0 1-5.6-9.25v-.64c.602.39 1.203.783 1.813 1.17c1.677 1.068 3.412 2.172 5.058 3.404a4.75 4.75 0 0 0 2.567.738l.127-.001c2.512-.063 4.57-2.082 4.683-4.597a4.86 4.86 0 0 0-1.202-3.4a4.85 4.85 0 0 0 1.202-3.407m-3.261 4.238a2.85 2.85 0 0 1 1.264 2.48a2.82 2.82 0 0 1-2.736 2.686a2.7 2.7 0 0 1-1.505-.38c-1.646-1.235-3.415-2.36-5.123-3.45c-.86-.547-1.72-1.094-2.568-1.656a1.95 1.95 0 0 0-1.074-.323c-.373 0-.745.109-1.066.326c-.844.559-1.703 1.106-2.563 1.655c-1.71 1.088-3.478 2.213-5.053 3.399a2.818 2.818 0 0 1-4.311-2.254a2.85 2.85 0 0 1 1.264-2.483l1.262-.837l-1.265-.831a2.8 2.8 0 0 1-1.26-2.48a2.833 2.833 0 0 1 2.736-2.684c.55-.01 1.101.134 1.504.38c.84.629 1.755 1.213 2.641 1.777c.438.279.874.556 1.287.83a1.29 1.29 0 0 0 1.66-.16a1.29 1.29 0 0 0 .164-1.65c-.285-.428-.562-.865-.84-1.302c-.558-.876-1.133-1.782-1.724-2.564a2.84 2.84 0 0 1-.428-1.571a2.83 2.83 0 0 1 2.683-2.74a2.85 2.85 0 0 1 2.484 1.264l.837 1.262l.83-1.266c.547-.832 1.467-1.298 2.479-1.26c1.418.065 2.599 1.23 2.686 2.639c.029.602-.119 1.179-.381 1.602c-.628.837-1.212 1.752-1.774 2.636c-.28.439-.558.876-.834 1.292a1.294 1.294 0 0 0 .16 1.658a1.295 1.295 0 0 0 1.652.165c.427-.284.863-.561 1.3-.84c.877-.558 1.784-1.134 2.564-1.724a2.87 2.87 0 0 1 1.57-.43c1.471.045 2.675 1.225 2.742 2.684a2.8 2.8 0 0 1-1.26 2.482l-1.265.83z"/></svg> </template>
CSS
.icon-shamrock {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30.999%2012.597c-.113-2.5-2.17-4.517-4.683-4.593c-.931-.031-1.877.228-2.755.779c-.367.275-.751.542-1.142.803q.404-.612.848-1.21a4.85%204.85%200%200%200%20.732-2.844a4.82%204.82%200%200%200-4.594-4.526a4.85%204.85%200%200%200-3.406%201.202a4.85%204.85%200%200%200-3.402-1.203c-2.5.114-4.519%202.169-4.594%204.682c-.024.95.228%201.878.78%202.756q.41.552.801%201.142a30%2030%200%200%201-1.213-.85a4.84%204.84%200%200%200-2.689-.731c-2.51.076-4.565%202.093-4.678%204.596a4.86%204.86%200%200%200%201.202%203.405a4.87%204.87%200%200%200-1.202%203.4a4.827%204.827%200%200%200%204.683%204.596a4.95%204.95%200%200%200%202.755-.78c1.585-1.188%203.32-2.293%204.998-3.361a74%2074%200%200%200%201.812-1.186v.657c0%204.459%202.45%208.509%206.399%2010.579c.11.06.23.09.35.09c.27%200%20.53-.15.67-.41a.75.75%200%200%200-.32-1.01a10.4%2010.4%200%200%201-5.6-9.25v-.64c.602.39%201.203.783%201.813%201.17c1.677%201.068%203.412%202.172%205.058%203.404a4.75%204.75%200%200%200%202.567.738l.127-.001c2.512-.063%204.57-2.082%204.683-4.597a4.86%204.86%200%200%200-1.202-3.4a4.85%204.85%200%200%200%201.202-3.407m-3.261%204.238a2.85%202.85%200%200%201%201.264%202.48a2.82%202.82%200%200%201-2.736%202.686a2.7%202.7%200%200%201-1.505-.38c-1.646-1.235-3.415-2.36-5.123-3.45c-.86-.547-1.72-1.094-2.568-1.656a1.95%201.95%200%200%200-1.074-.323c-.373%200-.745.109-1.066.326c-.844.559-1.703%201.106-2.563%201.655c-1.71%201.088-3.478%202.213-5.053%203.399a2.818%202.818%200%200%201-4.311-2.254a2.85%202.85%200%200%201%201.264-2.483l1.262-.837l-1.265-.831a2.8%202.8%200%200%201-1.26-2.48a2.833%202.833%200%200%201%202.736-2.684c.55-.01%201.101.134%201.504.38c.84.629%201.755%201.213%202.641%201.777c.438.279.874.556%201.287.83a1.29%201.29%200%200%200%201.66-.16a1.29%201.29%200%200%200%20.164-1.65c-.285-.428-.562-.865-.84-1.302c-.558-.876-1.133-1.782-1.724-2.564a2.84%202.84%200%200%201-.428-1.571a2.83%202.83%200%200%201%202.683-2.74a2.85%202.85%200%200%201%202.484%201.264l.837%201.262l.83-1.266c.547-.832%201.467-1.298%202.479-1.26c1.418.065%202.599%201.23%202.686%202.639c.029.602-.119%201.179-.381%201.602c-.628.837-1.212%201.752-1.774%202.636c-.28.439-.558.876-.834%201.292a1.294%201.294%200%200%200%20.16%201.658a1.295%201.295%200%200%200%201.652.165c.427-.284.863-.561%201.3-.84c.877-.558%201.784-1.134%202.564-1.724a2.87%202.87%200%200%201%201.57-.43c1.471.045%202.675%201.225%202.742%202.684a2.8%202.8%200%200%201-1.26%202.482l-1.265.83z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30.999%2012.597c-.113-2.5-2.17-4.517-4.683-4.593c-.931-.031-1.877.228-2.755.779c-.367.275-.751.542-1.142.803q.404-.612.848-1.21a4.85%204.85%200%200%200%20.732-2.844a4.82%204.82%200%200%200-4.594-4.526a4.85%204.85%200%200%200-3.406%201.202a4.85%204.85%200%200%200-3.402-1.203c-2.5.114-4.519%202.169-4.594%204.682c-.024.95.228%201.878.78%202.756q.41.552.801%201.142a30%2030%200%200%201-1.213-.85a4.84%204.84%200%200%200-2.689-.731c-2.51.076-4.565%202.093-4.678%204.596a4.86%204.86%200%200%200%201.202%203.405a4.87%204.87%200%200%200-1.202%203.4a4.827%204.827%200%200%200%204.683%204.596a4.95%204.95%200%200%200%202.755-.78c1.585-1.188%203.32-2.293%204.998-3.361a74%2074%200%200%200%201.812-1.186v.657c0%204.459%202.45%208.509%206.399%2010.579c.11.06.23.09.35.09c.27%200%20.53-.15.67-.41a.75.75%200%200%200-.32-1.01a10.4%2010.4%200%200%201-5.6-9.25v-.64c.602.39%201.203.783%201.813%201.17c1.677%201.068%203.412%202.172%205.058%203.404a4.75%204.75%200%200%200%202.567.738l.127-.001c2.512-.063%204.57-2.082%204.683-4.597a4.86%204.86%200%200%200-1.202-3.4a4.85%204.85%200%200%200%201.202-3.407m-3.261%204.238a2.85%202.85%200%200%201%201.264%202.48a2.82%202.82%200%200%201-2.736%202.686a2.7%202.7%200%200%201-1.505-.38c-1.646-1.235-3.415-2.36-5.123-3.45c-.86-.547-1.72-1.094-2.568-1.656a1.95%201.95%200%200%200-1.074-.323c-.373%200-.745.109-1.066.326c-.844.559-1.703%201.106-2.563%201.655c-1.71%201.088-3.478%202.213-5.053%203.399a2.818%202.818%200%200%201-4.311-2.254a2.85%202.85%200%200%201%201.264-2.483l1.262-.837l-1.265-.831a2.8%202.8%200%200%201-1.26-2.48a2.833%202.833%200%200%201%202.736-2.684c.55-.01%201.101.134%201.504.38c.84.629%201.755%201.213%202.641%201.777c.438.279.874.556%201.287.83a1.29%201.29%200%200%200%201.66-.16a1.29%201.29%200%200%200%20.164-1.65c-.285-.428-.562-.865-.84-1.302c-.558-.876-1.133-1.782-1.724-2.564a2.84%202.84%200%200%201-.428-1.571a2.83%202.83%200%200%201%202.683-2.74a2.85%202.85%200%200%201%202.484%201.264l.837%201.262l.83-1.266c.547-.832%201.467-1.298%202.479-1.26c1.418.065%202.599%201.23%202.686%202.639c.029.602-.119%201.179-.381%201.602c-.628.837-1.212%201.752-1.774%202.636c-.28.439-.558.876-.834%201.292a1.294%201.294%200%200%200%20.16%201.658a1.295%201.295%200%200%200%201.652.165c.427-.284.863-.561%201.3-.84c.877-.558%201.784-1.134%202.564-1.724a2.87%202.87%200%200%201%201.57-.43c1.471.045%202.675%201.225%202.742%202.684a2.8%202.8%200%200%201-1.26%202.482l-1.265.83z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/shamrock.svg?color=%231a73e8&size=48