person simple ski icon
person-simple-ski from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- person-simple-ski
- Set
- Phosphor
- Style
- Regular
- 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="M172 88a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0-40a12 12 0 1 1-12 12a12 12 0 0 1 12-12M32.32 77.76a8 8 0 0 1 9.92-5.44L112 92.67l10.32-10.33a8 8 0 0 1 11.32 0L163.31 112H200a8 8 0 0 1 0 16h-40a8 8 0 0 1-5.66-2.34l-5.61-5.66l-111-32.36a8 8 0 0 1-5.41-9.88m204.12 126.48a69.78 69.78 0 0 1-58.37 8.95l-156.3-45.52a8 8 0 1 1 4.47-15.36l76 22.13L128.73 148L85.8 135.69a8 8 0 0 1 4.4-15.39l56 16a8 8 0 0 1 3.46 13.35l-29.9 29.9l62.79 18.28a53.78 53.78 0 0 0 45-6.9a8 8 0 1 1 8.88 13.31Z"/></svg>
React
import type { SVGProps } from "react";
export function PhPersonSimpleSki(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="M172 88a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0-40a12 12 0 1 1-12 12a12 12 0 0 1 12-12M32.32 77.76a8 8 0 0 1 9.92-5.44L112 92.67l10.32-10.33a8 8 0 0 1 11.32 0L163.31 112H200a8 8 0 0 1 0 16h-40a8 8 0 0 1-5.66-2.34l-5.61-5.66l-111-32.36a8 8 0 0 1-5.41-9.88m204.12 126.48a69.78 69.78 0 0 1-58.37 8.95l-156.3-45.52a8 8 0 1 1 4.47-15.36l76 22.13L128.73 148L85.8 135.69a8 8 0 0 1 4.4-15.39l56 16a8 8 0 0 1 3.46 13.35l-29.9 29.9l62.79 18.28a53.78 53.78 0 0 0 45-6.9a8 8 0 1 1 8.88 13.31Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172 88a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0-40a12 12 0 1 1-12 12a12 12 0 0 1 12-12M32.32 77.76a8 8 0 0 1 9.92-5.44L112 92.67l10.32-10.33a8 8 0 0 1 11.32 0L163.31 112H200a8 8 0 0 1 0 16h-40a8 8 0 0 1-5.66-2.34l-5.61-5.66l-111-32.36a8 8 0 0 1-5.41-9.88m204.12 126.48a69.78 69.78 0 0 1-58.37 8.95l-156.3-45.52a8 8 0 1 1 4.47-15.36l76 22.13L128.73 148L85.8 135.69a8 8 0 0 1 4.4-15.39l56 16a8 8 0 0 1 3.46 13.35l-29.9 29.9l62.79 18.28a53.78 53.78 0 0 0 45-6.9a8 8 0 1 1 8.88 13.31Z"/></svg> </template>
CSS
.icon-person-simple-ski {
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%22M172%2088a28%2028%200%201%200-28-28a28%2028%200%200%200%2028%2028m0-40a12%2012%200%201%201-12%2012a12%2012%200%200%201%2012-12M32.32%2077.76a8%208%200%200%201%209.92-5.44L112%2092.67l10.32-10.33a8%208%200%200%201%2011.32%200L163.31%20112H200a8%208%200%200%201%200%2016h-40a8%208%200%200%201-5.66-2.34l-5.61-5.66l-111-32.36a8%208%200%200%201-5.41-9.88m204.12%20126.48a69.78%2069.78%200%200%201-58.37%208.95l-156.3-45.52a8%208%200%201%201%204.47-15.36l76%2022.13L128.73%20148L85.8%20135.69a8%208%200%200%201%204.4-15.39l56%2016a8%208%200%200%201%203.46%2013.35l-29.9%2029.9l62.79%2018.28a53.78%2053.78%200%200%200%2045-6.9a8%208%200%201%201%208.88%2013.31Z%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%22M172%2088a28%2028%200%201%200-28-28a28%2028%200%200%200%2028%2028m0-40a12%2012%200%201%201-12%2012a12%2012%200%200%201%2012-12M32.32%2077.76a8%208%200%200%201%209.92-5.44L112%2092.67l10.32-10.33a8%208%200%200%201%2011.32%200L163.31%20112H200a8%208%200%200%201%200%2016h-40a8%208%200%200%201-5.66-2.34l-5.61-5.66l-111-32.36a8%208%200%200%201-5.41-9.88m204.12%20126.48a69.78%2069.78%200%200%201-58.37%208.95l-156.3-45.52a8%208%200%201%201%204.47-15.36l76%2022.13L128.73%20148L85.8%20135.69a8%208%200%200%201%204.4-15.39l56%2016a8%208%200%200%201%203.46%2013.35l-29.9%2029.9l62.79%2018.28a53.78%2053.78%200%200%200%2045-6.9a8%208%200%201%201%208.88%2013.31Z%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.svg?color=%231a73e8&size=48