running icon
running from Font Awesome Solid by Dave Gandy · Solid · Fitness · CC-BY-4.0 Attribution required.
- Name
- running
- 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 running icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M352.5 32c30.9 0 56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56s25.1-56 56-56M219.6 240c-3.3 0-6.2 2-7.4 5l-22 54.9c-6.6 16.4-25.2 24.4-41.6 17.8s-24.4-25.2-17.8-41.6l21.9-54.9c11-27.3 37.4-45.2 66.9-45.2h97.3c28.5 0 54.8 15.1 69.1 39.7l32.8 56.3h61.6c17.7 0 32 14.3 32 32s-14.3 32-32 32h-61.6c-22.8 0-43.8-12.1-55.3-31.8l-10-17.1l-20.7 70.4l75.4 22.6c27.7 8.3 41.8 39 30.1 65.5L381.7 573c-7.2 16.2-26.1 23.4-42.2 16.2s-23.4-26.1-16.2-42.2l49.2-110.8l-95.9-28.8c-32.7-9.8-52-43.7-43.7-76.8l22.7-90.6h-35.9zm-8 181c13.3 14.9 30.7 26.3 51.2 32.4l4.7 1.4l-6.9 19.3c-5.8 16.3-16 30.8-29.3 41.8l-82.4 67.9c-13.6 11.2-33.8 9.3-45-4.3s-9.3-33.8 4.3-45l82.4-67.9c4.5-3.7 7.8-8.5 9.8-13.9z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidRunning(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="M352.5 32c30.9 0 56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56s25.1-56 56-56M219.6 240c-3.3 0-6.2 2-7.4 5l-22 54.9c-6.6 16.4-25.2 24.4-41.6 17.8s-24.4-25.2-17.8-41.6l21.9-54.9c11-27.3 37.4-45.2 66.9-45.2h97.3c28.5 0 54.8 15.1 69.1 39.7l32.8 56.3h61.6c17.7 0 32 14.3 32 32s-14.3 32-32 32h-61.6c-22.8 0-43.8-12.1-55.3-31.8l-10-17.1l-20.7 70.4l75.4 22.6c27.7 8.3 41.8 39 30.1 65.5L381.7 573c-7.2 16.2-26.1 23.4-42.2 16.2s-23.4-26.1-16.2-42.2l49.2-110.8l-95.9-28.8c-32.7-9.8-52-43.7-43.7-76.8l22.7-90.6h-35.9zm-8 181c13.3 14.9 30.7 26.3 51.2 32.4l4.7 1.4l-6.9 19.3c-5.8 16.3-16 30.8-29.3 41.8l-82.4 67.9c-13.6 11.2-33.8 9.3-45-4.3s-9.3-33.8 4.3-45l82.4-67.9c4.5-3.7 7.8-8.5 9.8-13.9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M352.5 32c30.9 0 56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56s25.1-56 56-56M219.6 240c-3.3 0-6.2 2-7.4 5l-22 54.9c-6.6 16.4-25.2 24.4-41.6 17.8s-24.4-25.2-17.8-41.6l21.9-54.9c11-27.3 37.4-45.2 66.9-45.2h97.3c28.5 0 54.8 15.1 69.1 39.7l32.8 56.3h61.6c17.7 0 32 14.3 32 32s-14.3 32-32 32h-61.6c-22.8 0-43.8-12.1-55.3-31.8l-10-17.1l-20.7 70.4l75.4 22.6c27.7 8.3 41.8 39 30.1 65.5L381.7 573c-7.2 16.2-26.1 23.4-42.2 16.2s-23.4-26.1-16.2-42.2l49.2-110.8l-95.9-28.8c-32.7-9.8-52-43.7-43.7-76.8l22.7-90.6h-35.9zm-8 181c13.3 14.9 30.7 26.3 51.2 32.4l4.7 1.4l-6.9 19.3c-5.8 16.3-16 30.8-29.3 41.8l-82.4 67.9c-13.6 11.2-33.8 9.3-45-4.3s-9.3-33.8 4.3-45l82.4-67.9c4.5-3.7 7.8-8.5 9.8-13.9z"/></svg> </template>
CSS
.icon-running {
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%22M352.5%2032c30.9%200%2056%2025.1%2056%2056s-25.1%2056-56%2056s-56-25.1-56-56s25.1-56%2056-56M219.6%20240c-3.3%200-6.2%202-7.4%205l-22%2054.9c-6.6%2016.4-25.2%2024.4-41.6%2017.8s-24.4-25.2-17.8-41.6l21.9-54.9c11-27.3%2037.4-45.2%2066.9-45.2h97.3c28.5%200%2054.8%2015.1%2069.1%2039.7l32.8%2056.3h61.6c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-61.6c-22.8%200-43.8-12.1-55.3-31.8l-10-17.1l-20.7%2070.4l75.4%2022.6c27.7%208.3%2041.8%2039%2030.1%2065.5L381.7%20573c-7.2%2016.2-26.1%2023.4-42.2%2016.2s-23.4-26.1-16.2-42.2l49.2-110.8l-95.9-28.8c-32.7-9.8-52-43.7-43.7-76.8l22.7-90.6h-35.9zm-8%20181c13.3%2014.9%2030.7%2026.3%2051.2%2032.4l4.7%201.4l-6.9%2019.3c-5.8%2016.3-16%2030.8-29.3%2041.8l-82.4%2067.9c-13.6%2011.2-33.8%209.3-45-4.3s-9.3-33.8%204.3-45l82.4-67.9c4.5-3.7%207.8-8.5%209.8-13.9z%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%22M352.5%2032c30.9%200%2056%2025.1%2056%2056s-25.1%2056-56%2056s-56-25.1-56-56s25.1-56%2056-56M219.6%20240c-3.3%200-6.2%202-7.4%205l-22%2054.9c-6.6%2016.4-25.2%2024.4-41.6%2017.8s-24.4-25.2-17.8-41.6l21.9-54.9c11-27.3%2037.4-45.2%2066.9-45.2h97.3c28.5%200%2054.8%2015.1%2069.1%2039.7l32.8%2056.3h61.6c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-61.6c-22.8%200-43.8-12.1-55.3-31.8l-10-17.1l-20.7%2070.4l75.4%2022.6c27.7%208.3%2041.8%2039%2030.1%2065.5L381.7%20573c-7.2%2016.2-26.1%2023.4-42.2%2016.2s-23.4-26.1-16.2-42.2l49.2-110.8l-95.9-28.8c-32.7-9.8-52-43.7-43.7-76.8l22.7-90.6h-35.9zm-8%20181c13.3%2014.9%2030.7%2026.3%2051.2%2032.4l4.7%201.4l-6.9%2019.3c-5.8%2016.3-16%2030.8-29.3%2041.8l-82.4%2067.9c-13.6%2011.2-33.8%209.3-45-4.3s-9.3-33.8%204.3-45l82.4-67.9c4.5-3.7%207.8-8.5%209.8-13.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/running.svg?color=%231a73e8&size=48