treadmill icon

treadmill-filled from Reicon by REICON · Filled · Sports · MIT Free for personal and commercial use.

Name
treadmill-filled
Set
Reicon
Style
Filled
Category
Sports
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All treadmill icons →

More sports icons from Reicon

Use the treadmill icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17 4a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path fill-rule="evenodd" d="M6.21 6.047a5.02 5.02 0 0 1 4.637-.357a1.817 1.817 0 0 1 .569 2.955l-1.654 1.654a.84.84 0 0 0 .056 1.24l.997.83a2.6 2.6 0 0 1 .935 1.998V16a.75.75 0 0 1-1.5 0v-1.633a1.1 1.1 0 0 0-.396-.846l-.996-.83A2.34 2.34 0 0 1 8.7 9.238l1.654-1.654a.317.317 0 0 0-.1-.516a3.52 3.52 0 0 0-3.25.25L4.898 8.637a.75.75 0 0 1-.795-1.272zM11.75 10a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75m-4.22 3.47a.75.75 0 0 1 0 1.06l-.328.329l-.085.085c-.494.495-.885.886-1.393 1.097c-.509.21-1.061.21-1.76.21l-.12-.001H3a.75.75 0 0 1 0-1.5h.843c.879 0 1.11-.013 1.307-.095c.198-.082.37-.236.991-.857l.329-.328a.75.75 0 0 1 1.06 0" clip-rule="evenodd"/><path d="M3.087 22h16.402a2.511 2.511 0 1 0-.433-4.985l-.163.029L20.033 9v-.003c.053-.35.085-.553.124-.699a.6.6 0 0 1 .04-.115l.006-.012l.002-.001l.01-.007a.6.6 0 0 1 .114-.046c.145-.046.346-.087.695-.157l1.123-.225a.75.75 0 1 0-.294-1.47l-1.157.23c-.303.062-.589.119-.823.194a1.73 1.73 0 0 0-.755.447c-.227.238-.34.51-.41.776c-.064.237-.107.525-.153.832l-.005.034l-1.21 8.538L2.9 19.843A1.087 1.087 0 0 0 3.086 22"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconTreadmillFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17 4a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path fillRule="evenodd" d="M6.21 6.047a5.02 5.02 0 0 1 4.637-.357a1.817 1.817 0 0 1 .569 2.955l-1.654 1.654a.84.84 0 0 0 .056 1.24l.997.83a2.6 2.6 0 0 1 .935 1.998V16a.75.75 0 0 1-1.5 0v-1.633a1.1 1.1 0 0 0-.396-.846l-.996-.83A2.34 2.34 0 0 1 8.7 9.238l1.654-1.654a.317.317 0 0 0-.1-.516a3.52 3.52 0 0 0-3.25.25L4.898 8.637a.75.75 0 0 1-.795-1.272zM11.75 10a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75m-4.22 3.47a.75.75 0 0 1 0 1.06l-.328.329l-.085.085c-.494.495-.885.886-1.393 1.097c-.509.21-1.061.21-1.76.21l-.12-.001H3a.75.75 0 0 1 0-1.5h.843c.879 0 1.11-.013 1.307-.095c.198-.082.37-.236.991-.857l.329-.328a.75.75 0 0 1 1.06 0" clipRule="evenodd"/><path d="M3.087 22h16.402a2.511 2.511 0 1 0-.433-4.985l-.163.029L20.033 9v-.003c.053-.35.085-.553.124-.699a.6.6 0 0 1 .04-.115l.006-.012l.002-.001l.01-.007a.6.6 0 0 1 .114-.046c.145-.046.346-.087.695-.157l1.123-.225a.75.75 0 1 0-.294-1.47l-1.157.23c-.303.062-.589.119-.823.194a1.73 1.73 0 0 0-.755.447c-.227.238-.34.51-.41.776c-.064.237-.107.525-.153.832l-.005.034l-1.21 8.538L2.9 19.843A1.087 1.087 0 0 0 3.086 22"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17 4a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path fill-rule="evenodd" d="M6.21 6.047a5.02 5.02 0 0 1 4.637-.357a1.817 1.817 0 0 1 .569 2.955l-1.654 1.654a.84.84 0 0 0 .056 1.24l.997.83a2.6 2.6 0 0 1 .935 1.998V16a.75.75 0 0 1-1.5 0v-1.633a1.1 1.1 0 0 0-.396-.846l-.996-.83A2.34 2.34 0 0 1 8.7 9.238l1.654-1.654a.317.317 0 0 0-.1-.516a3.52 3.52 0 0 0-3.25.25L4.898 8.637a.75.75 0 0 1-.795-1.272zM11.75 10a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75m-4.22 3.47a.75.75 0 0 1 0 1.06l-.328.329l-.085.085c-.494.495-.885.886-1.393 1.097c-.509.21-1.061.21-1.76.21l-.12-.001H3a.75.75 0 0 1 0-1.5h.843c.879 0 1.11-.013 1.307-.095c.198-.082.37-.236.991-.857l.329-.328a.75.75 0 0 1 1.06 0" clip-rule="evenodd"/><path d="M3.087 22h16.402a2.511 2.511 0 1 0-.433-4.985l-.163.029L20.033 9v-.003c.053-.35.085-.553.124-.699a.6.6 0 0 1 .04-.115l.006-.012l.002-.001l.01-.007a.6.6 0 0 1 .114-.046c.145-.046.346-.087.695-.157l1.123-.225a.75.75 0 1 0-.294-1.47l-1.157.23c-.303.062-.589.119-.823.194a1.73 1.73 0 0 0-.755.447c-.227.238-.34.51-.41.776c-.064.237-.107.525-.153.832l-.005.034l-1.21 8.538L2.9 19.843A1.087 1.087 0 0 0 3.086 22"/></g></svg>
</template>

CSS

.icon-treadmill-filled {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17%204a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.21%206.047a5.02%205.02%200%200%201%204.637-.357a1.817%201.817%200%200%201%20.569%202.955l-1.654%201.654a.84.84%200%200%200%20.056%201.24l.997.83a2.6%202.6%200%200%201%20.935%201.998V16a.75.75%200%200%201-1.5%200v-1.633a1.1%201.1%200%200%200-.396-.846l-.996-.83A2.34%202.34%200%200%201%208.7%209.238l1.654-1.654a.317.317%200%200%200-.1-.516a3.52%203.52%200%200%200-3.25.25L4.898%208.637a.75.75%200%200%201-.795-1.272zM11.75%2010a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%200%201.5h-3a.75.75%200%200%201-.75-.75m-4.22%203.47a.75.75%200%200%201%200%201.06l-.328.329l-.085.085c-.494.495-.885.886-1.393%201.097c-.509.21-1.061.21-1.76.21l-.12-.001H3a.75.75%200%200%201%200-1.5h.843c.879%200%201.11-.013%201.307-.095c.198-.082.37-.236.991-.857l.329-.328a.75.75%200%200%201%201.06%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M3.087%2022h16.402a2.511%202.511%200%201%200-.433-4.985l-.163.029L20.033%209v-.003c.053-.35.085-.553.124-.699a.6.6%200%200%201%20.04-.115l.006-.012l.002-.001l.01-.007a.6.6%200%200%201%20.114-.046c.145-.046.346-.087.695-.157l1.123-.225a.75.75%200%201%200-.294-1.47l-1.157.23c-.303.062-.589.119-.823.194a1.73%201.73%200%200%200-.755.447c-.227.238-.34.51-.41.776c-.064.237-.107.525-.153.832l-.005.034l-1.21%208.538L2.9%2019.843A1.087%201.087%200%200%200%203.086%2022%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17%204a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.21%206.047a5.02%205.02%200%200%201%204.637-.357a1.817%201.817%200%200%201%20.569%202.955l-1.654%201.654a.84.84%200%200%200%20.056%201.24l.997.83a2.6%202.6%200%200%201%20.935%201.998V16a.75.75%200%200%201-1.5%200v-1.633a1.1%201.1%200%200%200-.396-.846l-.996-.83A2.34%202.34%200%200%201%208.7%209.238l1.654-1.654a.317.317%200%200%200-.1-.516a3.52%203.52%200%200%200-3.25.25L4.898%208.637a.75.75%200%200%201-.795-1.272zM11.75%2010a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%200%201.5h-3a.75.75%200%200%201-.75-.75m-4.22%203.47a.75.75%200%200%201%200%201.06l-.328.329l-.085.085c-.494.495-.885.886-1.393%201.097c-.509.21-1.061.21-1.76.21l-.12-.001H3a.75.75%200%200%201%200-1.5h.843c.879%200%201.11-.013%201.307-.095c.198-.082.37-.236.991-.857l.329-.328a.75.75%200%200%201%201.06%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M3.087%2022h16.402a2.511%202.511%200%201%200-.433-4.985l-.163.029L20.033%209v-.003c.053-.35.085-.553.124-.699a.6.6%200%200%201%20.04-.115l.006-.012l.002-.001l.01-.007a.6.6%200%200%201%20.114-.046c.145-.046.346-.087.695-.157l1.123-.225a.75.75%200%201%200-.294-1.47l-1.157.23c-.303.062-.589.119-.823.194a1.73%201.73%200%200%200-.755.447c-.227.238-.34.51-.41.776c-.064.237-.107.525-.153.832l-.005.034l-1.21%208.538L2.9%2019.843A1.087%201.087%200%200%200%203.086%2022%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/treadmill-filled.svg?color=%231a73e8&size=48

Treadmill filled icon — Reicon · IconsDB