perspective icon

perspective-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
perspective-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the perspective icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240 122h-18V48a14 14 0 0 0-16.5-13.77l-160 29.09A14 14 0 0 0 34 77.09V122H16a6 6 0 0 0 0 12h18v44.91a14 14 0 0 0 11.5 13.77l160 29.09a14 14 0 0 0 2.5.23a14 14 0 0 0 14-14v-74h18a6 6 0 0 0 0-12M46 77.09a2 2 0 0 1 1.64-2l160-29.1h.37a2 2 0 0 1 2 2v74H46ZM210 208a2 2 0 0 1-.72 1.53a2 2 0 0 1-1.64.44l-160-29.1a2 2 0 0 1-1.64-2V134h164Z"/></svg>

React

import type { SVGProps } from "react";

export function PhPerspectiveLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240 122h-18V48a14 14 0 0 0-16.5-13.77l-160 29.09A14 14 0 0 0 34 77.09V122H16a6 6 0 0 0 0 12h18v44.91a14 14 0 0 0 11.5 13.77l160 29.09a14 14 0 0 0 2.5.23a14 14 0 0 0 14-14v-74h18a6 6 0 0 0 0-12M46 77.09a2 2 0 0 1 1.64-2l160-29.1h.37a2 2 0 0 1 2 2v74H46ZM210 208a2 2 0 0 1-.72 1.53a2 2 0 0 1-1.64.44l-160-29.1a2 2 0 0 1-1.64-2V134h164Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240 122h-18V48a14 14 0 0 0-16.5-13.77l-160 29.09A14 14 0 0 0 34 77.09V122H16a6 6 0 0 0 0 12h18v44.91a14 14 0 0 0 11.5 13.77l160 29.09a14 14 0 0 0 2.5.23a14 14 0 0 0 14-14v-74h18a6 6 0 0 0 0-12M46 77.09a2 2 0 0 1 1.64-2l160-29.1h.37a2 2 0 0 1 2 2v74H46ZM210 208a2 2 0 0 1-.72 1.53a2 2 0 0 1-1.64.44l-160-29.1a2 2 0 0 1-1.64-2V134h164Z"/></svg>
</template>

CSS

.icon-perspective-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M240%20122h-18V48a14%2014%200%200%200-16.5-13.77l-160%2029.09A14%2014%200%200%200%2034%2077.09V122H16a6%206%200%200%200%200%2012h18v44.91a14%2014%200%200%200%2011.5%2013.77l160%2029.09a14%2014%200%200%200%202.5.23a14%2014%200%200%200%2014-14v-74h18a6%206%200%200%200%200-12M46%2077.09a2%202%200%200%201%201.64-2l160-29.1h.37a2%202%200%200%201%202%202v74H46ZM210%20208a2%202%200%200%201-.72%201.53a2%202%200%200%201-1.64.44l-160-29.1a2%202%200%200%201-1.64-2V134h164Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M240%20122h-18V48a14%2014%200%200%200-16.5-13.77l-160%2029.09A14%2014%200%200%200%2034%2077.09V122H16a6%206%200%200%200%200%2012h18v44.91a14%2014%200%200%200%2011.5%2013.77l160%2029.09a14%2014%200%200%200%202.5.23a14%2014%200%200%200%2014-14v-74h18a6%206%200%200%200%200-12M46%2077.09a2%202%200%200%201%201.64-2l160-29.1h.37a2%202%200%200%201%202%202v74H46ZM210%20208a2%202%200%200%201-.72%201.53a2%202%200%200%201-1.64.44l-160-29.1a2%202%200%200%201-1.64-2V134h164Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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