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

Name
pano-fill
Set
Framework7 Icons
Style
Fill
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.932"/></svg>

React

import type { SVGProps } from "react";

export function F7PanoFill(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.932"/></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.932"/></svg>
</template>

CSS

.icon-pano-fill {
  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.932%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.932%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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