panorama variant icon

panorama-variant from Material Design Icons by Pictogrammers · Filled · Photography · Apache-2.0 Free for personal and commercial use.

Name
panorama-variant
Set
Material Design Icons
Style
Filled
Category
Photography
Viewbox
24×24
License
Apache 2.0
Aliases
image-360, image-vr, panorama-vr, picture-360, picture-vr

1 other variant in Material Design Icons

More photography icons from Material Design Icons

Use the panorama variant icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.7 4.1c-2 .7-4.8 1.4-8.7 1.4s-6.9-.8-8.7-1.4C2.7 3.8 2 4.3 2 5v14c0 .7.7 1.2 1.3 1c2.1-.7 4.8-1.5 8.7-1.5s6.7.8 8.7 1.5c.7.2 1.3-.3 1.3-1V5c0-.7-.7-1.2-1.3-.9M12 15c-2.3 0-4.5.1-6.5.4L9.2 11l2 2.4L14 10l4.5 5.4c-2-.3-4.2-.4-6.5-.4"/></svg>

React

import type { SVGProps } from "react";

export function MdiPanoramaVariant(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="M20.7 4.1c-2 .7-4.8 1.4-8.7 1.4s-6.9-.8-8.7-1.4C2.7 3.8 2 4.3 2 5v14c0 .7.7 1.2 1.3 1c2.1-.7 4.8-1.5 8.7-1.5s6.7.8 8.7 1.5c.7.2 1.3-.3 1.3-1V5c0-.7-.7-1.2-1.3-.9M12 15c-2.3 0-4.5.1-6.5.4L9.2 11l2 2.4L14 10l4.5 5.4c-2-.3-4.2-.4-6.5-.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.7 4.1c-2 .7-4.8 1.4-8.7 1.4s-6.9-.8-8.7-1.4C2.7 3.8 2 4.3 2 5v14c0 .7.7 1.2 1.3 1c2.1-.7 4.8-1.5 8.7-1.5s6.7.8 8.7 1.5c.7.2 1.3-.3 1.3-1V5c0-.7-.7-1.2-1.3-.9M12 15c-2.3 0-4.5.1-6.5.4L9.2 11l2 2.4L14 10l4.5 5.4c-2-.3-4.2-.4-6.5-.4"/></svg>
</template>

CSS

.icon-panorama-variant {
  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%22M20.7%204.1c-2%20.7-4.8%201.4-8.7%201.4s-6.9-.8-8.7-1.4C2.7%203.8%202%204.3%202%205v14c0%20.7.7%201.2%201.3%201c2.1-.7%204.8-1.5%208.7-1.5s6.7.8%208.7%201.5c.7.2%201.3-.3%201.3-1V5c0-.7-.7-1.2-1.3-.9M12%2015c-2.3%200-4.5.1-6.5.4L9.2%2011l2%202.4L14%2010l4.5%205.4c-2-.3-4.2-.4-6.5-.4%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%22M20.7%204.1c-2%20.7-4.8%201.4-8.7%201.4s-6.9-.8-8.7-1.4C2.7%203.8%202%204.3%202%205v14c0%20.7.7%201.2%201.3%201c2.1-.7%204.8-1.5%208.7-1.5s6.7.8%208.7%201.5c.7.2%201.3-.3%201.3-1V5c0-.7-.7-1.2-1.3-.9M12%2015c-2.3%200-4.5.1-6.5.4L9.2%2011l2%202.4L14%2010l4.5%205.4c-2-.3-4.2-.4-6.5-.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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