Owl icon

Owl is a Google Material Symbol from the Social category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

owl_outlined_fill0_wght400.svg

Owl icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=owl" />

<span class="material-symbols-outlined">owl</span>

Owl icon in React

// With the font from the HTML tab:
export function OwlIcon() {
  return (
    <span className="material-symbols-outlined">
      owl
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import OwlIcon from "@material-symbols/svg-400/outlined/owl.svg?react";

Owl icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">owl</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import OwlIcon from "@material-symbols/svg-400/outlined/owl.svg?component"; -->

Owl icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">owl</mat-icon>

Owl icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.owl, fill: 0, weight: 400)

Owl icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/owl.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M12 22q-3.325 0-5.662-2.31T4 14.05v-5.125q0-3.017 2.4-4.971Q8.8 2 12 2t5.6 1.954q2.4 1.954 2.4 4.971v13.075H12Zm0-1.5h2.725q-.8-.75-1.262-1.775T13 16.5v-.725q-.25 .05-.5 .05h-.5q-1.825 0-3.475-.737T5.575 13.075l-.075 .975q0 2.688 1.896 4.569Q9.292 20.5 12 20.5Zm2.5-4q0 1.65 1.175 2.825t2.825 1.175l-.075-7.425q-.846 .836-1.823 1.43Q15.625 15.1 14.5 15.45v1.05ZM11.25 9.95q0-1.85-1.3-3.112T6.85 5.575q-.646 .676-.998 1.52Q5.5 7.94 5.5 8.925q0 2.425 1.964 3.913t4.538 1.487Q14.575 14.325 16.538 12.838T18.5 8.925q0-1-.362-1.837T17.125 5.575q-1.8 .025-3.087 1.291T12.75 9.95h-1.5Zm-3.412-.492q-.213-.217-.213-.537 0-.321 .217-.533 .217-.213 .538-.213 .32 0 .533 .217 .212 .217 .212 .538 0 .32-.217 .533-.217 .212-.537 .212-.321 0-.533-.217Zm7.25 0q-.213-.217-.213-.537 0-.321 .217-.533 .217-.213 .538-.213 .32 0 .533 .217 .212 .217 .212 .538 0 .32-.217 .533-.217 .212-.537 .212-.321 0-.533-.217ZM8.425 4.375q1.15 .35 2.075 1.075t1.5 1.7q.575-1 1.488-1.712T15.55 4.375q-.8-.425-1.7-.65-.901-.225-1.85-.225t-1.862 .225q-.913 .225-1.713 .65Zm11.575 16.125H13h7Zm-8 0q-2.708 0-4.604-1.881Q5.5 16.738 5.5 14.05h.075q-.05 2.7 1.839 4.575T12 20.5h2.725-2.725Zm2.5-4q0 1.65 1.163 2.825T18.425 20.5h.075q-1.65 0-2.825-1.175t-1.175-2.825ZM11.975 7.15Z" />
</vector>

Owl icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/owl.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/owl.svg" width="24" height="24" alt="Owl">

Owl icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameOwl
Ligatureowl
Code pointU+F3B4
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/owl.svg, owl-fill.svg
FlutterSymbols.owl
LicenseApache License 2.0 (© Google LLC)

Keywords

socialfacenatureheadeducationsmartlearningknowledgeresearchstudyintelligencenighteyes

Related icons