owl icon
owl-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- owl-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the owl icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-3.35 0-5.675-2.325T4 14V9q0-3.05 2.4-5.025T12 2t5.6 1.975T20 9v11q0 .825-.587 1.413T18 22zm0-2h2q-.475-.625-.737-1.388T13 17v-1.05q-.25.025-.5.038T12 16q-1.675 0-3.238-.588T6 13.625V14q0 2.5 1.75 4.25T12 20m3-3q0 1.25.875 2.125T18 20v-6.375q-.65.65-1.4 1.113T15 15.5zm-3-3q2.375 0 4.188-1.388T18 9q0-.875-.3-1.638T16.85 6q-1.6.05-2.725 1.2T13 10q0 .425-.287.713T12 11t-.712-.288T11 10q0-1.65-1.125-2.775t-2.725-1.2q-.55.6-.85 1.35T6 9q0 2.225 1.813 3.613T12 14M7.788 9.713Q7.5 9.425 7.5 9t.288-.712T8.5 8t.713.288T9.5 9t-.288.713T8.5 10t-.712-.288m7 0Q14.5 9.426 14.5 9t.288-.712T15.5 8t.713.288T16.5 9t-.288.713T15.5 10t-.712-.288M9.25 4.55q.85.35 1.55.925t1.2 1.3q.5-.725 1.188-1.3t1.537-.925q-.625-.275-1.312-.413T12 4t-1.412.138t-1.338.412M20 20h-7zm-8 0q-2.5 0-4.25-1.75T6 14q0 2.5 1.75 4.25T12 20h2zm3-3q0 1.25.875 2.125T18 20q-1.25 0-2.125-.875T15 17M12 6.775"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsOwlOutlineRounded(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 22q-3.35 0-5.675-2.325T4 14V9q0-3.05 2.4-5.025T12 2t5.6 1.975T20 9v11q0 .825-.587 1.413T18 22zm0-2h2q-.475-.625-.737-1.388T13 17v-1.05q-.25.025-.5.038T12 16q-1.675 0-3.238-.588T6 13.625V14q0 2.5 1.75 4.25T12 20m3-3q0 1.25.875 2.125T18 20v-6.375q-.65.65-1.4 1.113T15 15.5zm-3-3q2.375 0 4.188-1.388T18 9q0-.875-.3-1.638T16.85 6q-1.6.05-2.725 1.2T13 10q0 .425-.287.713T12 11t-.712-.288T11 10q0-1.65-1.125-2.775t-2.725-1.2q-.55.6-.85 1.35T6 9q0 2.225 1.813 3.613T12 14M7.788 9.713Q7.5 9.425 7.5 9t.288-.712T8.5 8t.713.288T9.5 9t-.288.713T8.5 10t-.712-.288m7 0Q14.5 9.426 14.5 9t.288-.712T15.5 8t.713.288T16.5 9t-.288.713T15.5 10t-.712-.288M9.25 4.55q.85.35 1.55.925t1.2 1.3q.5-.725 1.188-1.3t1.537-.925q-.625-.275-1.312-.413T12 4t-1.412.138t-1.338.412M20 20h-7zm-8 0q-2.5 0-4.25-1.75T6 14q0 2.5 1.75 4.25T12 20h2zm3-3q0 1.25.875 2.125T18 20q-1.25 0-2.125-.875T15 17M12 6.775"/></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 22q-3.35 0-5.675-2.325T4 14V9q0-3.05 2.4-5.025T12 2t5.6 1.975T20 9v11q0 .825-.587 1.413T18 22zm0-2h2q-.475-.625-.737-1.388T13 17v-1.05q-.25.025-.5.038T12 16q-1.675 0-3.238-.588T6 13.625V14q0 2.5 1.75 4.25T12 20m3-3q0 1.25.875 2.125T18 20v-6.375q-.65.65-1.4 1.113T15 15.5zm-3-3q2.375 0 4.188-1.388T18 9q0-.875-.3-1.638T16.85 6q-1.6.05-2.725 1.2T13 10q0 .425-.287.713T12 11t-.712-.288T11 10q0-1.65-1.125-2.775t-2.725-1.2q-.55.6-.85 1.35T6 9q0 2.225 1.813 3.613T12 14M7.788 9.713Q7.5 9.425 7.5 9t.288-.712T8.5 8t.713.288T9.5 9t-.288.713T8.5 10t-.712-.288m7 0Q14.5 9.426 14.5 9t.288-.712T15.5 8t.713.288T16.5 9t-.288.713T15.5 10t-.712-.288M9.25 4.55q.85.35 1.55.925t1.2 1.3q.5-.725 1.188-1.3t1.537-.925q-.625-.275-1.312-.413T12 4t-1.412.138t-1.338.412M20 20h-7zm-8 0q-2.5 0-4.25-1.75T6 14q0 2.5 1.75 4.25T12 20h2zm3-3q0 1.25.875 2.125T18 20q-1.25 0-2.125-.875T15 17M12 6.775"/></svg> </template>
CSS
.icon-owl-outline-rounded {
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%2022q-3.35%200-5.675-2.325T4%2014V9q0-3.05%202.4-5.025T12%202t5.6%201.975T20%209v11q0%20.825-.587%201.413T18%2022zm0-2h2q-.475-.625-.737-1.388T13%2017v-1.05q-.25.025-.5.038T12%2016q-1.675%200-3.238-.588T6%2013.625V14q0%202.5%201.75%204.25T12%2020m3-3q0%201.25.875%202.125T18%2020v-6.375q-.65.65-1.4%201.113T15%2015.5zm-3-3q2.375%200%204.188-1.388T18%209q0-.875-.3-1.638T16.85%206q-1.6.05-2.725%201.2T13%2010q0%20.425-.287.713T12%2011t-.712-.288T11%2010q0-1.65-1.125-2.775t-2.725-1.2q-.55.6-.85%201.35T6%209q0%202.225%201.813%203.613T12%2014M7.788%209.713Q7.5%209.425%207.5%209t.288-.712T8.5%208t.713.288T9.5%209t-.288.713T8.5%2010t-.712-.288m7%200Q14.5%209.426%2014.5%209t.288-.712T15.5%208t.713.288T16.5%209t-.288.713T15.5%2010t-.712-.288M9.25%204.55q.85.35%201.55.925t1.2%201.3q.5-.725%201.188-1.3t1.537-.925q-.625-.275-1.312-.413T12%204t-1.412.138t-1.338.412M20%2020h-7zm-8%200q-2.5%200-4.25-1.75T6%2014q0%202.5%201.75%204.25T12%2020h2zm3-3q0%201.25.875%202.125T18%2020q-1.25%200-2.125-.875T15%2017M12%206.775%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%2022q-3.35%200-5.675-2.325T4%2014V9q0-3.05%202.4-5.025T12%202t5.6%201.975T20%209v11q0%20.825-.587%201.413T18%2022zm0-2h2q-.475-.625-.737-1.388T13%2017v-1.05q-.25.025-.5.038T12%2016q-1.675%200-3.238-.588T6%2013.625V14q0%202.5%201.75%204.25T12%2020m3-3q0%201.25.875%202.125T18%2020v-6.375q-.65.65-1.4%201.113T15%2015.5zm-3-3q2.375%200%204.188-1.388T18%209q0-.875-.3-1.638T16.85%206q-1.6.05-2.725%201.2T13%2010q0%20.425-.287.713T12%2011t-.712-.288T11%2010q0-1.65-1.125-2.775t-2.725-1.2q-.55.6-.85%201.35T6%209q0%202.225%201.813%203.613T12%2014M7.788%209.713Q7.5%209.425%207.5%209t.288-.712T8.5%208t.713.288T9.5%209t-.288.713T8.5%2010t-.712-.288m7%200Q14.5%209.426%2014.5%209t.288-.712T15.5%208t.713.288T16.5%209t-.288.713T15.5%2010t-.712-.288M9.25%204.55q.85.35%201.55.925t1.2%201.3q.5-.725%201.188-1.3t1.537-.925q-.625-.275-1.312-.413T12%204t-1.412.138t-1.338.412M20%2020h-7zm-8%200q-2.5%200-4.25-1.75T6%2014q0%202.5%201.75%204.25T12%2020h2zm3-3q0%201.25.875%202.125T18%2020q-1.25%200-2.125-.875T15%2017M12%206.775%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/owl-outline-rounded.svg?color=%231a73e8&size=48