perspective icon
perspective-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- perspective-thin
- Set
- Phosphor
- Style
- Thin
- 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 124h-20V48a12 12 0 0 0-14.15-11.81l-160 29.1A12 12 0 0 0 36 77.09V124H16a4 4 0 0 0 0 8h20v46.91a12 12 0 0 0 9.85 11.8l160 29.09a11.3 11.3 0 0 0 2.16.2a12 12 0 0 0 12-12v-76h20a4 4 0 0 0 0-8ZM44 77.09a4 4 0 0 1 3.28-3.93l160-29.09A4 4 0 0 1 212 48v76H44ZM212 208a4 4 0 0 1-4.72 3.93l-160-29.09a4 4 0 0 1-3.28-3.93V132h168Z"/></svg>
React
import type { SVGProps } from "react";
export function PhPerspectiveThin(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 124h-20V48a12 12 0 0 0-14.15-11.81l-160 29.1A12 12 0 0 0 36 77.09V124H16a4 4 0 0 0 0 8h20v46.91a12 12 0 0 0 9.85 11.8l160 29.09a11.3 11.3 0 0 0 2.16.2a12 12 0 0 0 12-12v-76h20a4 4 0 0 0 0-8ZM44 77.09a4 4 0 0 1 3.28-3.93l160-29.09A4 4 0 0 1 212 48v76H44ZM212 208a4 4 0 0 1-4.72 3.93l-160-29.09a4 4 0 0 1-3.28-3.93V132h168Z"/></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 124h-20V48a12 12 0 0 0-14.15-11.81l-160 29.1A12 12 0 0 0 36 77.09V124H16a4 4 0 0 0 0 8h20v46.91a12 12 0 0 0 9.85 11.8l160 29.09a11.3 11.3 0 0 0 2.16.2a12 12 0 0 0 12-12v-76h20a4 4 0 0 0 0-8ZM44 77.09a4 4 0 0 1 3.28-3.93l160-29.09A4 4 0 0 1 212 48v76H44ZM212 208a4 4 0 0 1-4.72 3.93l-160-29.09a4 4 0 0 1-3.28-3.93V132h168Z"/></svg> </template>
CSS
.icon-perspective-thin {
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%20124h-20V48a12%2012%200%200%200-14.15-11.81l-160%2029.1A12%2012%200%200%200%2036%2077.09V124H16a4%204%200%200%200%200%208h20v46.91a12%2012%200%200%200%209.85%2011.8l160%2029.09a11.3%2011.3%200%200%200%202.16.2a12%2012%200%200%200%2012-12v-76h20a4%204%200%200%200%200-8ZM44%2077.09a4%204%200%200%201%203.28-3.93l160-29.09A4%204%200%200%201%20212%2048v76H44ZM212%20208a4%204%200%200%201-4.72%203.93l-160-29.09a4%204%200%200%201-3.28-3.93V132h168Z%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%20124h-20V48a12%2012%200%200%200-14.15-11.81l-160%2029.1A12%2012%200%200%200%2036%2077.09V124H16a4%204%200%200%200%200%208h20v46.91a12%2012%200%200%200%209.85%2011.8l160%2029.09a11.3%2011.3%200%200%200%202.16.2a12%2012%200%200%200%2012-12v-76h20a4%204%200%200%200%200-8ZM44%2077.09a4%204%200%200%201%203.28-3.93l160-29.09A4%204%200%200%201%20212%2048v76H44ZM212%20208a4%204%200%200%201-4.72%203.93l-160-29.09a4%204%200%200%201-3.28-3.93V132h168Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/perspective-thin.svg?color=%231a73e8&size=48