panorama icon

panorama from Reicon by REICON · Outline · Video · MIT Free for personal and commercial use.

Name
panorama
Set
Reicon
Style
Outline
Category
Video
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All panorama icons →

More video icons from Reicon

Use the panorama icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M17.797 3.357a2.34 2.34 0 0 1 2.387-.291c.71.311 1.328.683 1.779 1.124c.453.442.787 1.005.787 1.67v12.716c0 .793-.47 1.436-1.064 1.916c-.6.486-1.422.89-2.372 1.215c-1.907.653-4.493 1.043-7.314 1.043s-5.407-.39-7.314-1.043c-.95-.325-1.772-.73-2.372-1.215c-.594-.48-1.064-1.123-1.064-1.916V5.86c0-.665.334-1.228.787-1.67c.451-.44 1.069-.813 1.78-1.124a2.34 2.34 0 0 1 2.386.29A2.7 2.7 0 0 1 7.25 5.503V8.11c1.394.268 3.015.424 4.75.424s3.356-.156 4.75-.424V5.502c0-.877.413-1.663 1.047-2.145m.453 4.396c.884-.256 1.601-.558 2.12-.881c.723-.45.88-.816.88-1.012c0-.13-.061-.33-.335-.597c-.276-.27-.717-.553-1.333-.823a.84.84 0 0 0-.877.11a1.2 1.2 0 0 0-.455.952zm3 .337l-.087.055c-.884.55-2.098.99-3.498 1.306c-1.639.37-3.585.583-5.665.583S7.974 9.82 6.335 9.45c-1.4-.316-2.614-.756-3.498-1.306L2.75 8.09v9.753l3.043-2.848l1.372-1.149a2.59 2.59 0 0 1 3.432.111l3.32 3.177a.85.85 0 0 0 1.049.084l.23-.155a3.155 3.155 0 0 1 3.798.22l2.043 1.76c.17-.202.213-.36.213-.467zm-1.495 11.828l-1.74-1.498a1.655 1.655 0 0 0-1.981-.112l-.231.155a2.35 2.35 0 0 1-2.922-.245L9.56 15.04a1.09 1.09 0 0 0-1.432-.044l-1.34 1.121l-3.475 3.252c.413.319 1.037.636 1.859.918c1.712.586 4.126.962 6.828.962s5.116-.376 6.828-.962q.517-.177.927-.37M2.75 5.86c0 .196.157.562.88 1.012c.519.323 1.236.625 2.12.881v-2.25c0-.406-.191-.751-.455-.952a.84.84 0 0 0-.877-.111c-.616.27-1.057.554-1.333.823c-.274.267-.335.467-.335.597M18 12.25a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m-2.25.75a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconPanorama(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" fillRule="evenodd" d="M17.797 3.357a2.34 2.34 0 0 1 2.387-.291c.71.311 1.328.683 1.779 1.124c.453.442.787 1.005.787 1.67v12.716c0 .793-.47 1.436-1.064 1.916c-.6.486-1.422.89-2.372 1.215c-1.907.653-4.493 1.043-7.314 1.043s-5.407-.39-7.314-1.043c-.95-.325-1.772-.73-2.372-1.215c-.594-.48-1.064-1.123-1.064-1.916V5.86c0-.665.334-1.228.787-1.67c.451-.44 1.069-.813 1.78-1.124a2.34 2.34 0 0 1 2.386.29A2.7 2.7 0 0 1 7.25 5.503V8.11c1.394.268 3.015.424 4.75.424s3.356-.156 4.75-.424V5.502c0-.877.413-1.663 1.047-2.145m.453 4.396c.884-.256 1.601-.558 2.12-.881c.723-.45.88-.816.88-1.012c0-.13-.061-.33-.335-.597c-.276-.27-.717-.553-1.333-.823a.84.84 0 0 0-.877.11a1.2 1.2 0 0 0-.455.952zm3 .337l-.087.055c-.884.55-2.098.99-3.498 1.306c-1.639.37-3.585.583-5.665.583S7.974 9.82 6.335 9.45c-1.4-.316-2.614-.756-3.498-1.306L2.75 8.09v9.753l3.043-2.848l1.372-1.149a2.59 2.59 0 0 1 3.432.111l3.32 3.177a.85.85 0 0 0 1.049.084l.23-.155a3.155 3.155 0 0 1 3.798.22l2.043 1.76c.17-.202.213-.36.213-.467zm-1.495 11.828l-1.74-1.498a1.655 1.655 0 0 0-1.981-.112l-.231.155a2.35 2.35 0 0 1-2.922-.245L9.56 15.04a1.09 1.09 0 0 0-1.432-.044l-1.34 1.121l-3.475 3.252c.413.319 1.037.636 1.859.918c1.712.586 4.126.962 6.828.962s5.116-.376 6.828-.962q.517-.177.927-.37M2.75 5.86c0 .196.157.562.88 1.012c.519.323 1.236.625 2.12.881v-2.25c0-.406-.191-.751-.455-.952a.84.84 0 0 0-.877-.111c-.616.27-1.057.554-1.333.823c-.274.267-.335.467-.335.597M18 12.25a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m-2.25.75a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M17.797 3.357a2.34 2.34 0 0 1 2.387-.291c.71.311 1.328.683 1.779 1.124c.453.442.787 1.005.787 1.67v12.716c0 .793-.47 1.436-1.064 1.916c-.6.486-1.422.89-2.372 1.215c-1.907.653-4.493 1.043-7.314 1.043s-5.407-.39-7.314-1.043c-.95-.325-1.772-.73-2.372-1.215c-.594-.48-1.064-1.123-1.064-1.916V5.86c0-.665.334-1.228.787-1.67c.451-.44 1.069-.813 1.78-1.124a2.34 2.34 0 0 1 2.386.29A2.7 2.7 0 0 1 7.25 5.503V8.11c1.394.268 3.015.424 4.75.424s3.356-.156 4.75-.424V5.502c0-.877.413-1.663 1.047-2.145m.453 4.396c.884-.256 1.601-.558 2.12-.881c.723-.45.88-.816.88-1.012c0-.13-.061-.33-.335-.597c-.276-.27-.717-.553-1.333-.823a.84.84 0 0 0-.877.11a1.2 1.2 0 0 0-.455.952zm3 .337l-.087.055c-.884.55-2.098.99-3.498 1.306c-1.639.37-3.585.583-5.665.583S7.974 9.82 6.335 9.45c-1.4-.316-2.614-.756-3.498-1.306L2.75 8.09v9.753l3.043-2.848l1.372-1.149a2.59 2.59 0 0 1 3.432.111l3.32 3.177a.85.85 0 0 0 1.049.084l.23-.155a3.155 3.155 0 0 1 3.798.22l2.043 1.76c.17-.202.213-.36.213-.467zm-1.495 11.828l-1.74-1.498a1.655 1.655 0 0 0-1.981-.112l-.231.155a2.35 2.35 0 0 1-2.922-.245L9.56 15.04a1.09 1.09 0 0 0-1.432-.044l-1.34 1.121l-3.475 3.252c.413.319 1.037.636 1.859.918c1.712.586 4.126.962 6.828.962s5.116-.376 6.828-.962q.517-.177.927-.37M2.75 5.86c0 .196.157.562.88 1.012c.519.323 1.236.625 2.12.881v-2.25c0-.406-.191-.751-.455-.952a.84.84 0 0 0-.877-.111c-.616.27-1.057.554-1.333.823c-.274.267-.335.467-.335.597M18 12.25a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m-2.25.75a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-panorama {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M17.797%203.357a2.34%202.34%200%200%201%202.387-.291c.71.311%201.328.683%201.779%201.124c.453.442.787%201.005.787%201.67v12.716c0%20.793-.47%201.436-1.064%201.916c-.6.486-1.422.89-2.372%201.215c-1.907.653-4.493%201.043-7.314%201.043s-5.407-.39-7.314-1.043c-.95-.325-1.772-.73-2.372-1.215c-.594-.48-1.064-1.123-1.064-1.916V5.86c0-.665.334-1.228.787-1.67c.451-.44%201.069-.813%201.78-1.124a2.34%202.34%200%200%201%202.386.29A2.7%202.7%200%200%201%207.25%205.503V8.11c1.394.268%203.015.424%204.75.424s3.356-.156%204.75-.424V5.502c0-.877.413-1.663%201.047-2.145m.453%204.396c.884-.256%201.601-.558%202.12-.881c.723-.45.88-.816.88-1.012c0-.13-.061-.33-.335-.597c-.276-.27-.717-.553-1.333-.823a.84.84%200%200%200-.877.11a1.2%201.2%200%200%200-.455.952zm3%20.337l-.087.055c-.884.55-2.098.99-3.498%201.306c-1.639.37-3.585.583-5.665.583S7.974%209.82%206.335%209.45c-1.4-.316-2.614-.756-3.498-1.306L2.75%208.09v9.753l3.043-2.848l1.372-1.149a2.59%202.59%200%200%201%203.432.111l3.32%203.177a.85.85%200%200%200%201.049.084l.23-.155a3.155%203.155%200%200%201%203.798.22l2.043%201.76c.17-.202.213-.36.213-.467zm-1.495%2011.828l-1.74-1.498a1.655%201.655%200%200%200-1.981-.112l-.231.155a2.35%202.35%200%200%201-2.922-.245L9.56%2015.04a1.09%201.09%200%200%200-1.432-.044l-1.34%201.121l-3.475%203.252c.413.319%201.037.636%201.859.918c1.712.586%204.126.962%206.828.962s5.116-.376%206.828-.962q.517-.177.927-.37M2.75%205.86c0%20.196.157.562.88%201.012c.519.323%201.236.625%202.12.881v-2.25c0-.406-.191-.751-.455-.952a.84.84%200%200%200-.877-.111c-.616.27-1.057.554-1.333.823c-.274.267-.335.467-.335.597M18%2012.25a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5m-2.25.75a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M17.797%203.357a2.34%202.34%200%200%201%202.387-.291c.71.311%201.328.683%201.779%201.124c.453.442.787%201.005.787%201.67v12.716c0%20.793-.47%201.436-1.064%201.916c-.6.486-1.422.89-2.372%201.215c-1.907.653-4.493%201.043-7.314%201.043s-5.407-.39-7.314-1.043c-.95-.325-1.772-.73-2.372-1.215c-.594-.48-1.064-1.123-1.064-1.916V5.86c0-.665.334-1.228.787-1.67c.451-.44%201.069-.813%201.78-1.124a2.34%202.34%200%200%201%202.386.29A2.7%202.7%200%200%201%207.25%205.503V8.11c1.394.268%203.015.424%204.75.424s3.356-.156%204.75-.424V5.502c0-.877.413-1.663%201.047-2.145m.453%204.396c.884-.256%201.601-.558%202.12-.881c.723-.45.88-.816.88-1.012c0-.13-.061-.33-.335-.597c-.276-.27-.717-.553-1.333-.823a.84.84%200%200%200-.877.11a1.2%201.2%200%200%200-.455.952zm3%20.337l-.087.055c-.884.55-2.098.99-3.498%201.306c-1.639.37-3.585.583-5.665.583S7.974%209.82%206.335%209.45c-1.4-.316-2.614-.756-3.498-1.306L2.75%208.09v9.753l3.043-2.848l1.372-1.149a2.59%202.59%200%200%201%203.432.111l3.32%203.177a.85.85%200%200%200%201.049.084l.23-.155a3.155%203.155%200%200%201%203.798.22l2.043%201.76c.17-.202.213-.36.213-.467zm-1.495%2011.828l-1.74-1.498a1.655%201.655%200%200%200-1.981-.112l-.231.155a2.35%202.35%200%200%201-2.922-.245L9.56%2015.04a1.09%201.09%200%200%200-1.432-.044l-1.34%201.121l-3.475%203.252c.413.319%201.037.636%201.859.918c1.712.586%204.126.962%206.828.962s5.116-.376%206.828-.962q.517-.177.927-.37M2.75%205.86c0%20.196.157.562.88%201.012c.519.323%201.236.625%202.12.881v-2.25c0-.406-.191-.751-.455-.952a.84.84%200%200%200-.877-.111c-.616.27-1.057.554-1.333.823c-.274.267-.335.467-.335.597M18%2012.25a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5m-2.25.75a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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