skating icon
skating from Font Awesome Solid by Dave Gandy · Solid · Fitness · CC-BY-4.0 Attribution required.
- Name
- skating
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Fitness
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More fitness icons from Font Awesome Solid
Use the skating icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M432 120c0-30.9 25.1-56 56-56s56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56m-240 72c0-17.7 14.3-32 32-32h150.1c49.9 0 74.9 60.3 39.6 95.6l-63.9 63.9l69.8 31c17.3 7.7 28.5 24.9 28.5 43.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32v-75.2l-82.4-36.6c-41-18.2-51-72-19.3-103.7l40.4-40.4h-98.7c-17.7 0-32-14.3-32-32zm-38.6 233.4l75.9-75.9c7.7 19.7 21.6 37.3 41 49.6l-71.6 71.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3m346.5 87.1c8.6 2.1 13.8 10.8 11.6 19.4l-.4 1.7c-6.2 24.9-28.6 42.4-54.3 42.4H368c-8.8 0-16-7.2-16-16s7.2-16 16-16h88.8c11 0 20.6-7.5 23.3-18.2l.4-1.7c2.1-8.6 10.8-13.8 19.4-11.6m-292.7 37.8l-6.2 3.1c-21.6 10.8-47.6 6.6-64.6-10.5l-59.7-59.6c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l59.6 59.6c7.3 7.3 18.5 9.1 27.7 4.5l6.2-3.1c7.9-4 17.5-.7 21.5 7.2s.7 17.5-7.2 21.5z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidSkating(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M432 120c0-30.9 25.1-56 56-56s56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56m-240 72c0-17.7 14.3-32 32-32h150.1c49.9 0 74.9 60.3 39.6 95.6l-63.9 63.9l69.8 31c17.3 7.7 28.5 24.9 28.5 43.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32v-75.2l-82.4-36.6c-41-18.2-51-72-19.3-103.7l40.4-40.4h-98.7c-17.7 0-32-14.3-32-32zm-38.6 233.4l75.9-75.9c7.7 19.7 21.6 37.3 41 49.6l-71.6 71.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3m346.5 87.1c8.6 2.1 13.8 10.8 11.6 19.4l-.4 1.7c-6.2 24.9-28.6 42.4-54.3 42.4H368c-8.8 0-16-7.2-16-16s7.2-16 16-16h88.8c11 0 20.6-7.5 23.3-18.2l.4-1.7c2.1-8.6 10.8-13.8 19.4-11.6m-292.7 37.8l-6.2 3.1c-21.6 10.8-47.6 6.6-64.6-10.5l-59.7-59.6c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l59.6 59.6c7.3 7.3 18.5 9.1 27.7 4.5l6.2-3.1c7.9-4 17.5-.7 21.5 7.2s.7 17.5-7.2 21.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M432 120c0-30.9 25.1-56 56-56s56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56m-240 72c0-17.7 14.3-32 32-32h150.1c49.9 0 74.9 60.3 39.6 95.6l-63.9 63.9l69.8 31c17.3 7.7 28.5 24.9 28.5 43.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32v-75.2l-82.4-36.6c-41-18.2-51-72-19.3-103.7l40.4-40.4h-98.7c-17.7 0-32-14.3-32-32zm-38.6 233.4l75.9-75.9c7.7 19.7 21.6 37.3 41 49.6l-71.6 71.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3m346.5 87.1c8.6 2.1 13.8 10.8 11.6 19.4l-.4 1.7c-6.2 24.9-28.6 42.4-54.3 42.4H368c-8.8 0-16-7.2-16-16s7.2-16 16-16h88.8c11 0 20.6-7.5 23.3-18.2l.4-1.7c2.1-8.6 10.8-13.8 19.4-11.6m-292.7 37.8l-6.2 3.1c-21.6 10.8-47.6 6.6-64.6-10.5l-59.7-59.6c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l59.6 59.6c7.3 7.3 18.5 9.1 27.7 4.5l6.2-3.1c7.9-4 17.5-.7 21.5 7.2s.7 17.5-7.2 21.5z"/></svg> </template>
CSS
.icon-skating {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M432%20120c0-30.9%2025.1-56%2056-56s56%2025.1%2056%2056s-25.1%2056-56%2056s-56-25.1-56-56m-240%2072c0-17.7%2014.3-32%2032-32h150.1c49.9%200%2074.9%2060.3%2039.6%2095.6l-63.9%2063.9l69.8%2031c17.3%207.7%2028.5%2024.9%2028.5%2043.9V480c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-75.2l-82.4-36.6c-41-18.2-51-72-19.3-103.7l40.4-40.4h-98.7c-17.7%200-32-14.3-32-32zm-38.6%20233.4l75.9-75.9c7.7%2019.7%2021.6%2037.3%2041%2049.6l-71.6%2071.6c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3m346.5%2087.1c8.6%202.1%2013.8%2010.8%2011.6%2019.4l-.4%201.7c-6.2%2024.9-28.6%2042.4-54.3%2042.4H368c-8.8%200-16-7.2-16-16s7.2-16%2016-16h88.8c11%200%2020.6-7.5%2023.3-18.2l.4-1.7c2.1-8.6%2010.8-13.8%2019.4-11.6m-292.7%2037.8l-6.2%203.1c-21.6%2010.8-47.6%206.6-64.6-10.5l-59.7-59.6c-6.2-6.2-6.2-16.4%200-22.6s16.4-6.2%2022.6%200l59.6%2059.6c7.3%207.3%2018.5%209.1%2027.7%204.5l6.2-3.1c7.9-4%2017.5-.7%2021.5%207.2s.7%2017.5-7.2%2021.5z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M432%20120c0-30.9%2025.1-56%2056-56s56%2025.1%2056%2056s-25.1%2056-56%2056s-56-25.1-56-56m-240%2072c0-17.7%2014.3-32%2032-32h150.1c49.9%200%2074.9%2060.3%2039.6%2095.6l-63.9%2063.9l69.8%2031c17.3%207.7%2028.5%2024.9%2028.5%2043.9V480c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-75.2l-82.4-36.6c-41-18.2-51-72-19.3-103.7l40.4-40.4h-98.7c-17.7%200-32-14.3-32-32zm-38.6%20233.4l75.9-75.9c7.7%2019.7%2021.6%2037.3%2041%2049.6l-71.6%2071.6c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3m346.5%2087.1c8.6%202.1%2013.8%2010.8%2011.6%2019.4l-.4%201.7c-6.2%2024.9-28.6%2042.4-54.3%2042.4H368c-8.8%200-16-7.2-16-16s7.2-16%2016-16h88.8c11%200%2020.6-7.5%2023.3-18.2l.4-1.7c2.1-8.6%2010.8-13.8%2019.4-11.6m-292.7%2037.8l-6.2%203.1c-21.6%2010.8-47.6%206.6-64.6-10.5l-59.7-59.6c-6.2-6.2-6.2-16.4%200-22.6s16.4-6.2%2022.6%200l59.6%2059.6c7.3%207.3%2018.5%209.1%2027.7%204.5l6.2-3.1c7.9-4%2017.5-.7%2021.5%207.2s.7%2017.5-7.2%2021.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/skating.svg?color=%231a73e8&size=48