map trifold icon
map-trifold-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- map-trifold-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the map trifold icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M228.92 49.69a8 8 0 0 0-6.86-1.45l-61.13 15.28l-61.35-30.68a8 8 0 0 0-5.52-.6l-64 16A8 8 0 0 0 24 56v144a8 8 0 0 0 9.94 7.76l61.13-15.28l61.35 30.68a8.15 8.15 0 0 0 3.58.84a8 8 0 0 0 1.94-.24l64-16A8 8 0 0 0 232 200V56a8 8 0 0 0-3.08-6.31M96 176a8 8 0 0 0-1.94.24L40 189.75V62.25l55.07-13.77l.93.46Zm120 17.75l-55.07 13.77l-.93-.46V80a8 8 0 0 0 1.94-.23L216 66.25Z"/></svg>
React
import type { SVGProps } from "react";
export function PhMapTrifoldFill(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="M228.92 49.69a8 8 0 0 0-6.86-1.45l-61.13 15.28l-61.35-30.68a8 8 0 0 0-5.52-.6l-64 16A8 8 0 0 0 24 56v144a8 8 0 0 0 9.94 7.76l61.13-15.28l61.35 30.68a8.15 8.15 0 0 0 3.58.84a8 8 0 0 0 1.94-.24l64-16A8 8 0 0 0 232 200V56a8 8 0 0 0-3.08-6.31M96 176a8 8 0 0 0-1.94.24L40 189.75V62.25l55.07-13.77l.93.46Zm120 17.75l-55.07 13.77l-.93-.46V80a8 8 0 0 0 1.94-.23L216 66.25Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M228.92 49.69a8 8 0 0 0-6.86-1.45l-61.13 15.28l-61.35-30.68a8 8 0 0 0-5.52-.6l-64 16A8 8 0 0 0 24 56v144a8 8 0 0 0 9.94 7.76l61.13-15.28l61.35 30.68a8.15 8.15 0 0 0 3.58.84a8 8 0 0 0 1.94-.24l64-16A8 8 0 0 0 232 200V56a8 8 0 0 0-3.08-6.31M96 176a8 8 0 0 0-1.94.24L40 189.75V62.25l55.07-13.77l.93.46Zm120 17.75l-55.07 13.77l-.93-.46V80a8 8 0 0 0 1.94-.23L216 66.25Z"/></svg> </template>
CSS
.icon-map-trifold-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%22M228.92%2049.69a8%208%200%200%200-6.86-1.45l-61.13%2015.28l-61.35-30.68a8%208%200%200%200-5.52-.6l-64%2016A8%208%200%200%200%2024%2056v144a8%208%200%200%200%209.94%207.76l61.13-15.28l61.35%2030.68a8.15%208.15%200%200%200%203.58.84a8%208%200%200%200%201.94-.24l64-16A8%208%200%200%200%20232%20200V56a8%208%200%200%200-3.08-6.31M96%20176a8%208%200%200%200-1.94.24L40%20189.75V62.25l55.07-13.77l.93.46Zm120%2017.75l-55.07%2013.77l-.93-.46V80a8%208%200%200%200%201.94-.23L216%2066.25Z%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%22M228.92%2049.69a8%208%200%200%200-6.86-1.45l-61.13%2015.28l-61.35-30.68a8%208%200%200%200-5.52-.6l-64%2016A8%208%200%200%200%2024%2056v144a8%208%200%200%200%209.94%207.76l61.13-15.28l61.35%2030.68a8.15%208.15%200%200%200%203.58.84a8%208%200%200%200%201.94-.24l64-16A8%208%200%200%200%20232%20200V56a8%208%200%200%200-3.08-6.31M96%20176a8%208%200%200%200-1.94.24L40%20189.75V62.25l55.07-13.77l.93.46Zm120%2017.75l-55.07%2013.77l-.93-.46V80a8%208%200%200%200%201.94-.23L216%2066.25Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/map-trifold-fill.svg?color=%231a73e8&size=48