panorama icon
panorama-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- panorama-light
- Set
- Phosphor
- Style
- Light
- 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="M240.53 52.9a13.88 13.88 0 0 0-12.12-2.42l-3.48.94C206 56.51 170.87 66 128 66s-78-9.49-96.93-14.58l-3.48-.94A14 14 0 0 0 10 64v128a13.95 13.95 0 0 0 17.61 13.52l3.18-.85C49.7 199.53 84.91 190 128 190s78.3 9.53 97.21 14.66l3.18.85A14 14 0 0 0 246 192V64a13.93 13.93 0 0 0-5.47-11.1M22.78 62.42A2 2 0 0 1 24 62a2 2 0 0 1 .52.08l3.44.92C47.37 68.24 83.54 78 128 78s80.63-9.76 100.06-15l3.44-.92A2 2 0 0 1 234 64v123.57l-61.47-61.47a14 14 0 0 0-19.8 0l-21.42 21.41L85.9 102.1a14 14 0 0 0-19.8 0L22 146.2V64a2 2 0 0 1 .78-1.58M220.41 191a400.4 400.4 0 0 0-56.52-10.86L139.8 156l21.41-21.41a2 2 0 0 1 2.83 0Zm-192.76 2.07l-3.15.86A2 2 0 0 1 22 192v-28.83l52.58-52.58a2 2 0 0 1 2.84 0l67.91 67.91c-5.63-.32-11.42-.5-17.33-.5c-44.69 0-82.28 10.18-100.35 15.07M194 108a10 10 0 1 1 10 10a10 10 0 0 1-10-10"/></svg>
React
import type { SVGProps } from "react";
export function PhPanoramaLight(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="M240.53 52.9a13.88 13.88 0 0 0-12.12-2.42l-3.48.94C206 56.51 170.87 66 128 66s-78-9.49-96.93-14.58l-3.48-.94A14 14 0 0 0 10 64v128a13.95 13.95 0 0 0 17.61 13.52l3.18-.85C49.7 199.53 84.91 190 128 190s78.3 9.53 97.21 14.66l3.18.85A14 14 0 0 0 246 192V64a13.93 13.93 0 0 0-5.47-11.1M22.78 62.42A2 2 0 0 1 24 62a2 2 0 0 1 .52.08l3.44.92C47.37 68.24 83.54 78 128 78s80.63-9.76 100.06-15l3.44-.92A2 2 0 0 1 234 64v123.57l-61.47-61.47a14 14 0 0 0-19.8 0l-21.42 21.41L85.9 102.1a14 14 0 0 0-19.8 0L22 146.2V64a2 2 0 0 1 .78-1.58M220.41 191a400.4 400.4 0 0 0-56.52-10.86L139.8 156l21.41-21.41a2 2 0 0 1 2.83 0Zm-192.76 2.07l-3.15.86A2 2 0 0 1 22 192v-28.83l52.58-52.58a2 2 0 0 1 2.84 0l67.91 67.91c-5.63-.32-11.42-.5-17.33-.5c-44.69 0-82.28 10.18-100.35 15.07M194 108a10 10 0 1 1 10 10a10 10 0 0 1-10-10"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240.53 52.9a13.88 13.88 0 0 0-12.12-2.42l-3.48.94C206 56.51 170.87 66 128 66s-78-9.49-96.93-14.58l-3.48-.94A14 14 0 0 0 10 64v128a13.95 13.95 0 0 0 17.61 13.52l3.18-.85C49.7 199.53 84.91 190 128 190s78.3 9.53 97.21 14.66l3.18.85A14 14 0 0 0 246 192V64a13.93 13.93 0 0 0-5.47-11.1M22.78 62.42A2 2 0 0 1 24 62a2 2 0 0 1 .52.08l3.44.92C47.37 68.24 83.54 78 128 78s80.63-9.76 100.06-15l3.44-.92A2 2 0 0 1 234 64v123.57l-61.47-61.47a14 14 0 0 0-19.8 0l-21.42 21.41L85.9 102.1a14 14 0 0 0-19.8 0L22 146.2V64a2 2 0 0 1 .78-1.58M220.41 191a400.4 400.4 0 0 0-56.52-10.86L139.8 156l21.41-21.41a2 2 0 0 1 2.83 0Zm-192.76 2.07l-3.15.86A2 2 0 0 1 22 192v-28.83l52.58-52.58a2 2 0 0 1 2.84 0l67.91 67.91c-5.63-.32-11.42-.5-17.33-.5c-44.69 0-82.28 10.18-100.35 15.07M194 108a10 10 0 1 1 10 10a10 10 0 0 1-10-10"/></svg> </template>
CSS
.icon-panorama-light {
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%22M240.53%2052.9a13.88%2013.88%200%200%200-12.12-2.42l-3.48.94C206%2056.51%20170.87%2066%20128%2066s-78-9.49-96.93-14.58l-3.48-.94A14%2014%200%200%200%2010%2064v128a13.95%2013.95%200%200%200%2017.61%2013.52l3.18-.85C49.7%20199.53%2084.91%20190%20128%20190s78.3%209.53%2097.21%2014.66l3.18.85A14%2014%200%200%200%20246%20192V64a13.93%2013.93%200%200%200-5.47-11.1M22.78%2062.42A2%202%200%200%201%2024%2062a2%202%200%200%201%20.52.08l3.44.92C47.37%2068.24%2083.54%2078%20128%2078s80.63-9.76%20100.06-15l3.44-.92A2%202%200%200%201%20234%2064v123.57l-61.47-61.47a14%2014%200%200%200-19.8%200l-21.42%2021.41L85.9%20102.1a14%2014%200%200%200-19.8%200L22%20146.2V64a2%202%200%200%201%20.78-1.58M220.41%20191a400.4%20400.4%200%200%200-56.52-10.86L139.8%20156l21.41-21.41a2%202%200%200%201%202.83%200Zm-192.76%202.07l-3.15.86A2%202%200%200%201%2022%20192v-28.83l52.58-52.58a2%202%200%200%201%202.84%200l67.91%2067.91c-5.63-.32-11.42-.5-17.33-.5c-44.69%200-82.28%2010.18-100.35%2015.07M194%20108a10%2010%200%201%201%2010%2010a10%2010%200%200%201-10-10%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%22M240.53%2052.9a13.88%2013.88%200%200%200-12.12-2.42l-3.48.94C206%2056.51%20170.87%2066%20128%2066s-78-9.49-96.93-14.58l-3.48-.94A14%2014%200%200%200%2010%2064v128a13.95%2013.95%200%200%200%2017.61%2013.52l3.18-.85C49.7%20199.53%2084.91%20190%20128%20190s78.3%209.53%2097.21%2014.66l3.18.85A14%2014%200%200%200%20246%20192V64a13.93%2013.93%200%200%200-5.47-11.1M22.78%2062.42A2%202%200%200%201%2024%2062a2%202%200%200%201%20.52.08l3.44.92C47.37%2068.24%2083.54%2078%20128%2078s80.63-9.76%20100.06-15l3.44-.92A2%202%200%200%201%20234%2064v123.57l-61.47-61.47a14%2014%200%200%200-19.8%200l-21.42%2021.41L85.9%20102.1a14%2014%200%200%200-19.8%200L22%20146.2V64a2%202%200%200%201%20.78-1.58M220.41%20191a400.4%20400.4%200%200%200-56.52-10.86L139.8%20156l21.41-21.41a2%202%200%200%201%202.83%200Zm-192.76%202.07l-3.15.86A2%202%200%200%201%2022%20192v-28.83l52.58-52.58a2%202%200%200%201%202.84%200l67.91%2067.91c-5.63-.32-11.42-.5-17.33-.5c-44.69%200-82.28%2010.18-100.35%2015.07M194%20108a10%2010%200%201%201%2010%2010a10%2010%200%200%201-10-10%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/panorama-light.svg?color=%231a73e8&size=48