panorama wide angle icon

panorama-wide-angle-outline from Material Symbols by Google · Outline · Images · Apache-2.0 Free for personal and commercial use.

Name
panorama-wide-angle-outline
Set
Material Symbols
Style
Outline
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
panorama-wide-angle-outline-rounded, panorama-wide-angle-outline-sharp

1 other variant in Material Symbols

The same icon in other sets

More images icons from Material Symbols

Use the panorama wide angle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.463 19.788Q5.2 19.575 3 19q-.525-1.725-.763-3.463T2 12t.238-3.537T3 5q1.975-.5 4.2-.75T12 4t4.8.25T21 5q.525 1.725.763 3.463T22 12t-.25 3.538T21 19q-2.2.575-4.462.788T12 20t-4.538-.213m8.263-1.95q1.85-.162 3.675-.587q.325-1.3.463-2.6T20 12t-.137-2.65t-.463-2.6q-1.625-.375-3.437-.562T12 6q-2.125 0-3.937.188T4.6 6.75q-.325 1.3-.462 2.6T4 12t.138 2.65t.462 2.6q1.825.425 3.675.588T12 18t3.725-.162"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPanoramaWideAngleOutline(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="M7.463 19.788Q5.2 19.575 3 19q-.525-1.725-.763-3.463T2 12t.238-3.537T3 5q1.975-.5 4.2-.75T12 4t4.8.25T21 5q.525 1.725.763 3.463T22 12t-.25 3.538T21 19q-2.2.575-4.462.788T12 20t-4.538-.213m8.263-1.95q1.85-.162 3.675-.587q.325-1.3.463-2.6T20 12t-.137-2.65t-.463-2.6q-1.625-.375-3.437-.562T12 6q-2.125 0-3.937.188T4.6 6.75q-.325 1.3-.462 2.6T4 12t.138 2.65t.462 2.6q1.825.425 3.675.588T12 18t3.725-.162"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.463 19.788Q5.2 19.575 3 19q-.525-1.725-.763-3.463T2 12t.238-3.537T3 5q1.975-.5 4.2-.75T12 4t4.8.25T21 5q.525 1.725.763 3.463T22 12t-.25 3.538T21 19q-2.2.575-4.462.788T12 20t-4.538-.213m8.263-1.95q1.85-.162 3.675-.587q.325-1.3.463-2.6T20 12t-.137-2.65t-.463-2.6q-1.625-.375-3.437-.562T12 6q-2.125 0-3.937.188T4.6 6.75q-.325 1.3-.462 2.6T4 12t.138 2.65t.462 2.6q1.825.425 3.675.588T12 18t3.725-.162"/></svg>
</template>

CSS

.icon-panorama-wide-angle-outline {
  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%22M7.463%2019.788Q5.2%2019.575%203%2019q-.525-1.725-.763-3.463T2%2012t.238-3.537T3%205q1.975-.5%204.2-.75T12%204t4.8.25T21%205q.525%201.725.763%203.463T22%2012t-.25%203.538T21%2019q-2.2.575-4.462.788T12%2020t-4.538-.213m8.263-1.95q1.85-.162%203.675-.587q.325-1.3.463-2.6T20%2012t-.137-2.65t-.463-2.6q-1.625-.375-3.437-.562T12%206q-2.125%200-3.937.188T4.6%206.75q-.325%201.3-.462%202.6T4%2012t.138%202.65t.462%202.6q1.825.425%203.675.588T12%2018t3.725-.162%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%22M7.463%2019.788Q5.2%2019.575%203%2019q-.525-1.725-.763-3.463T2%2012t.238-3.537T3%205q1.975-.5%204.2-.75T12%204t4.8.25T21%205q.525%201.725.763%203.463T22%2012t-.25%203.538T21%2019q-2.2.575-4.462.788T12%2020t-4.538-.213m8.263-1.95q1.85-.162%203.675-.587q.325-1.3.463-2.6T20%2012t-.137-2.65t-.463-2.6q-1.625-.375-3.437-.562T12%206q-2.125%200-3.937.188T4.6%206.75q-.325%201.3-.462%202.6T4%2012t.138%202.65t.462%202.6q1.825.425%203.675.588T12%2018t3.725-.162%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/panorama-wide-angle-outline.svg?color=%231a73e8&size=48