perspective icon
perspective-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- perspective-fill
- Set
- Phosphor
- Style
- Fill
- 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="M248 136a8 8 0 0 1-8 8h-16v64a16 16 0 0 1-16 16a16.5 16.5 0 0 1-2.87-.26l-160-29.09A16 16 0 0 1 32 178.91V144H16a8 8 0 0 1 0-16h224a8 8 0 0 1 8 8M36 112h184a4 4 0 0 0 4-4V48.42a16.48 16.48 0 0 0-4.07-11.08a16 16 0 0 0-14.79-5.08l-160 29.09A16 16 0 0 0 32 77.09V108a4 4 0 0 0 4 4"/></svg>
React
import type { SVGProps } from "react";
export function PhPerspectiveFill(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="M248 136a8 8 0 0 1-8 8h-16v64a16 16 0 0 1-16 16a16.5 16.5 0 0 1-2.87-.26l-160-29.09A16 16 0 0 1 32 178.91V144H16a8 8 0 0 1 0-16h224a8 8 0 0 1 8 8M36 112h184a4 4 0 0 0 4-4V48.42a16.48 16.48 0 0 0-4.07-11.08a16 16 0 0 0-14.79-5.08l-160 29.09A16 16 0 0 0 32 77.09V108a4 4 0 0 0 4 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M248 136a8 8 0 0 1-8 8h-16v64a16 16 0 0 1-16 16a16.5 16.5 0 0 1-2.87-.26l-160-29.09A16 16 0 0 1 32 178.91V144H16a8 8 0 0 1 0-16h224a8 8 0 0 1 8 8M36 112h184a4 4 0 0 0 4-4V48.42a16.48 16.48 0 0 0-4.07-11.08a16 16 0 0 0-14.79-5.08l-160 29.09A16 16 0 0 0 32 77.09V108a4 4 0 0 0 4 4"/></svg> </template>
CSS
.icon-perspective-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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M248%20136a8%208%200%200%201-8%208h-16v64a16%2016%200%200%201-16%2016a16.5%2016.5%200%200%201-2.87-.26l-160-29.09A16%2016%200%200%201%2032%20178.91V144H16a8%208%200%200%201%200-16h224a8%208%200%200%201%208%208M36%20112h184a4%204%200%200%200%204-4V48.42a16.48%2016.48%200%200%200-4.07-11.08a16%2016%200%200%200-14.79-5.08l-160%2029.09A16%2016%200%200%200%2032%2077.09V108a4%204%200%200%200%204%204%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%22M248%20136a8%208%200%200%201-8%208h-16v64a16%2016%200%200%201-16%2016a16.5%2016.5%200%200%201-2.87-.26l-160-29.09A16%2016%200%200%201%2032%20178.91V144H16a8%208%200%200%201%200-16h224a8%208%200%200%201%208%208M36%20112h184a4%204%200%200%200%204-4V48.42a16.48%2016.48%200%200%200-4.07-11.08a16%2016%200%200%200-14.79-5.08l-160%2029.09A16%2016%200%200%200%2032%2077.09V108a4%204%200%200%200%204%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/perspective-fill.svg?color=%231a73e8&size=48