panorama vertical icon

panorama-vertical from Material Symbols Light by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.

Name
panorama-vertical
Set
Material Symbols Light
Style
Regular
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
panorama-vertical-rounded

3 other variants in Material Symbols Light

The same icon in other sets

More images icons from Material Symbols Light

Use the panorama vertical icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.058 21.02q-.444 0-.636-.308q-.191-.306-.095-.693q.135-.488.334-1.253t.397-1.78t.33-2.25t.131-2.717t-.131-2.726t-.33-2.26q-.198-1.016-.397-1.79t-.334-1.262q-.096-.387.095-.674q.192-.288.636-.288h11.884q.445 0 .636.288q.191.287.095.674q-.134.488-.333 1.262t-.378 1.79t-.311 2.26t-.132 2.726t.132 2.716t.31 2.251q.18 1.016.379 1.78q.199.765.333 1.253q.096.387-.095.694t-.636.306z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPanoramaVertical(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="M6.058 21.02q-.444 0-.636-.308q-.191-.306-.095-.693q.135-.488.334-1.253t.397-1.78t.33-2.25t.131-2.717t-.131-2.726t-.33-2.26q-.198-1.016-.397-1.79t-.334-1.262q-.096-.387.095-.674q.192-.288.636-.288h11.884q.445 0 .636.288q.191.287.095.674q-.134.488-.333 1.262t-.378 1.79t-.311 2.26t-.132 2.726t.132 2.716t.31 2.251q.18 1.016.379 1.78q.199.765.333 1.253q.096.387-.095.694t-.636.306z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.058 21.02q-.444 0-.636-.308q-.191-.306-.095-.693q.135-.488.334-1.253t.397-1.78t.33-2.25t.131-2.717t-.131-2.726t-.33-2.26q-.198-1.016-.397-1.79t-.334-1.262q-.096-.387.095-.674q.192-.288.636-.288h11.884q.445 0 .636.288q.191.287.095.674q-.134.488-.333 1.262t-.378 1.79t-.311 2.26t-.132 2.726t.132 2.716t.31 2.251q.18 1.016.379 1.78q.199.765.333 1.253q.096.387-.095.694t-.636.306z"/></svg>
</template>

CSS

.icon-panorama-vertical {
  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%22M6.058%2021.02q-.444%200-.636-.308q-.191-.306-.095-.693q.135-.488.334-1.253t.397-1.78t.33-2.25t.131-2.717t-.131-2.726t-.33-2.26q-.198-1.016-.397-1.79t-.334-1.262q-.096-.387.095-.674q.192-.288.636-.288h11.884q.445%200%20.636.288q.191.287.095.674q-.134.488-.333%201.262t-.378%201.79t-.311%202.26t-.132%202.726t.132%202.716t.31%202.251q.18%201.016.379%201.78q.199.765.333%201.253q.096.387-.095.694t-.636.306z%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%22M6.058%2021.02q-.444%200-.636-.308q-.191-.306-.095-.693q.135-.488.334-1.253t.397-1.78t.33-2.25t.131-2.717t-.131-2.726t-.33-2.26q-.198-1.016-.397-1.79t-.334-1.262q-.096-.387.095-.674q.192-.288.636-.288h11.884q.445%200%20.636.288q.191.287.095.674q-.134.488-.333%201.262t-.378%201.79t-.311%202.26t-.132%202.726t.132%202.716t.31%202.251q.18%201.016.379%201.78q.199.765.333%201.253q.096.387-.095.694t-.636.306z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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