panorama icon

panorama from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
panorama
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the panorama icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M241.75 51.32a15.88 15.88 0 0 0-13.86-2.77l-3.48.94C205.61 54.56 170.61 64 128 64s-77.61-9.44-96.41-14.51l-3.48-.94A16 16 0 0 0 8 64v128a16 16 0 0 0 16 16a16.2 16.2 0 0 0 4.18-.55l3.18-.86C50.13 201.49 85.17 192 128 192s77.87 9.49 96.69 14.59l3.18.86A16 16 0 0 0 248 192V64a15.9 15.9 0 0 0-6.25-12.68M27.42 64.93C46.94 70.2 83.27 80 128 80s81.06-9.8 100.58-15.07L232 64v118.76l-58.07-58.07a16 16 0 0 0-22.63 0l-20 20l-44-44a16 16 0 0 0-22.62 0L24 141.37V64Zm186.42 122.28a391 391 0 0 0-49-9L142.63 156l20-20Zm-186.71 3.93L24 192v-28l52-52l64.25 64.25q-6-.24-12.25-.25c-45 0-82.72 10.23-100.87 15.14M192 108a12 12 0 1 1 12 12a12 12 0 0 1-12-12"/></svg>

React

import type { SVGProps } from "react";

export function PhPanorama(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M241.75 51.32a15.88 15.88 0 0 0-13.86-2.77l-3.48.94C205.61 54.56 170.61 64 128 64s-77.61-9.44-96.41-14.51l-3.48-.94A16 16 0 0 0 8 64v128a16 16 0 0 0 16 16a16.2 16.2 0 0 0 4.18-.55l3.18-.86C50.13 201.49 85.17 192 128 192s77.87 9.49 96.69 14.59l3.18.86A16 16 0 0 0 248 192V64a15.9 15.9 0 0 0-6.25-12.68M27.42 64.93C46.94 70.2 83.27 80 128 80s81.06-9.8 100.58-15.07L232 64v118.76l-58.07-58.07a16 16 0 0 0-22.63 0l-20 20l-44-44a16 16 0 0 0-22.62 0L24 141.37V64Zm186.42 122.28a391 391 0 0 0-49-9L142.63 156l20-20Zm-186.71 3.93L24 192v-28l52-52l64.25 64.25q-6-.24-12.25-.25c-45 0-82.72 10.23-100.87 15.14M192 108a12 12 0 1 1 12 12a12 12 0 0 1-12-12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M241.75 51.32a15.88 15.88 0 0 0-13.86-2.77l-3.48.94C205.61 54.56 170.61 64 128 64s-77.61-9.44-96.41-14.51l-3.48-.94A16 16 0 0 0 8 64v128a16 16 0 0 0 16 16a16.2 16.2 0 0 0 4.18-.55l3.18-.86C50.13 201.49 85.17 192 128 192s77.87 9.49 96.69 14.59l3.18.86A16 16 0 0 0 248 192V64a15.9 15.9 0 0 0-6.25-12.68M27.42 64.93C46.94 70.2 83.27 80 128 80s81.06-9.8 100.58-15.07L232 64v118.76l-58.07-58.07a16 16 0 0 0-22.63 0l-20 20l-44-44a16 16 0 0 0-22.62 0L24 141.37V64Zm186.42 122.28a391 391 0 0 0-49-9L142.63 156l20-20Zm-186.71 3.93L24 192v-28l52-52l64.25 64.25q-6-.24-12.25-.25c-45 0-82.72 10.23-100.87 15.14M192 108a12 12 0 1 1 12 12a12 12 0 0 1-12-12"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M241.75%2051.32a15.88%2015.88%200%200%200-13.86-2.77l-3.48.94C205.61%2054.56%20170.61%2064%20128%2064s-77.61-9.44-96.41-14.51l-3.48-.94A16%2016%200%200%200%208%2064v128a16%2016%200%200%200%2016%2016a16.2%2016.2%200%200%200%204.18-.55l3.18-.86C50.13%20201.49%2085.17%20192%20128%20192s77.87%209.49%2096.69%2014.59l3.18.86A16%2016%200%200%200%20248%20192V64a15.9%2015.9%200%200%200-6.25-12.68M27.42%2064.93C46.94%2070.2%2083.27%2080%20128%2080s81.06-9.8%20100.58-15.07L232%2064v118.76l-58.07-58.07a16%2016%200%200%200-22.63%200l-20%2020l-44-44a16%2016%200%200%200-22.62%200L24%20141.37V64Zm186.42%20122.28a391%20391%200%200%200-49-9L142.63%20156l20-20Zm-186.71%203.93L24%20192v-28l52-52l64.25%2064.25q-6-.24-12.25-.25c-45%200-82.72%2010.23-100.87%2015.14M192%20108a12%2012%200%201%201%2012%2012a12%2012%200%200%201-12-12%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M241.75%2051.32a15.88%2015.88%200%200%200-13.86-2.77l-3.48.94C205.61%2054.56%20170.61%2064%20128%2064s-77.61-9.44-96.41-14.51l-3.48-.94A16%2016%200%200%200%208%2064v128a16%2016%200%200%200%2016%2016a16.2%2016.2%200%200%200%204.18-.55l3.18-.86C50.13%20201.49%2085.17%20192%20128%20192s77.87%209.49%2096.69%2014.59l3.18.86A16%2016%200%200%200%20248%20192V64a15.9%2015.9%200%200%200-6.25-12.68M27.42%2064.93C46.94%2070.2%2083.27%2080%20128%2080s81.06-9.8%20100.58-15.07L232%2064v118.76l-58.07-58.07a16%2016%200%200%200-22.63%200l-20%2020l-44-44a16%2016%200%200%200-22.62%200L24%20141.37V64Zm186.42%20122.28a391%20391%200%200%200-49-9L142.63%20156l20-20Zm-186.71%203.93L24%20192v-28l52-52l64.25%2064.25q-6-.24-12.25-.25c-45%200-82.72%2010.23-100.87%2015.14M192%20108a12%2012%200%201%201%2012%2012a12%2012%200%200%201-12-12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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