owl emoji
owl from Fluent Emoji High Contrast by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.
- Name
- owl
- 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 owl emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M10.94 11.71a2.02 2.02 0 1 0 0-4.04a2.02 2.02 0 0 0 0 4.04m12.64-2.02a2.02 2.02 0 1 1-4.04 0a2.02 2.02 0 0 1 4.04 0"/><path d="M26.98 2c0 1.18-.44 2.24-1.16 3.06c.9 1.04 1.45 2.39 1.45 3.86c0 1.563-.338 2.775-.945 3.713c.563 1.33.875 2.792.875 4.327c0 4.087-2.209 7.658-5.497 9.584c.49.786.818 1.684.937 2.646c.093.751-.529 1.31-1.2 1.31H10.91c-.671 0-1.293-.559-1.2-1.31c.116-.936.43-1.81.9-2.58A11.1 11.1 0 0 1 5 16.96c0-1.59.334-3.102.937-4.47c-.552-.917-.857-2.085-.857-3.57c0-1.47.55-2.82 1.45-3.86A4.63 4.63 0 0 1 5.37 2h5.64c1.09 0 2.09.38 2.88 1.01h4.56C19.24 2.38 20.24 2 21.33 2zM11.503 27.066c-.42.668-.7 1.43-.8 2.247a.14.14 0 0 0 .04.12a.23.23 0 0 0 .167.067h10.53a.23.23 0 0 0 .166-.067a.14.14 0 0 0 .042-.12a5.5 5.5 0 0 0-.833-2.301c-.8.376-1.653.659-2.543.836a6 6 0 0 1-2.182.422c-.761 0-1.5-.153-2.203-.43c-.832-.169-1.63-.43-2.384-.774M15.8 15.762c-3.135 0-5.964-.262-7.929-1.42a7.7 7.7 0 0 0-.411 2.49C7.46 21.322 11.32 27 16.09 27s8.63-5.678 8.63-10.168c0-.838-.134-1.647-.383-2.408c-1.957 1.088-4.727 1.338-7.787 1.338zm-4.86-2.792a3.28 3.28 0 1 0 0-6.56a3.28 3.28 0 0 0 0 6.56m10.62 0a3.28 3.28 0 1 0 0-6.56a3.28 3.28 0 0 0 0 6.56m-6.86-.43h3.11c0-.86-.69-1.55-1.55-1.56c-.86 0-1.56.7-1.56 1.56"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastOwl(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M10.94 11.71a2.02 2.02 0 1 0 0-4.04a2.02 2.02 0 0 0 0 4.04m12.64-2.02a2.02 2.02 0 1 1-4.04 0a2.02 2.02 0 0 1 4.04 0"/><path d="M26.98 2c0 1.18-.44 2.24-1.16 3.06c.9 1.04 1.45 2.39 1.45 3.86c0 1.563-.338 2.775-.945 3.713c.563 1.33.875 2.792.875 4.327c0 4.087-2.209 7.658-5.497 9.584c.49.786.818 1.684.937 2.646c.093.751-.529 1.31-1.2 1.31H10.91c-.671 0-1.293-.559-1.2-1.31c.116-.936.43-1.81.9-2.58A11.1 11.1 0 0 1 5 16.96c0-1.59.334-3.102.937-4.47c-.552-.917-.857-2.085-.857-3.57c0-1.47.55-2.82 1.45-3.86A4.63 4.63 0 0 1 5.37 2h5.64c1.09 0 2.09.38 2.88 1.01h4.56C19.24 2.38 20.24 2 21.33 2zM11.503 27.066c-.42.668-.7 1.43-.8 2.247a.14.14 0 0 0 .04.12a.23.23 0 0 0 .167.067h10.53a.23.23 0 0 0 .166-.067a.14.14 0 0 0 .042-.12a5.5 5.5 0 0 0-.833-2.301c-.8.376-1.653.659-2.543.836a6 6 0 0 1-2.182.422c-.761 0-1.5-.153-2.203-.43c-.832-.169-1.63-.43-2.384-.774M15.8 15.762c-3.135 0-5.964-.262-7.929-1.42a7.7 7.7 0 0 0-.411 2.49C7.46 21.322 11.32 27 16.09 27s8.63-5.678 8.63-10.168c0-.838-.134-1.647-.383-2.408c-1.957 1.088-4.727 1.338-7.787 1.338zm-4.86-2.792a3.28 3.28 0 1 0 0-6.56a3.28 3.28 0 0 0 0 6.56m10.62 0a3.28 3.28 0 1 0 0-6.56a3.28 3.28 0 0 0 0 6.56m-6.86-.43h3.11c0-.86-.69-1.55-1.55-1.56c-.86 0-1.56.7-1.56 1.56"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M10.94 11.71a2.02 2.02 0 1 0 0-4.04a2.02 2.02 0 0 0 0 4.04m12.64-2.02a2.02 2.02 0 1 1-4.04 0a2.02 2.02 0 0 1 4.04 0"/><path d="M26.98 2c0 1.18-.44 2.24-1.16 3.06c.9 1.04 1.45 2.39 1.45 3.86c0 1.563-.338 2.775-.945 3.713c.563 1.33.875 2.792.875 4.327c0 4.087-2.209 7.658-5.497 9.584c.49.786.818 1.684.937 2.646c.093.751-.529 1.31-1.2 1.31H10.91c-.671 0-1.293-.559-1.2-1.31c.116-.936.43-1.81.9-2.58A11.1 11.1 0 0 1 5 16.96c0-1.59.334-3.102.937-4.47c-.552-.917-.857-2.085-.857-3.57c0-1.47.55-2.82 1.45-3.86A4.63 4.63 0 0 1 5.37 2h5.64c1.09 0 2.09.38 2.88 1.01h4.56C19.24 2.38 20.24 2 21.33 2zM11.503 27.066c-.42.668-.7 1.43-.8 2.247a.14.14 0 0 0 .04.12a.23.23 0 0 0 .167.067h10.53a.23.23 0 0 0 .166-.067a.14.14 0 0 0 .042-.12a5.5 5.5 0 0 0-.833-2.301c-.8.376-1.653.659-2.543.836a6 6 0 0 1-2.182.422c-.761 0-1.5-.153-2.203-.43c-.832-.169-1.63-.43-2.384-.774M15.8 15.762c-3.135 0-5.964-.262-7.929-1.42a7.7 7.7 0 0 0-.411 2.49C7.46 21.322 11.32 27 16.09 27s8.63-5.678 8.63-10.168c0-.838-.134-1.647-.383-2.408c-1.957 1.088-4.727 1.338-7.787 1.338zm-4.86-2.792a3.28 3.28 0 1 0 0-6.56a3.28 3.28 0 0 0 0 6.56m10.62 0a3.28 3.28 0 1 0 0-6.56a3.28 3.28 0 0 0 0 6.56m-6.86-.43h3.11c0-.86-.69-1.55-1.55-1.56c-.86 0-1.56.7-1.56 1.56"/></g></svg> </template>
CSS
.icon-owl {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.94%2011.71a2.02%202.02%200%201%200%200-4.04a2.02%202.02%200%200%200%200%204.04m12.64-2.02a2.02%202.02%200%201%201-4.04%200a2.02%202.02%200%200%201%204.04%200%22%2F%3E%3Cpath%20d%3D%22M26.98%202c0%201.18-.44%202.24-1.16%203.06c.9%201.04%201.45%202.39%201.45%203.86c0%201.563-.338%202.775-.945%203.713c.563%201.33.875%202.792.875%204.327c0%204.087-2.209%207.658-5.497%209.584c.49.786.818%201.684.937%202.646c.093.751-.529%201.31-1.2%201.31H10.91c-.671%200-1.293-.559-1.2-1.31c.116-.936.43-1.81.9-2.58A11.1%2011.1%200%200%201%205%2016.96c0-1.59.334-3.102.937-4.47c-.552-.917-.857-2.085-.857-3.57c0-1.47.55-2.82%201.45-3.86A4.63%204.63%200%200%201%205.37%202h5.64c1.09%200%202.09.38%202.88%201.01h4.56C19.24%202.38%2020.24%202%2021.33%202zM11.503%2027.066c-.42.668-.7%201.43-.8%202.247a.14.14%200%200%200%20.04.12a.23.23%200%200%200%20.167.067h10.53a.23.23%200%200%200%20.166-.067a.14.14%200%200%200%20.042-.12a5.5%205.5%200%200%200-.833-2.301c-.8.376-1.653.659-2.543.836a6%206%200%200%201-2.182.422c-.761%200-1.5-.153-2.203-.43c-.832-.169-1.63-.43-2.384-.774M15.8%2015.762c-3.135%200-5.964-.262-7.929-1.42a7.7%207.7%200%200%200-.411%202.49C7.46%2021.322%2011.32%2027%2016.09%2027s8.63-5.678%208.63-10.168c0-.838-.134-1.647-.383-2.408c-1.957%201.088-4.727%201.338-7.787%201.338zm-4.86-2.792a3.28%203.28%200%201%200%200-6.56a3.28%203.28%200%200%200%200%206.56m10.62%200a3.28%203.28%200%201%200%200-6.56a3.28%203.28%200%200%200%200%206.56m-6.86-.43h3.11c0-.86-.69-1.55-1.55-1.56c-.86%200-1.56.7-1.56%201.56%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.94%2011.71a2.02%202.02%200%201%200%200-4.04a2.02%202.02%200%200%200%200%204.04m12.64-2.02a2.02%202.02%200%201%201-4.04%200a2.02%202.02%200%200%201%204.04%200%22%2F%3E%3Cpath%20d%3D%22M26.98%202c0%201.18-.44%202.24-1.16%203.06c.9%201.04%201.45%202.39%201.45%203.86c0%201.563-.338%202.775-.945%203.713c.563%201.33.875%202.792.875%204.327c0%204.087-2.209%207.658-5.497%209.584c.49.786.818%201.684.937%202.646c.093.751-.529%201.31-1.2%201.31H10.91c-.671%200-1.293-.559-1.2-1.31c.116-.936.43-1.81.9-2.58A11.1%2011.1%200%200%201%205%2016.96c0-1.59.334-3.102.937-4.47c-.552-.917-.857-2.085-.857-3.57c0-1.47.55-2.82%201.45-3.86A4.63%204.63%200%200%201%205.37%202h5.64c1.09%200%202.09.38%202.88%201.01h4.56C19.24%202.38%2020.24%202%2021.33%202zM11.503%2027.066c-.42.668-.7%201.43-.8%202.247a.14.14%200%200%200%20.04.12a.23.23%200%200%200%20.167.067h10.53a.23.23%200%200%200%20.166-.067a.14.14%200%200%200%20.042-.12a5.5%205.5%200%200%200-.833-2.301c-.8.376-1.653.659-2.543.836a6%206%200%200%201-2.182.422c-.761%200-1.5-.153-2.203-.43c-.832-.169-1.63-.43-2.384-.774M15.8%2015.762c-3.135%200-5.964-.262-7.929-1.42a7.7%207.7%200%200%200-.411%202.49C7.46%2021.322%2011.32%2027%2016.09%2027s8.63-5.678%208.63-10.168c0-.838-.134-1.647-.383-2.408c-1.957%201.088-4.727%201.338-7.787%201.338zm-4.86-2.792a3.28%203.28%200%201%200%200-6.56a3.28%203.28%200%200%200%200%206.56m10.62%200a3.28%203.28%200%201%200%200-6.56a3.28%203.28%200%200%200%200%206.56m-6.86-.43h3.11c0-.86-.69-1.55-1.55-1.56c-.86%200-1.56.7-1.56%201.56%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/owl.svg?color=%231a73e8&size=48