perspective icon
perspective from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- perspective
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
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 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M4.5 12c0-2.488 0-3.732.672-4.615q.11-.146.236-.277c.764-.802 1.975-.977 4.395-1.33l2.36-.342c3.413-.496 5.12-.744 6.229.234c1.108.977 1.108 2.732 1.108 6.24v.18c0 3.508 0 5.262-1.108 6.24s-2.816.73-6.23.234l-2.359-.343c-2.42-.352-3.63-.528-4.395-1.33a3 3 0 0 1-.236-.276C4.5 15.731 4.5 14.488 4.5 12Z"/><path stroke-linecap="round" d="M12 22V2M2 12h20"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPerspective(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M4.5 12c0-2.488 0-3.732.672-4.615q.11-.146.236-.277c.764-.802 1.975-.977 4.395-1.33l2.36-.342c3.413-.496 5.12-.744 6.229.234c1.108.977 1.108 2.732 1.108 6.24v.18c0 3.508 0 5.262-1.108 6.24s-2.816.73-6.23.234l-2.359-.343c-2.42-.352-3.63-.528-4.395-1.33a3 3 0 0 1-.236-.276C4.5 15.731 4.5 14.488 4.5 12Z"/><path strokeLinecap="round" d="M12 22V2M2 12h20"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M4.5 12c0-2.488 0-3.732.672-4.615q.11-.146.236-.277c.764-.802 1.975-.977 4.395-1.33l2.36-.342c3.413-.496 5.12-.744 6.229.234c1.108.977 1.108 2.732 1.108 6.24v.18c0 3.508 0 5.262-1.108 6.24s-2.816.73-6.23.234l-2.359-.343c-2.42-.352-3.63-.528-4.395-1.33a3 3 0 0 1-.236-.276C4.5 15.731 4.5 14.488 4.5 12Z"/><path stroke-linecap="round" d="M12 22V2M2 12h20"/></g></svg> </template>
CSS
.icon-perspective {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4.5%2012c0-2.488%200-3.732.672-4.615q.11-.146.236-.277c.764-.802%201.975-.977%204.395-1.33l2.36-.342c3.413-.496%205.12-.744%206.229.234c1.108.977%201.108%202.732%201.108%206.24v.18c0%203.508%200%205.262-1.108%206.24s-2.816.73-6.23.234l-2.359-.343c-2.42-.352-3.63-.528-4.395-1.33a3%203%200%200%201-.236-.276C4.5%2015.731%204.5%2014.488%204.5%2012Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2022V2M2%2012h20%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4.5%2012c0-2.488%200-3.732.672-4.615q.11-.146.236-.277c.764-.802%201.975-.977%204.395-1.33l2.36-.342c3.413-.496%205.12-.744%206.229.234c1.108.977%201.108%202.732%201.108%206.24v.18c0%203.508%200%205.262-1.108%206.24s-2.816.73-6.23.234l-2.359-.343c-2.42-.352-3.63-.528-4.395-1.33a3%203%200%200%201-.236-.276C4.5%2015.731%204.5%2014.488%204.5%2012Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2022V2M2%2012h20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/perspective.svg?color=%231a73e8&size=48