panorama v icon

panorama-v from Unicons by Iconscout · Line · Design Tools · Apache-2.0 Free for personal and commercial use.

Name
panorama-v
Set
Unicons
Style
Line
Category
Design Tools
Viewbox
24×24
License
Apache 2.0

More design tools icons from Unicons

Use the panorama v icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.27 12a21.1 21.1 0 0 1 1.64-8.58a1 1 0 0 0-.07-1A1 1 0 0 0 18 2H6a1 1 0 0 0-.84.46a1 1 0 0 0-.07 1A21.1 21.1 0 0 1 6.73 12a21.1 21.1 0 0 1-1.64 8.58a1 1 0 0 0 .07 1A1 1 0 0 0 6 22h12a1 1 0 0 0 .84-.46a1 1 0 0 0 .07-1A21.1 21.1 0 0 1 17.27 12m-.75 8h-9a24.8 24.8 0 0 0 1.25-8a24.8 24.8 0 0 0-1.29-8h9a24.8 24.8 0 0 0-1.25 8a24.8 24.8 0 0 0 1.29 8"/></svg>

React

import type { SVGProps } from "react";

export function UilPanoramaV(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="M17.27 12a21.1 21.1 0 0 1 1.64-8.58a1 1 0 0 0-.07-1A1 1 0 0 0 18 2H6a1 1 0 0 0-.84.46a1 1 0 0 0-.07 1A21.1 21.1 0 0 1 6.73 12a21.1 21.1 0 0 1-1.64 8.58a1 1 0 0 0 .07 1A1 1 0 0 0 6 22h12a1 1 0 0 0 .84-.46a1 1 0 0 0 .07-1A21.1 21.1 0 0 1 17.27 12m-.75 8h-9a24.8 24.8 0 0 0 1.25-8a24.8 24.8 0 0 0-1.29-8h9a24.8 24.8 0 0 0-1.25 8a24.8 24.8 0 0 0 1.29 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.27 12a21.1 21.1 0 0 1 1.64-8.58a1 1 0 0 0-.07-1A1 1 0 0 0 18 2H6a1 1 0 0 0-.84.46a1 1 0 0 0-.07 1A21.1 21.1 0 0 1 6.73 12a21.1 21.1 0 0 1-1.64 8.58a1 1 0 0 0 .07 1A1 1 0 0 0 6 22h12a1 1 0 0 0 .84-.46a1 1 0 0 0 .07-1A21.1 21.1 0 0 1 17.27 12m-.75 8h-9a24.8 24.8 0 0 0 1.25-8a24.8 24.8 0 0 0-1.29-8h9a24.8 24.8 0 0 0-1.25 8a24.8 24.8 0 0 0 1.29 8"/></svg>
</template>

CSS

.icon-panorama-v {
  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%22M17.27%2012a21.1%2021.1%200%200%201%201.64-8.58a1%201%200%200%200-.07-1A1%201%200%200%200%2018%202H6a1%201%200%200%200-.84.46a1%201%200%200%200-.07%201A21.1%2021.1%200%200%201%206.73%2012a21.1%2021.1%200%200%201-1.64%208.58a1%201%200%200%200%20.07%201A1%201%200%200%200%206%2022h12a1%201%200%200%200%20.84-.46a1%201%200%200%200%20.07-1A21.1%2021.1%200%200%201%2017.27%2012m-.75%208h-9a24.8%2024.8%200%200%200%201.25-8a24.8%2024.8%200%200%200-1.29-8h9a24.8%2024.8%200%200%200-1.25%208a24.8%2024.8%200%200%200%201.29%208%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%22M17.27%2012a21.1%2021.1%200%200%201%201.64-8.58a1%201%200%200%200-.07-1A1%201%200%200%200%2018%202H6a1%201%200%200%200-.84.46a1%201%200%200%200-.07%201A21.1%2021.1%200%200%201%206.73%2012a21.1%2021.1%200%200%201-1.64%208.58a1%201%200%200%200%20.07%201A1%201%200%200%200%206%2022h12a1%201%200%200%200%20.84-.46a1%201%200%200%200%20.07-1A21.1%2021.1%200%200%201%2017.27%2012m-.75%208h-9a24.8%2024.8%200%200%200%201.25-8a24.8%2024.8%200%200%200-1.29-8h9a24.8%2024.8%200%200%200-1.25%208a24.8%2024.8%200%200%200%201.29%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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