outline panorama vertical icon

outline-panorama-vertical from Google Material Icons by Material Design Authors · Baseline · Image · Apache-2.0 Free for personal and commercial use.

Name
outline-panorama-vertical
Set
Google Material Icons
Style
Baseline
Category
Image
Viewbox
24×24
License
Apache 2.0

More image icons from Google Material Icons

Use the outline 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="M19.94 21.12c-1.1-2.94-1.64-6.03-1.64-9.12s.55-6.18 1.64-9.12a1 1 0 0 0 .06-.31c0-.34-.23-.57-.63-.57H4.63c-.4 0-.63.23-.63.57c0 .1.02.2.06.31C5.16 5.82 5.71 8.91 5.71 12s-.55 6.18-1.64 9.12c-.05.11-.07.22-.07.31c0 .33.23.57.63.57h14.75c.39 0 .63-.24.63-.57c-.01-.1-.03-.2-.07-.31M6.54 20c.77-2.6 1.16-5.28 1.16-8s-.39-5.4-1.16-8h10.91c-.77 2.6-1.16 5.28-1.16 8s.39 5.4 1.16 8z"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlinePanoramaVertical(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="M19.94 21.12c-1.1-2.94-1.64-6.03-1.64-9.12s.55-6.18 1.64-9.12a1 1 0 0 0 .06-.31c0-.34-.23-.57-.63-.57H4.63c-.4 0-.63.23-.63.57c0 .1.02.2.06.31C5.16 5.82 5.71 8.91 5.71 12s-.55 6.18-1.64 9.12c-.05.11-.07.22-.07.31c0 .33.23.57.63.57h14.75c.39 0 .63-.24.63-.57c-.01-.1-.03-.2-.07-.31M6.54 20c.77-2.6 1.16-5.28 1.16-8s-.39-5.4-1.16-8h10.91c-.77 2.6-1.16 5.28-1.16 8s.39 5.4 1.16 8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.94 21.12c-1.1-2.94-1.64-6.03-1.64-9.12s.55-6.18 1.64-9.12a1 1 0 0 0 .06-.31c0-.34-.23-.57-.63-.57H4.63c-.4 0-.63.23-.63.57c0 .1.02.2.06.31C5.16 5.82 5.71 8.91 5.71 12s-.55 6.18-1.64 9.12c-.05.11-.07.22-.07.31c0 .33.23.57.63.57h14.75c.39 0 .63-.24.63-.57c-.01-.1-.03-.2-.07-.31M6.54 20c.77-2.6 1.16-5.28 1.16-8s-.39-5.4-1.16-8h10.91c-.77 2.6-1.16 5.28-1.16 8s.39 5.4 1.16 8z"/></svg>
</template>

CSS

.icon-outline-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%22M19.94%2021.12c-1.1-2.94-1.64-6.03-1.64-9.12s.55-6.18%201.64-9.12a1%201%200%200%200%20.06-.31c0-.34-.23-.57-.63-.57H4.63c-.4%200-.63.23-.63.57c0%20.1.02.2.06.31C5.16%205.82%205.71%208.91%205.71%2012s-.55%206.18-1.64%209.12c-.05.11-.07.22-.07.31c0%20.33.23.57.63.57h14.75c.39%200%20.63-.24.63-.57c-.01-.1-.03-.2-.07-.31M6.54%2020c.77-2.6%201.16-5.28%201.16-8s-.39-5.4-1.16-8h10.91c-.77%202.6-1.16%205.28-1.16%208s.39%205.4%201.16%208z%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%22M19.94%2021.12c-1.1-2.94-1.64-6.03-1.64-9.12s.55-6.18%201.64-9.12a1%201%200%200%200%20.06-.31c0-.34-.23-.57-.63-.57H4.63c-.4%200-.63.23-.63.57c0%20.1.02.2.06.31C5.16%205.82%205.71%208.91%205.71%2012s-.55%206.18-1.64%209.12c-.05.11-.07.22-.07.31c0%20.33.23.57.63.57h14.75c.39%200%20.63-.24.63-.57c-.01-.1-.03-.2-.07-.31M6.54%2020c.77-2.6%201.16-5.28%201.16-8s-.39-5.4-1.16-8h10.91c-.77%202.6-1.16%205.28-1.16%208s.39%205.4%201.16%208z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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