person simple hike icon
person-simple-hike-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- person-simple-hike-thin
- Set
- Phosphor
- Style
- Thin
- 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="M152 76a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0-48a20 20 0 1 1-20 20a20 20 0 0 1 20-20m44 116v88a4 4 0 0 1-8 0v-84.08c-26.68-1.13-34.8-13.66-42.67-25.79c-3.53-5.46-6.87-10.61-12-15c-.66-.56-1.33-1.1-2-1.6l-16.83 38.76l39.83 28.45A4 4 0 0 1 156 176v56a4 4 0 0 1-8 0v-53.94l-36.77-26.26l-35.56 81.79A4 4 0 0 1 72 236a4.1 4.1 0 0 1-1.59-.33a4 4 0 0 1-2.08-5.27l57.53-132.31a4 4 0 0 1 5.5-2a37.2 37.2 0 0 1 7.26 4.94c5.94 5.15 9.74 11 13.42 16.71C159.77 129.7 166.45 140 192 140a4 4 0 0 1 4 4m-124 4a4 4 0 0 0 3.68-2.43l24-56a4 4 0 0 0-2.1-5.25l-28-12a4 4 0 0 0-5.26 2.1l-24 56a4 4 0 0 0 2.11 5.26l28 12A3.9 3.9 0 0 0 72 148m-22.75-18.1L70.1 81.25l20.65 8.85l-20.85 48.65Z"/></svg>
React
import type { SVGProps } from "react";
export function PhPersonSimpleHikeThin(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="M152 76a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0-48a20 20 0 1 1-20 20a20 20 0 0 1 20-20m44 116v88a4 4 0 0 1-8 0v-84.08c-26.68-1.13-34.8-13.66-42.67-25.79c-3.53-5.46-6.87-10.61-12-15c-.66-.56-1.33-1.1-2-1.6l-16.83 38.76l39.83 28.45A4 4 0 0 1 156 176v56a4 4 0 0 1-8 0v-53.94l-36.77-26.26l-35.56 81.79A4 4 0 0 1 72 236a4.1 4.1 0 0 1-1.59-.33a4 4 0 0 1-2.08-5.27l57.53-132.31a4 4 0 0 1 5.5-2a37.2 37.2 0 0 1 7.26 4.94c5.94 5.15 9.74 11 13.42 16.71C159.77 129.7 166.45 140 192 140a4 4 0 0 1 4 4m-124 4a4 4 0 0 0 3.68-2.43l24-56a4 4 0 0 0-2.1-5.25l-28-12a4 4 0 0 0-5.26 2.1l-24 56a4 4 0 0 0 2.11 5.26l28 12A3.9 3.9 0 0 0 72 148m-22.75-18.1L70.1 81.25l20.65 8.85l-20.85 48.65Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M152 76a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0-48a20 20 0 1 1-20 20a20 20 0 0 1 20-20m44 116v88a4 4 0 0 1-8 0v-84.08c-26.68-1.13-34.8-13.66-42.67-25.79c-3.53-5.46-6.87-10.61-12-15c-.66-.56-1.33-1.1-2-1.6l-16.83 38.76l39.83 28.45A4 4 0 0 1 156 176v56a4 4 0 0 1-8 0v-53.94l-36.77-26.26l-35.56 81.79A4 4 0 0 1 72 236a4.1 4.1 0 0 1-1.59-.33a4 4 0 0 1-2.08-5.27l57.53-132.31a4 4 0 0 1 5.5-2a37.2 37.2 0 0 1 7.26 4.94c5.94 5.15 9.74 11 13.42 16.71C159.77 129.7 166.45 140 192 140a4 4 0 0 1 4 4m-124 4a4 4 0 0 0 3.68-2.43l24-56a4 4 0 0 0-2.1-5.25l-28-12a4 4 0 0 0-5.26 2.1l-24 56a4 4 0 0 0 2.11 5.26l28 12A3.9 3.9 0 0 0 72 148m-22.75-18.1L70.1 81.25l20.65 8.85l-20.85 48.65Z"/></svg> </template>
CSS
.icon-person-simple-hike-thin {
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%22M152%2076a28%2028%200%201%200-28-28a28%2028%200%200%200%2028%2028m0-48a20%2020%200%201%201-20%2020a20%2020%200%200%201%2020-20m44%20116v88a4%204%200%200%201-8%200v-84.08c-26.68-1.13-34.8-13.66-42.67-25.79c-3.53-5.46-6.87-10.61-12-15c-.66-.56-1.33-1.1-2-1.6l-16.83%2038.76l39.83%2028.45A4%204%200%200%201%20156%20176v56a4%204%200%200%201-8%200v-53.94l-36.77-26.26l-35.56%2081.79A4%204%200%200%201%2072%20236a4.1%204.1%200%200%201-1.59-.33a4%204%200%200%201-2.08-5.27l57.53-132.31a4%204%200%200%201%205.5-2a37.2%2037.2%200%200%201%207.26%204.94c5.94%205.15%209.74%2011%2013.42%2016.71C159.77%20129.7%20166.45%20140%20192%20140a4%204%200%200%201%204%204m-124%204a4%204%200%200%200%203.68-2.43l24-56a4%204%200%200%200-2.1-5.25l-28-12a4%204%200%200%200-5.26%202.1l-24%2056a4%204%200%200%200%202.11%205.26l28%2012A3.9%203.9%200%200%200%2072%20148m-22.75-18.1L70.1%2081.25l20.65%208.85l-20.85%2048.65Z%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%22M152%2076a28%2028%200%201%200-28-28a28%2028%200%200%200%2028%2028m0-48a20%2020%200%201%201-20%2020a20%2020%200%200%201%2020-20m44%20116v88a4%204%200%200%201-8%200v-84.08c-26.68-1.13-34.8-13.66-42.67-25.79c-3.53-5.46-6.87-10.61-12-15c-.66-.56-1.33-1.1-2-1.6l-16.83%2038.76l39.83%2028.45A4%204%200%200%201%20156%20176v56a4%204%200%200%201-8%200v-53.94l-36.77-26.26l-35.56%2081.79A4%204%200%200%201%2072%20236a4.1%204.1%200%200%201-1.59-.33a4%204%200%200%201-2.08-5.27l57.53-132.31a4%204%200%200%201%205.5-2a37.2%2037.2%200%200%201%207.26%204.94c5.94%205.15%209.74%2011%2013.42%2016.71C159.77%20129.7%20166.45%20140%20192%20140a4%204%200%200%201%204%204m-124%204a4%204%200%200%200%203.68-2.43l24-56a4%204%200%200%200-2.1-5.25l-28-12a4%204%200%200%200-5.26%202.1l-24%2056a4%204%200%200%200%202.11%205.26l28%2012A3.9%203.9%200%200%200%2072%20148m-22.75-18.1L70.1%2081.25l20.65%208.85l-20.85%2048.65Z%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-thin.svg?color=%231a73e8&size=48