three d icon
three-d-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- three-d-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Use the three d icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M184 128a32 32 0 0 1-32 32h-8V96h8a32 32 0 0 1 32 32m48-72v144a16 16 0 0 1-16 16H40a16 16 0 0 1-16-16V56a16 16 0 0 1 16-16h176a16 16 0 0 1 16 16m-120 88a32 32 0 0 0-18.31-28.92L110.4 92.8A8 8 0 0 0 104 80H64a8 8 0 0 0 0 16h24l-14.4 19.2A8 8 0 0 0 80 128a16 16 0 1 1-10.66 27.93a8 8 0 1 0-10.68 11.92A32 32 0 0 0 112 144m88-16a48.05 48.05 0 0 0-48-48h-16a8 8 0 0 0-8 8v80a8 8 0 0 0 8 8h16a48.05 48.05 0 0 0 48-48"/></svg>
React
import type { SVGProps } from "react";
export function PhThreeDFill(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="M184 128a32 32 0 0 1-32 32h-8V96h8a32 32 0 0 1 32 32m48-72v144a16 16 0 0 1-16 16H40a16 16 0 0 1-16-16V56a16 16 0 0 1 16-16h176a16 16 0 0 1 16 16m-120 88a32 32 0 0 0-18.31-28.92L110.4 92.8A8 8 0 0 0 104 80H64a8 8 0 0 0 0 16h24l-14.4 19.2A8 8 0 0 0 80 128a16 16 0 1 1-10.66 27.93a8 8 0 1 0-10.68 11.92A32 32 0 0 0 112 144m88-16a48.05 48.05 0 0 0-48-48h-16a8 8 0 0 0-8 8v80a8 8 0 0 0 8 8h16a48.05 48.05 0 0 0 48-48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M184 128a32 32 0 0 1-32 32h-8V96h8a32 32 0 0 1 32 32m48-72v144a16 16 0 0 1-16 16H40a16 16 0 0 1-16-16V56a16 16 0 0 1 16-16h176a16 16 0 0 1 16 16m-120 88a32 32 0 0 0-18.31-28.92L110.4 92.8A8 8 0 0 0 104 80H64a8 8 0 0 0 0 16h24l-14.4 19.2A8 8 0 0 0 80 128a16 16 0 1 1-10.66 27.93a8 8 0 1 0-10.68 11.92A32 32 0 0 0 112 144m88-16a48.05 48.05 0 0 0-48-48h-16a8 8 0 0 0-8 8v80a8 8 0 0 0 8 8h16a48.05 48.05 0 0 0 48-48"/></svg> </template>
CSS
.icon-three-d-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%22M184%20128a32%2032%200%200%201-32%2032h-8V96h8a32%2032%200%200%201%2032%2032m48-72v144a16%2016%200%200%201-16%2016H40a16%2016%200%200%201-16-16V56a16%2016%200%200%201%2016-16h176a16%2016%200%200%201%2016%2016m-120%2088a32%2032%200%200%200-18.31-28.92L110.4%2092.8A8%208%200%200%200%20104%2080H64a8%208%200%200%200%200%2016h24l-14.4%2019.2A8%208%200%200%200%2080%20128a16%2016%200%201%201-10.66%2027.93a8%208%200%201%200-10.68%2011.92A32%2032%200%200%200%20112%20144m88-16a48.05%2048.05%200%200%200-48-48h-16a8%208%200%200%200-8%208v80a8%208%200%200%200%208%208h16a48.05%2048.05%200%200%200%2048-48%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%22M184%20128a32%2032%200%200%201-32%2032h-8V96h8a32%2032%200%200%201%2032%2032m48-72v144a16%2016%200%200%201-16%2016H40a16%2016%200%200%201-16-16V56a16%2016%200%200%201%2016-16h176a16%2016%200%200%201%2016%2016m-120%2088a32%2032%200%200%200-18.31-28.92L110.4%2092.8A8%208%200%200%200%20104%2080H64a8%208%200%200%200%200%2016h24l-14.4%2019.2A8%208%200%200%200%2080%20128a16%2016%200%201%201-10.66%2027.93a8%208%200%201%200-10.68%2011.92A32%2032%200%200%200%20112%20144m88-16a48.05%2048.05%200%200%200-48-48h-16a8%208%200%200%200-8%208v80a8%208%200%200%200%208%208h16a48.05%2048.05%200%200%200%2048-48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/three-d-fill.svg?color=%231a73e8&size=48