fitness icon
fitness from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- fitness
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
Use the fitness icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M193.69 152.84a16 16 0 0 1 29.64 2.56l36.4 121.36l30-59.92a16 16 0 0 1 28.62 0L345.89 272h96.76A213.1 213.1 0 0 0 464 176.65C463.37 114.54 413.54 64 352.92 64c-48.09 0-80 29.54-96.92 51c-16.88-21.49-48.83-51-96.92-51C98.46 64 48.63 114.54 48 176.65A211.1 211.1 0 0 0 56.93 240h93.18Z"/><path fill="currentColor" d="M321.69 295.16L304 259.78l-33.69 67.38A16 16 0 0 1 256 336q-.67 0-1.38-.06a16 16 0 0 1-14-11.34l-36.4-121.36l-30 59.92A16 16 0 0 1 160 272H69.35q14 29.29 37.27 57.66c18.77 22.88 52.8 59.46 131.39 112.81a31.84 31.84 0 0 0 36 0c78.59-53.35 112.62-89.93 131.39-112.81a317 317 0 0 0 19-25.66H336a16 16 0 0 1-14.31-8.84M464 272h-21.35a260 260 0 0 1-18.25 32H464a16 16 0 0 0 0-32M48 240a16 16 0 0 0 0 32h21.35a225 225 0 0 1-12.42-32Z"/></svg>
React
import type { SVGProps } from "react";
export function IonFitness(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M193.69 152.84a16 16 0 0 1 29.64 2.56l36.4 121.36l30-59.92a16 16 0 0 1 28.62 0L345.89 272h96.76A213.1 213.1 0 0 0 464 176.65C463.37 114.54 413.54 64 352.92 64c-48.09 0-80 29.54-96.92 51c-16.88-21.49-48.83-51-96.92-51C98.46 64 48.63 114.54 48 176.65A211.1 211.1 0 0 0 56.93 240h93.18Z"/><path fill="currentColor" d="M321.69 295.16L304 259.78l-33.69 67.38A16 16 0 0 1 256 336q-.67 0-1.38-.06a16 16 0 0 1-14-11.34l-36.4-121.36l-30 59.92A16 16 0 0 1 160 272H69.35q14 29.29 37.27 57.66c18.77 22.88 52.8 59.46 131.39 112.81a31.84 31.84 0 0 0 36 0c78.59-53.35 112.62-89.93 131.39-112.81a317 317 0 0 0 19-25.66H336a16 16 0 0 1-14.31-8.84M464 272h-21.35a260 260 0 0 1-18.25 32H464a16 16 0 0 0 0-32M48 240a16 16 0 0 0 0 32h21.35a225 225 0 0 1-12.42-32Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M193.69 152.84a16 16 0 0 1 29.64 2.56l36.4 121.36l30-59.92a16 16 0 0 1 28.62 0L345.89 272h96.76A213.1 213.1 0 0 0 464 176.65C463.37 114.54 413.54 64 352.92 64c-48.09 0-80 29.54-96.92 51c-16.88-21.49-48.83-51-96.92-51C98.46 64 48.63 114.54 48 176.65A211.1 211.1 0 0 0 56.93 240h93.18Z"/><path fill="currentColor" d="M321.69 295.16L304 259.78l-33.69 67.38A16 16 0 0 1 256 336q-.67 0-1.38-.06a16 16 0 0 1-14-11.34l-36.4-121.36l-30 59.92A16 16 0 0 1 160 272H69.35q14 29.29 37.27 57.66c18.77 22.88 52.8 59.46 131.39 112.81a31.84 31.84 0 0 0 36 0c78.59-53.35 112.62-89.93 131.39-112.81a317 317 0 0 0 19-25.66H336a16 16 0 0 1-14.31-8.84M464 272h-21.35a260 260 0 0 1-18.25 32H464a16 16 0 0 0 0-32M48 240a16 16 0 0 0 0 32h21.35a225 225 0 0 1-12.42-32Z"/></svg> </template>
CSS
.icon-fitness {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M193.69%20152.84a16%2016%200%200%201%2029.64%202.56l36.4%20121.36l30-59.92a16%2016%200%200%201%2028.62%200L345.89%20272h96.76A213.1%20213.1%200%200%200%20464%20176.65C463.37%20114.54%20413.54%2064%20352.92%2064c-48.09%200-80%2029.54-96.92%2051c-16.88-21.49-48.83-51-96.92-51C98.46%2064%2048.63%20114.54%2048%20176.65A211.1%20211.1%200%200%200%2056.93%20240h93.18Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M321.69%20295.16L304%20259.78l-33.69%2067.38A16%2016%200%200%201%20256%20336q-.67%200-1.38-.06a16%2016%200%200%201-14-11.34l-36.4-121.36l-30%2059.92A16%2016%200%200%201%20160%20272H69.35q14%2029.29%2037.27%2057.66c18.77%2022.88%2052.8%2059.46%20131.39%20112.81a31.84%2031.84%200%200%200%2036%200c78.59-53.35%20112.62-89.93%20131.39-112.81a317%20317%200%200%200%2019-25.66H336a16%2016%200%200%201-14.31-8.84M464%20272h-21.35a260%20260%200%200%201-18.25%2032H464a16%2016%200%200%200%200-32M48%20240a16%2016%200%200%200%200%2032h21.35a225%20225%200%200%201-12.42-32Z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M193.69%20152.84a16%2016%200%200%201%2029.64%202.56l36.4%20121.36l30-59.92a16%2016%200%200%201%2028.62%200L345.89%20272h96.76A213.1%20213.1%200%200%200%20464%20176.65C463.37%20114.54%20413.54%2064%20352.92%2064c-48.09%200-80%2029.54-96.92%2051c-16.88-21.49-48.83-51-96.92-51C98.46%2064%2048.63%20114.54%2048%20176.65A211.1%20211.1%200%200%200%2056.93%20240h93.18Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M321.69%20295.16L304%20259.78l-33.69%2067.38A16%2016%200%200%201%20256%20336q-.67%200-1.38-.06a16%2016%200%200%201-14-11.34l-36.4-121.36l-30%2059.92A16%2016%200%200%201%20160%20272H69.35q14%2029.29%2037.27%2057.66c18.77%2022.88%2052.8%2059.46%20131.39%20112.81a31.84%2031.84%200%200%200%2036%200c78.59-53.35%20112.62-89.93%20131.39-112.81a317%20317%200%200%200%2019-25.66H336a16%2016%200%200%201-14.31-8.84M464%20272h-21.35a260%20260%200%200%201-18.25%2032H464a16%2016%200%200%200%200-32M48%20240a16%2016%200%200%200%200%2032h21.35a225%20225%200%200%201-12.42-32Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/fitness.svg?color=%231a73e8&size=48