person simple hike icon
person-simple-hike-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- person-simple-hike-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the person simple hike icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M120 48a32 32 0 1 1 32 32a32 32 0 0 1-32-32m72 88c-23.37 0-28.92-8.56-36.6-20.4c-3.65-5.64-7.79-12-14.16-17.55a41 41 0 0 0-8-5.47a8 8 0 0 0-11 3.92L64.66 228.81a8 8 0 0 0 4.15 10.52A7.8 7.8 0 0 0 72 240a8 8 0 0 0 7.34-4.81l33.59-77.27l31.07 22.2V232a8 8 0 0 0 16 0v-56a8 8 0 0 0-3.35-6.51l-37.2-26.57l13.4-30.81c3.57 3.62 6.28 7.8 9.13 12.19c7.67 11.84 16.27 25.11 42 27.36V232a8 8 0 0 0 16 0v-88a8 8 0 0 0-7.98-8M72 152a8 8 0 0 0 7.36-4.85l24-56a8 8 0 0 0-4.2-10.5l-28-12a8 8 0 0 0-10.5 4.2l-24 56a8 8 0 0 0 4.2 10.5l28 12A8 8 0 0 0 72 152"/></svg>
React
import type { SVGProps } from "react";
export function PhPersonSimpleHikeFill(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="M120 48a32 32 0 1 1 32 32a32 32 0 0 1-32-32m72 88c-23.37 0-28.92-8.56-36.6-20.4c-3.65-5.64-7.79-12-14.16-17.55a41 41 0 0 0-8-5.47a8 8 0 0 0-11 3.92L64.66 228.81a8 8 0 0 0 4.15 10.52A7.8 7.8 0 0 0 72 240a8 8 0 0 0 7.34-4.81l33.59-77.27l31.07 22.2V232a8 8 0 0 0 16 0v-56a8 8 0 0 0-3.35-6.51l-37.2-26.57l13.4-30.81c3.57 3.62 6.28 7.8 9.13 12.19c7.67 11.84 16.27 25.11 42 27.36V232a8 8 0 0 0 16 0v-88a8 8 0 0 0-7.98-8M72 152a8 8 0 0 0 7.36-4.85l24-56a8 8 0 0 0-4.2-10.5l-28-12a8 8 0 0 0-10.5 4.2l-24 56a8 8 0 0 0 4.2 10.5l28 12A8 8 0 0 0 72 152"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M120 48a32 32 0 1 1 32 32a32 32 0 0 1-32-32m72 88c-23.37 0-28.92-8.56-36.6-20.4c-3.65-5.64-7.79-12-14.16-17.55a41 41 0 0 0-8-5.47a8 8 0 0 0-11 3.92L64.66 228.81a8 8 0 0 0 4.15 10.52A7.8 7.8 0 0 0 72 240a8 8 0 0 0 7.34-4.81l33.59-77.27l31.07 22.2V232a8 8 0 0 0 16 0v-56a8 8 0 0 0-3.35-6.51l-37.2-26.57l13.4-30.81c3.57 3.62 6.28 7.8 9.13 12.19c7.67 11.84 16.27 25.11 42 27.36V232a8 8 0 0 0 16 0v-88a8 8 0 0 0-7.98-8M72 152a8 8 0 0 0 7.36-4.85l24-56a8 8 0 0 0-4.2-10.5l-28-12a8 8 0 0 0-10.5 4.2l-24 56a8 8 0 0 0 4.2 10.5l28 12A8 8 0 0 0 72 152"/></svg> </template>
CSS
.icon-person-simple-hike-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%22M120%2048a32%2032%200%201%201%2032%2032a32%2032%200%200%201-32-32m72%2088c-23.37%200-28.92-8.56-36.6-20.4c-3.65-5.64-7.79-12-14.16-17.55a41%2041%200%200%200-8-5.47a8%208%200%200%200-11%203.92L64.66%20228.81a8%208%200%200%200%204.15%2010.52A7.8%207.8%200%200%200%2072%20240a8%208%200%200%200%207.34-4.81l33.59-77.27l31.07%2022.2V232a8%208%200%200%200%2016%200v-56a8%208%200%200%200-3.35-6.51l-37.2-26.57l13.4-30.81c3.57%203.62%206.28%207.8%209.13%2012.19c7.67%2011.84%2016.27%2025.11%2042%2027.36V232a8%208%200%200%200%2016%200v-88a8%208%200%200%200-7.98-8M72%20152a8%208%200%200%200%207.36-4.85l24-56a8%208%200%200%200-4.2-10.5l-28-12a8%208%200%200%200-10.5%204.2l-24%2056a8%208%200%200%200%204.2%2010.5l28%2012A8%208%200%200%200%2072%20152%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%22M120%2048a32%2032%200%201%201%2032%2032a32%2032%200%200%201-32-32m72%2088c-23.37%200-28.92-8.56-36.6-20.4c-3.65-5.64-7.79-12-14.16-17.55a41%2041%200%200%200-8-5.47a8%208%200%200%200-11%203.92L64.66%20228.81a8%208%200%200%200%204.15%2010.52A7.8%207.8%200%200%200%2072%20240a8%208%200%200%200%207.34-4.81l33.59-77.27l31.07%2022.2V232a8%208%200%200%200%2016%200v-56a8%208%200%200%200-3.35-6.51l-37.2-26.57l13.4-30.81c3.57%203.62%206.28%207.8%209.13%2012.19c7.67%2011.84%2016.27%2025.11%2042%2027.36V232a8%208%200%200%200%2016%200v-88a8%208%200%200%200-7.98-8M72%20152a8%208%200%200%200%207.36-4.85l24-56a8%208%200%200%200-4.2-10.5l-28-12a8%208%200%200%200-10.5%204.2l-24%2056a8%208%200%200%200%204.2%2010.5l28%2012A8%208%200%200%200%2072%20152%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/person-simple-hike-fill.svg?color=%231a73e8&size=48