panorama vertical icon

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

Name
panorama-vertical-outline-sharp
Set
Material Symbols
Style
Outline Sharp
Category
Images
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More images icons from Material Symbols

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.375 20.025H17.65q-.575-1.95-.862-3.962t-.288-4.038t.288-4.038t.862-3.962H6.375q.575 1.95.85 3.963t.275 4.037t-.275 4.038t-.85 3.962M3.475 22q.875-1.875 1.45-4.5T5.5 12t-.575-5.5T3.475 2H20.5q-.875 1.875-1.437 4.5T18.5 12t.563 5.5T20.5 22zm8.55-9.975"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPanoramaVerticalOutlineSharp(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.375 20.025H17.65q-.575-1.95-.862-3.962t-.288-4.038t.288-4.038t.862-3.962H6.375q.575 1.95.85 3.963t.275 4.037t-.275 4.038t-.85 3.962M3.475 22q.875-1.875 1.45-4.5T5.5 12t-.575-5.5T3.475 2H20.5q-.875 1.875-1.437 4.5T18.5 12t.563 5.5T20.5 22zm8.55-9.975"/></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.375 20.025H17.65q-.575-1.95-.862-3.962t-.288-4.038t.288-4.038t.862-3.962H6.375q.575 1.95.85 3.963t.275 4.037t-.275 4.038t-.85 3.962M3.475 22q.875-1.875 1.45-4.5T5.5 12t-.575-5.5T3.475 2H20.5q-.875 1.875-1.437 4.5T18.5 12t.563 5.5T20.5 22zm8.55-9.975"/></svg>
</template>

CSS

.icon-panorama-vertical-outline-sharp {
  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.375%2020.025H17.65q-.575-1.95-.862-3.962t-.288-4.038t.288-4.038t.862-3.962H6.375q.575%201.95.85%203.963t.275%204.037t-.275%204.038t-.85%203.962M3.475%2022q.875-1.875%201.45-4.5T5.5%2012t-.575-5.5T3.475%202H20.5q-.875%201.875-1.437%204.5T18.5%2012t.563%205.5T20.5%2022zm8.55-9.975%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.375%2020.025H17.65q-.575-1.95-.862-3.962t-.288-4.038t.288-4.038t.862-3.962H6.375q.575%201.95.85%203.963t.275%204.037t-.275%204.038t-.85%203.962M3.475%2022q.875-1.875%201.45-4.5T5.5%2012t-.575-5.5T3.475%202H20.5q-.875%201.875-1.437%204.5T18.5%2012t.563%205.5T20.5%2022zm8.55-9.975%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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