person simple snowboard icon
person-simple-snowboard-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- person-simple-snowboard-light
- Set
- Phosphor
- Style
- Light
- 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="M164 78a26 26 0 1 0-26-26a26 26 0 0 0 26 26m0-40a14 14 0 1 1-14 14a14 14 0 0 1 14-14m53.69 76.24l-136-40a6 6 0 1 0-3.38 11.51l43.45 12.78l-35.84 53.77l-46.13-13.37a23.19 23.19 0 0 0-20.54 3.75a23 23 0 0 0-9.25 18.5a23.32 23.32 0 0 0 16.77 22.25l157.44 45.63a23.7 23.7 0 0 0 6.58.94a23.17 23.17 0 0 0 6.44-45.44l-53.52-15.51L165 137.34a6 6 0 0 0-3.31-9.11l-38-11l10.11-15.16l80.49 23.67a5.8 5.8 0 0 0 1.71.26a6 6 0 0 0 1.69-11.76M202 206.81a11.05 11.05 0 0 1-4.46 8.9a11.26 11.26 0 0 1-10 1.82L30.11 171.9A11.24 11.24 0 0 1 22 161.18a11.05 11.05 0 0 1 4.46-8.9a11.26 11.26 0 0 1 10-1.82l157.44 45.63a11.24 11.24 0 0 1 8.1 10.72m-51.56-69.34l-18.83 28.07L98 155.8l18.73-28.09Z"/></svg>
React
import type { SVGProps } from "react";
export function PhPersonSimpleSnowboardLight(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="M164 78a26 26 0 1 0-26-26a26 26 0 0 0 26 26m0-40a14 14 0 1 1-14 14a14 14 0 0 1 14-14m53.69 76.24l-136-40a6 6 0 1 0-3.38 11.51l43.45 12.78l-35.84 53.77l-46.13-13.37a23.19 23.19 0 0 0-20.54 3.75a23 23 0 0 0-9.25 18.5a23.32 23.32 0 0 0 16.77 22.25l157.44 45.63a23.7 23.7 0 0 0 6.58.94a23.17 23.17 0 0 0 6.44-45.44l-53.52-15.51L165 137.34a6 6 0 0 0-3.31-9.11l-38-11l10.11-15.16l80.49 23.67a5.8 5.8 0 0 0 1.71.26a6 6 0 0 0 1.69-11.76M202 206.81a11.05 11.05 0 0 1-4.46 8.9a11.26 11.26 0 0 1-10 1.82L30.11 171.9A11.24 11.24 0 0 1 22 161.18a11.05 11.05 0 0 1 4.46-8.9a11.26 11.26 0 0 1 10-1.82l157.44 45.63a11.24 11.24 0 0 1 8.1 10.72m-51.56-69.34l-18.83 28.07L98 155.8l18.73-28.09Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M164 78a26 26 0 1 0-26-26a26 26 0 0 0 26 26m0-40a14 14 0 1 1-14 14a14 14 0 0 1 14-14m53.69 76.24l-136-40a6 6 0 1 0-3.38 11.51l43.45 12.78l-35.84 53.77l-46.13-13.37a23.19 23.19 0 0 0-20.54 3.75a23 23 0 0 0-9.25 18.5a23.32 23.32 0 0 0 16.77 22.25l157.44 45.63a23.7 23.7 0 0 0 6.58.94a23.17 23.17 0 0 0 6.44-45.44l-53.52-15.51L165 137.34a6 6 0 0 0-3.31-9.11l-38-11l10.11-15.16l80.49 23.67a5.8 5.8 0 0 0 1.71.26a6 6 0 0 0 1.69-11.76M202 206.81a11.05 11.05 0 0 1-4.46 8.9a11.26 11.26 0 0 1-10 1.82L30.11 171.9A11.24 11.24 0 0 1 22 161.18a11.05 11.05 0 0 1 4.46-8.9a11.26 11.26 0 0 1 10-1.82l157.44 45.63a11.24 11.24 0 0 1 8.1 10.72m-51.56-69.34l-18.83 28.07L98 155.8l18.73-28.09Z"/></svg> </template>
CSS
.icon-person-simple-snowboard-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%22M164%2078a26%2026%200%201%200-26-26a26%2026%200%200%200%2026%2026m0-40a14%2014%200%201%201-14%2014a14%2014%200%200%201%2014-14m53.69%2076.24l-136-40a6%206%200%201%200-3.38%2011.51l43.45%2012.78l-35.84%2053.77l-46.13-13.37a23.19%2023.19%200%200%200-20.54%203.75a23%2023%200%200%200-9.25%2018.5a23.32%2023.32%200%200%200%2016.77%2022.25l157.44%2045.63a23.7%2023.7%200%200%200%206.58.94a23.17%2023.17%200%200%200%206.44-45.44l-53.52-15.51L165%20137.34a6%206%200%200%200-3.31-9.11l-38-11l10.11-15.16l80.49%2023.67a5.8%205.8%200%200%200%201.71.26a6%206%200%200%200%201.69-11.76M202%20206.81a11.05%2011.05%200%200%201-4.46%208.9a11.26%2011.26%200%200%201-10%201.82L30.11%20171.9A11.24%2011.24%200%200%201%2022%20161.18a11.05%2011.05%200%200%201%204.46-8.9a11.26%2011.26%200%200%201%2010-1.82l157.44%2045.63a11.24%2011.24%200%200%201%208.1%2010.72m-51.56-69.34l-18.83%2028.07L98%20155.8l18.73-28.09Z%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%22M164%2078a26%2026%200%201%200-26-26a26%2026%200%200%200%2026%2026m0-40a14%2014%200%201%201-14%2014a14%2014%200%200%201%2014-14m53.69%2076.24l-136-40a6%206%200%201%200-3.38%2011.51l43.45%2012.78l-35.84%2053.77l-46.13-13.37a23.19%2023.19%200%200%200-20.54%203.75a23%2023%200%200%200-9.25%2018.5a23.32%2023.32%200%200%200%2016.77%2022.25l157.44%2045.63a23.7%2023.7%200%200%200%206.58.94a23.17%2023.17%200%200%200%206.44-45.44l-53.52-15.51L165%20137.34a6%206%200%200%200-3.31-9.11l-38-11l10.11-15.16l80.49%2023.67a5.8%205.8%200%200%200%201.71.26a6%206%200%200%200%201.69-11.76M202%20206.81a11.05%2011.05%200%200%201-4.46%208.9a11.26%2011.26%200%200%201-10%201.82L30.11%20171.9A11.24%2011.24%200%200%201%2022%20161.18a11.05%2011.05%200%200%201%204.46-8.9a11.26%2011.26%200%200%201%2010-1.82l157.44%2045.63a11.24%2011.24%200%200%201%208.1%2010.72m-51.56-69.34l-18.83%2028.07L98%20155.8l18.73-28.09Z%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-light.svg?color=%231a73e8&size=48