person simple hike icon

person-simple-hike-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
person-simple-hike-light
Set
Phosphor
Style
Light
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 78a30 30 0 1 0-30-30a30 30 0 0 0 30 30m0-48a18 18 0 1 1-18 18a18 18 0 0 1 18-18m46 114v88a6 6 0 0 1-12 0v-82.19c-26.23-1.73-34.76-14.89-42.35-26.59c-3.43-5.3-6.68-10.31-11.5-14.52L117 143.61l38.52 27.51A6 6 0 0 1 158 176v56a6 6 0 0 1-12 0v-52.91l-33.92-24.23l-34.58 79.53a6 6 0 0 1-11-4.78L124 97.29a6 6 0 0 1 8.25-2.94a39 39 0 0 1 7.65 5.21c6.15 5.34 10 11.33 13.79 17.13C161.44 128.59 167.54 138 192 138a6 6 0 0 1 6 6m-126 6a6 6 0 0 0 5.52-3.64l24-56a6 6 0 0 0-3.16-7.88l-28-12a6 6 0 0 0-7.87 3.16l-24 56a6 6 0 0 0 3.15 7.87l28 12A6 6 0 0 0 72 150m-20.12-21.15l19.27-45l17 7.27l-19.27 45Z"/></svg>

React

import type { SVGProps } from "react";

export function PhPersonSimpleHikeLight(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 78a30 30 0 1 0-30-30a30 30 0 0 0 30 30m0-48a18 18 0 1 1-18 18a18 18 0 0 1 18-18m46 114v88a6 6 0 0 1-12 0v-82.19c-26.23-1.73-34.76-14.89-42.35-26.59c-3.43-5.3-6.68-10.31-11.5-14.52L117 143.61l38.52 27.51A6 6 0 0 1 158 176v56a6 6 0 0 1-12 0v-52.91l-33.92-24.23l-34.58 79.53a6 6 0 0 1-11-4.78L124 97.29a6 6 0 0 1 8.25-2.94a39 39 0 0 1 7.65 5.21c6.15 5.34 10 11.33 13.79 17.13C161.44 128.59 167.54 138 192 138a6 6 0 0 1 6 6m-126 6a6 6 0 0 0 5.52-3.64l24-56a6 6 0 0 0-3.16-7.88l-28-12a6 6 0 0 0-7.87 3.16l-24 56a6 6 0 0 0 3.15 7.87l28 12A6 6 0 0 0 72 150m-20.12-21.15l19.27-45l17 7.27l-19.27 45Z"/></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 78a30 30 0 1 0-30-30a30 30 0 0 0 30 30m0-48a18 18 0 1 1-18 18a18 18 0 0 1 18-18m46 114v88a6 6 0 0 1-12 0v-82.19c-26.23-1.73-34.76-14.89-42.35-26.59c-3.43-5.3-6.68-10.31-11.5-14.52L117 143.61l38.52 27.51A6 6 0 0 1 158 176v56a6 6 0 0 1-12 0v-52.91l-33.92-24.23l-34.58 79.53a6 6 0 0 1-11-4.78L124 97.29a6 6 0 0 1 8.25-2.94a39 39 0 0 1 7.65 5.21c6.15 5.34 10 11.33 13.79 17.13C161.44 128.59 167.54 138 192 138a6 6 0 0 1 6 6m-126 6a6 6 0 0 0 5.52-3.64l24-56a6 6 0 0 0-3.16-7.88l-28-12a6 6 0 0 0-7.87 3.16l-24 56a6 6 0 0 0 3.15 7.87l28 12A6 6 0 0 0 72 150m-20.12-21.15l19.27-45l17 7.27l-19.27 45Z"/></svg>
</template>

CSS

.icon-person-simple-hike-light {
  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%2078a30%2030%200%201%200-30-30a30%2030%200%200%200%2030%2030m0-48a18%2018%200%201%201-18%2018a18%2018%200%200%201%2018-18m46%20114v88a6%206%200%200%201-12%200v-82.19c-26.23-1.73-34.76-14.89-42.35-26.59c-3.43-5.3-6.68-10.31-11.5-14.52L117%20143.61l38.52%2027.51A6%206%200%200%201%20158%20176v56a6%206%200%200%201-12%200v-52.91l-33.92-24.23l-34.58%2079.53a6%206%200%200%201-11-4.78L124%2097.29a6%206%200%200%201%208.25-2.94a39%2039%200%200%201%207.65%205.21c6.15%205.34%2010%2011.33%2013.79%2017.13C161.44%20128.59%20167.54%20138%20192%20138a6%206%200%200%201%206%206m-126%206a6%206%200%200%200%205.52-3.64l24-56a6%206%200%200%200-3.16-7.88l-28-12a6%206%200%200%200-7.87%203.16l-24%2056a6%206%200%200%200%203.15%207.87l28%2012A6%206%200%200%200%2072%20150m-20.12-21.15l19.27-45l17%207.27l-19.27%2045Z%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%2078a30%2030%200%201%200-30-30a30%2030%200%200%200%2030%2030m0-48a18%2018%200%201%201-18%2018a18%2018%200%200%201%2018-18m46%20114v88a6%206%200%200%201-12%200v-82.19c-26.23-1.73-34.76-14.89-42.35-26.59c-3.43-5.3-6.68-10.31-11.5-14.52L117%20143.61l38.52%2027.51A6%206%200%200%201%20158%20176v56a6%206%200%200%201-12%200v-52.91l-33.92-24.23l-34.58%2079.53a6%206%200%200%201-11-4.78L124%2097.29a6%206%200%200%201%208.25-2.94a39%2039%200%200%201%207.65%205.21c6.15%205.34%2010%2011.33%2013.79%2017.13C161.44%20128.59%20167.54%20138%20192%20138a6%206%200%200%201%206%206m-126%206a6%206%200%200%200%205.52-3.64l24-56a6%206%200%200%200-3.16-7.88l-28-12a6%206%200%200%200-7.87%203.16l-24%2056a6%206%200%200%200%203.15%207.87l28%2012A6%206%200%200%200%2072%20150m-20.12-21.15l19.27-45l17%207.27l-19.27%2045Z%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-light.svg?color=%231a73e8&size=48