panorama variant icon
panorama-variant-outline from Material Design Icons by Pictogrammers · Outline · Photography · Apache-2.0 Free for personal and commercial use.
- Name
- panorama-variant-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Photography
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- image-360-outline, image-vr-outline, panorama-vr-outline, picture-360-outline, picture-vr-outline
1 other variant in Material Design Icons
More photography icons from Material Design Icons
auto-fixcamera-burstcamera-controlcamera-documentcamera-document-offcamera-enhancecamera-flipcamera-frontcamera-front-variantcamera-imagecamera-iriscamera-lock-opencamera-metering-centercamera-metering-matrixcamera-metering-partialcamera-metering-spotcamera-offcamera-outlinecamera-party-modecamera-pluscamera-rearcamera-rear-variantcamera-retakecamera-switch
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="M21 4c-.6 0-3.6 1.5-9 1.5C6.7 5.5 3.5 4 3 4s-1 .4-1 1v14c0 .6.5 1 1 1c.6 0 3.5-1.5 9-1.5c5.4 0 8.4 1.5 9 1.5c.5 0 1-.4 1-1V5c0-.6-.5-1-1-1m-1 13.6c-2-.6-4.6-1.1-8-1.1s-6 .5-8 1.1V6.4c2.6.7 5.3 1.1 8 1.1c3.4 0 6-.5 8-1.1zM9.2 11l-3.7 4.4c2-.3 4.2-.4 6.5-.4s4.5.1 6.5.4L14 10l-2.8 3.4z"/></svg>
React
import type { SVGProps } from "react";
export function MdiPanoramaVariantOutline(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="M21 4c-.6 0-3.6 1.5-9 1.5C6.7 5.5 3.5 4 3 4s-1 .4-1 1v14c0 .6.5 1 1 1c.6 0 3.5-1.5 9-1.5c5.4 0 8.4 1.5 9 1.5c.5 0 1-.4 1-1V5c0-.6-.5-1-1-1m-1 13.6c-2-.6-4.6-1.1-8-1.1s-6 .5-8 1.1V6.4c2.6.7 5.3 1.1 8 1.1c3.4 0 6-.5 8-1.1zM9.2 11l-3.7 4.4c2-.3 4.2-.4 6.5-.4s4.5.1 6.5.4L14 10l-2.8 3.4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 4c-.6 0-3.6 1.5-9 1.5C6.7 5.5 3.5 4 3 4s-1 .4-1 1v14c0 .6.5 1 1 1c.6 0 3.5-1.5 9-1.5c5.4 0 8.4 1.5 9 1.5c.5 0 1-.4 1-1V5c0-.6-.5-1-1-1m-1 13.6c-2-.6-4.6-1.1-8-1.1s-6 .5-8 1.1V6.4c2.6.7 5.3 1.1 8 1.1c3.4 0 6-.5 8-1.1zM9.2 11l-3.7 4.4c2-.3 4.2-.4 6.5-.4s4.5.1 6.5.4L14 10l-2.8 3.4z"/></svg> </template>
CSS
.icon-panorama-variant-outline {
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%22M21%204c-.6%200-3.6%201.5-9%201.5C6.7%205.5%203.5%204%203%204s-1%20.4-1%201v14c0%20.6.5%201%201%201c.6%200%203.5-1.5%209-1.5c5.4%200%208.4%201.5%209%201.5c.5%200%201-.4%201-1V5c0-.6-.5-1-1-1m-1%2013.6c-2-.6-4.6-1.1-8-1.1s-6%20.5-8%201.1V6.4c2.6.7%205.3%201.1%208%201.1c3.4%200%206-.5%208-1.1zM9.2%2011l-3.7%204.4c2-.3%204.2-.4%206.5-.4s4.5.1%206.5.4L14%2010l-2.8%203.4z%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%22M21%204c-.6%200-3.6%201.5-9%201.5C6.7%205.5%203.5%204%203%204s-1%20.4-1%201v14c0%20.6.5%201%201%201c.6%200%203.5-1.5%209-1.5c5.4%200%208.4%201.5%209%201.5c.5%200%201-.4%201-1V5c0-.6-.5-1-1-1m-1%2013.6c-2-.6-4.6-1.1-8-1.1s-6%20.5-8%201.1V6.4c2.6.7%205.3%201.1%208%201.1c3.4%200%206-.5%208-1.1zM9.2%2011l-3.7%204.4c2-.3%204.2-.4%206.5-.4s4.5.1%206.5.4L14%2010l-2.8%203.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/panorama-variant-outline.svg?color=%231a73e8&size=48