pano from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
pano
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Use the pano icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M3.711 47.486c4.11 0 10.339-4.86 24.278-4.86c13.94 0 20.213 4.838 24.3 4.838c2.408 0 3.711-1.48 3.711-3.932V13.599c0-2.474-1.303-3.954-3.711-3.954c-4.087 0-10.36 4.86-24.3 4.86c-13.917 0-20.191-4.86-24.278-4.86C1.303 9.645 0 11.125 0 13.577v29.977c0 2.452 1.303 3.932 3.711 3.932m.464-3.667c-.375 0-.618-.22-.618-.64V13.952c0-.42.243-.64.618-.64c2.165 0 9.764 4.55 23.814 4.55c14.072 0 22.135-4.572 23.836-4.572c.376 0 .618.22.618.662V43.18c0 .42-.242.64-.618.64c-2.165 0-9.764-4.55-23.836-4.55S5.876 43.82 4.175 43.82"/></svg>

React

import type { SVGProps } from "react";

export function F7Pano(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M3.711 47.486c4.11 0 10.339-4.86 24.278-4.86c13.94 0 20.213 4.838 24.3 4.838c2.408 0 3.711-1.48 3.711-3.932V13.599c0-2.474-1.303-3.954-3.711-3.954c-4.087 0-10.36 4.86-24.3 4.86c-13.917 0-20.191-4.86-24.278-4.86C1.303 9.645 0 11.125 0 13.577v29.977c0 2.452 1.303 3.932 3.711 3.932m.464-3.667c-.375 0-.618-.22-.618-.64V13.952c0-.42.243-.64.618-.64c2.165 0 9.764 4.55 23.814 4.55c14.072 0 22.135-4.572 23.836-4.572c.376 0 .618.22.618.662V43.18c0 .42-.242.64-.618.64c-2.165 0-9.764-4.55-23.836-4.55S5.876 43.82 4.175 43.82"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M3.711 47.486c4.11 0 10.339-4.86 24.278-4.86c13.94 0 20.213 4.838 24.3 4.838c2.408 0 3.711-1.48 3.711-3.932V13.599c0-2.474-1.303-3.954-3.711-3.954c-4.087 0-10.36 4.86-24.3 4.86c-13.917 0-20.191-4.86-24.278-4.86C1.303 9.645 0 11.125 0 13.577v29.977c0 2.452 1.303 3.932 3.711 3.932m.464-3.667c-.375 0-.618-.22-.618-.64V13.952c0-.42.243-.64.618-.64c2.165 0 9.764 4.55 23.814 4.55c14.072 0 22.135-4.572 23.836-4.572c.376 0 .618.22.618.662V43.18c0 .42-.242.64-.618.64c-2.165 0-9.764-4.55-23.836-4.55S5.876 43.82 4.175 43.82"/></svg>
</template>

CSS

.icon-pano {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.711%2047.486c4.11%200%2010.339-4.86%2024.278-4.86c13.94%200%2020.213%204.838%2024.3%204.838c2.408%200%203.711-1.48%203.711-3.932V13.599c0-2.474-1.303-3.954-3.711-3.954c-4.087%200-10.36%204.86-24.3%204.86c-13.917%200-20.191-4.86-24.278-4.86C1.303%209.645%200%2011.125%200%2013.577v29.977c0%202.452%201.303%203.932%203.711%203.932m.464-3.667c-.375%200-.618-.22-.618-.64V13.952c0-.42.243-.64.618-.64c2.165%200%209.764%204.55%2023.814%204.55c14.072%200%2022.135-4.572%2023.836-4.572c.376%200%20.618.22.618.662V43.18c0%20.42-.242.64-.618.64c-2.165%200-9.764-4.55-23.836-4.55S5.876%2043.82%204.175%2043.82%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.711%2047.486c4.11%200%2010.339-4.86%2024.278-4.86c13.94%200%2020.213%204.838%2024.3%204.838c2.408%200%203.711-1.48%203.711-3.932V13.599c0-2.474-1.303-3.954-3.711-3.954c-4.087%200-10.36%204.86-24.3%204.86c-13.917%200-20.191-4.86-24.278-4.86C1.303%209.645%200%2011.125%200%2013.577v29.977c0%202.452%201.303%203.932%203.711%203.932m.464-3.667c-.375%200-.618-.22-.618-.64V13.952c0-.42.243-.64.618-.64c2.165%200%209.764%204.55%2023.814%204.55c14.072%200%2022.135-4.572%2023.836-4.572c.376%200%20.618.22.618.662V43.18c0%20.42-.242.64-.618.64c-2.165%200-9.764-4.55-23.836-4.55S5.876%2043.82%204.175%2043.82%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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