person simple snowboard icon
person-simple-snowboard-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- person-simple-snowboard-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the person simple snowboard icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M136 52a28 28 0 1 1 28 28a28 28 0 0 1-28-28m87.67 70.25a8 8 0 0 1-9.93 5.42l-79.07-23.26l-7.78 11.67l35.33 10.23a8 8 0 0 1 4.42 12.14l-19.75 29.44l50.89 14.75A25.32 25.32 0 0 1 216 206.81A25.28 25.28 0 0 1 190.79 232a26 26 0 0 1-7.14-1L26.21 185.35A25.32 25.32 0 0 1 8 161.18A25.25 25.25 0 0 1 40.34 137l44.73 13l33.52-50.28l-40.85-12a8 8 0 1 1 4.52-15.35l136 40a8 8 0 0 1 5.41 9.88M117.58 130l-16.4 24.6l29.58 8.58l16.49-24.59Z"/></svg>
React
import type { SVGProps } from "react";
export function PhPersonSimpleSnowboardFill(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="M136 52a28 28 0 1 1 28 28a28 28 0 0 1-28-28m87.67 70.25a8 8 0 0 1-9.93 5.42l-79.07-23.26l-7.78 11.67l35.33 10.23a8 8 0 0 1 4.42 12.14l-19.75 29.44l50.89 14.75A25.32 25.32 0 0 1 216 206.81A25.28 25.28 0 0 1 190.79 232a26 26 0 0 1-7.14-1L26.21 185.35A25.32 25.32 0 0 1 8 161.18A25.25 25.25 0 0 1 40.34 137l44.73 13l33.52-50.28l-40.85-12a8 8 0 1 1 4.52-15.35l136 40a8 8 0 0 1 5.41 9.88M117.58 130l-16.4 24.6l29.58 8.58l16.49-24.59Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M136 52a28 28 0 1 1 28 28a28 28 0 0 1-28-28m87.67 70.25a8 8 0 0 1-9.93 5.42l-79.07-23.26l-7.78 11.67l35.33 10.23a8 8 0 0 1 4.42 12.14l-19.75 29.44l50.89 14.75A25.32 25.32 0 0 1 216 206.81A25.28 25.28 0 0 1 190.79 232a26 26 0 0 1-7.14-1L26.21 185.35A25.32 25.32 0 0 1 8 161.18A25.25 25.25 0 0 1 40.34 137l44.73 13l33.52-50.28l-40.85-12a8 8 0 1 1 4.52-15.35l136 40a8 8 0 0 1 5.41 9.88M117.58 130l-16.4 24.6l29.58 8.58l16.49-24.59Z"/></svg> </template>
CSS
.icon-person-simple-snowboard-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%22M136%2052a28%2028%200%201%201%2028%2028a28%2028%200%200%201-28-28m87.67%2070.25a8%208%200%200%201-9.93%205.42l-79.07-23.26l-7.78%2011.67l35.33%2010.23a8%208%200%200%201%204.42%2012.14l-19.75%2029.44l50.89%2014.75A25.32%2025.32%200%200%201%20216%20206.81A25.28%2025.28%200%200%201%20190.79%20232a26%2026%200%200%201-7.14-1L26.21%20185.35A25.32%2025.32%200%200%201%208%20161.18A25.25%2025.25%200%200%201%2040.34%20137l44.73%2013l33.52-50.28l-40.85-12a8%208%200%201%201%204.52-15.35l136%2040a8%208%200%200%201%205.41%209.88M117.58%20130l-16.4%2024.6l29.58%208.58l16.49-24.59Z%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%22M136%2052a28%2028%200%201%201%2028%2028a28%2028%200%200%201-28-28m87.67%2070.25a8%208%200%200%201-9.93%205.42l-79.07-23.26l-7.78%2011.67l35.33%2010.23a8%208%200%200%201%204.42%2012.14l-19.75%2029.44l50.89%2014.75A25.32%2025.32%200%200%201%20216%20206.81A25.28%2025.28%200%200%201%20190.79%20232a26%2026%200%200%201-7.14-1L26.21%20185.35A25.32%2025.32%200%200%201%208%20161.18A25.25%2025.25%200%200%201%2040.34%20137l44.73%2013l33.52-50.28l-40.85-12a8%208%200%201%201%204.52-15.35l136%2040a8%208%200%200%201%205.41%209.88M117.58%20130l-16.4%2024.6l29.58%208.58l16.49-24.59Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/person-simple-snowboard-fill.svg?color=%231a73e8&size=48