person simple ski icon

person-simple-ski-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
person-simple-ski-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the person simple ski icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M176 92a32 32 0 1 0-32-32a32 32 0 0 0 32 32m0-40a8 8 0 1 1-8 8a8 8 0 0 1 8-8M28.48 80.64a12 12 0 0 1 14.88-8.16l67.5 19.68l8.66-8.65a12 12 0 0 1 17 0L165 112h35a12 12 0 0 1 0 24h-40a12 12 0 0 1-8.48-3.51l-4.89-4.89l-110-32.07a12 12 0 0 1-8.15-14.89m210.17 130.93A73.77 73.77 0 0 1 177 221L20.65 175.51a12 12 0 1 1 6.71-23l79.92 23.27l13.81-13.81l-36.39-10.44a12 12 0 1 1 6.6-23.07l56 16a12 12 0 0 1 5.19 20l-18.93 18.94l50.1 14.6a49.81 49.81 0 0 0 41.68-6.39a12 12 0 0 1 13.31 20Z"/></svg>

React

import type { SVGProps } from "react";

export function PhPersonSimpleSkiBold(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="M176 92a32 32 0 1 0-32-32a32 32 0 0 0 32 32m0-40a8 8 0 1 1-8 8a8 8 0 0 1 8-8M28.48 80.64a12 12 0 0 1 14.88-8.16l67.5 19.68l8.66-8.65a12 12 0 0 1 17 0L165 112h35a12 12 0 0 1 0 24h-40a12 12 0 0 1-8.48-3.51l-4.89-4.89l-110-32.07a12 12 0 0 1-8.15-14.89m210.17 130.93A73.77 73.77 0 0 1 177 221L20.65 175.51a12 12 0 1 1 6.71-23l79.92 23.27l13.81-13.81l-36.39-10.44a12 12 0 1 1 6.6-23.07l56 16a12 12 0 0 1 5.19 20l-18.93 18.94l50.1 14.6a49.81 49.81 0 0 0 41.68-6.39a12 12 0 0 1 13.31 20Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M176 92a32 32 0 1 0-32-32a32 32 0 0 0 32 32m0-40a8 8 0 1 1-8 8a8 8 0 0 1 8-8M28.48 80.64a12 12 0 0 1 14.88-8.16l67.5 19.68l8.66-8.65a12 12 0 0 1 17 0L165 112h35a12 12 0 0 1 0 24h-40a12 12 0 0 1-8.48-3.51l-4.89-4.89l-110-32.07a12 12 0 0 1-8.15-14.89m210.17 130.93A73.77 73.77 0 0 1 177 221L20.65 175.51a12 12 0 1 1 6.71-23l79.92 23.27l13.81-13.81l-36.39-10.44a12 12 0 1 1 6.6-23.07l56 16a12 12 0 0 1 5.19 20l-18.93 18.94l50.1 14.6a49.81 49.81 0 0 0 41.68-6.39a12 12 0 0 1 13.31 20Z"/></svg>
</template>

CSS

.icon-person-simple-ski-bold {
  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%22M176%2092a32%2032%200%201%200-32-32a32%2032%200%200%200%2032%2032m0-40a8%208%200%201%201-8%208a8%208%200%200%201%208-8M28.48%2080.64a12%2012%200%200%201%2014.88-8.16l67.5%2019.68l8.66-8.65a12%2012%200%200%201%2017%200L165%20112h35a12%2012%200%200%201%200%2024h-40a12%2012%200%200%201-8.48-3.51l-4.89-4.89l-110-32.07a12%2012%200%200%201-8.15-14.89m210.17%20130.93A73.77%2073.77%200%200%201%20177%20221L20.65%20175.51a12%2012%200%201%201%206.71-23l79.92%2023.27l13.81-13.81l-36.39-10.44a12%2012%200%201%201%206.6-23.07l56%2016a12%2012%200%200%201%205.19%2020l-18.93%2018.94l50.1%2014.6a49.81%2049.81%200%200%200%2041.68-6.39a12%2012%200%200%201%2013.31%2020Z%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%22M176%2092a32%2032%200%201%200-32-32a32%2032%200%200%200%2032%2032m0-40a8%208%200%201%201-8%208a8%208%200%200%201%208-8M28.48%2080.64a12%2012%200%200%201%2014.88-8.16l67.5%2019.68l8.66-8.65a12%2012%200%200%201%2017%200L165%20112h35a12%2012%200%200%201%200%2024h-40a12%2012%200%200%201-8.48-3.51l-4.89-4.89l-110-32.07a12%2012%200%200%201-8.15-14.89m210.17%20130.93A73.77%2073.77%200%200%201%20177%20221L20.65%20175.51a12%2012%200%201%201%206.71-23l79.92%2023.27l13.81-13.81l-36.39-10.44a12%2012%200%201%201%206.6-23.07l56%2016a12%2012%200%200%201%205.19%2020l-18.93%2018.94l50.1%2014.6a49.81%2049.81%200%200%200%2041.68-6.39a12%2012%200%200%201%2013.31%2020Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/person-simple-ski-bold.svg?color=%231a73e8&size=48