treadmill2 icon

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

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

2 other variants in Reicon

More sports icons from Reicon

Use the treadmill2 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="M7.258 5.392a2.65 2.65 0 0 1 2.452-.19c1.726.74 2.16 2.99.832 4.317l-.33.33a4 4 0 0 0-.194.198a1.25 1.25 0 0 0 .078 1.72c.027.026.068.06.212.18l.01.009a3.75 3.75 0 0 1 1.429 2.808c.003.07.003.143.003.248V16a.75.75 0 0 1-1.5 0v-.974c0-.124 0-.167-.002-.206a2.25 2.25 0 0 0-.743-1.588a6 6 0 0 0-.179-.15a5 5 0 0 1-.27-.235a2.75 2.75 0 0 1-.172-3.782c.065-.075.145-.154.248-.258l.02-.02l.329-.329a1.154 1.154 0 0 0-1.428-1.794L4.897 8.636a.75.75 0 0 1-.795-1.272zm4.53 4.37a.75.75 0 0 1 .95-.474a3.98 3.98 0 0 0 2.525 0a.75.75 0 0 1 .474 1.423a5.5 5.5 0 0 1-3.474 0a.75.75 0 0 1-.474-.948M7.53 13.47a.75.75 0 0 1 0 1.06a5.87 5.87 0 0 1-4.151 1.72H3a.75.75 0 0 1 0-1.5h.379c1.159 0 2.27-.46 3.09-1.28a.75.75 0 0 1 1.061 0" clip-rule="evenodd"/><path d="M22.147 7.735a.75.75 0 1 0-.294-1.47A4.38 4.38 0 0 0 18.38 9.91l-1.113 7.418L2.9 19.842A1.087 1.087 0 0 0 3.087 22h16.402a2.511 2.511 0 1 0-.433-4.985l-.23.04l1.037-6.922a2.88 2.88 0 0 1 2.284-2.398"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconTreadmill2Filled(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="M7.258 5.392a2.65 2.65 0 0 1 2.452-.19c1.726.74 2.16 2.99.832 4.317l-.33.33a4 4 0 0 0-.194.198a1.25 1.25 0 0 0 .078 1.72c.027.026.068.06.212.18l.01.009a3.75 3.75 0 0 1 1.429 2.808c.003.07.003.143.003.248V16a.75.75 0 0 1-1.5 0v-.974c0-.124 0-.167-.002-.206a2.25 2.25 0 0 0-.743-1.588a6 6 0 0 0-.179-.15a5 5 0 0 1-.27-.235a2.75 2.75 0 0 1-.172-3.782c.065-.075.145-.154.248-.258l.02-.02l.329-.329a1.154 1.154 0 0 0-1.428-1.794L4.897 8.636a.75.75 0 0 1-.795-1.272zm4.53 4.37a.75.75 0 0 1 .95-.474a3.98 3.98 0 0 0 2.525 0a.75.75 0 0 1 .474 1.423a5.5 5.5 0 0 1-3.474 0a.75.75 0 0 1-.474-.948M7.53 13.47a.75.75 0 0 1 0 1.06a5.87 5.87 0 0 1-4.151 1.72H3a.75.75 0 0 1 0-1.5h.379c1.159 0 2.27-.46 3.09-1.28a.75.75 0 0 1 1.061 0" clipRule="evenodd"/><path d="M22.147 7.735a.75.75 0 1 0-.294-1.47A4.38 4.38 0 0 0 18.38 9.91l-1.113 7.418L2.9 19.842A1.087 1.087 0 0 0 3.087 22h16.402a2.511 2.511 0 1 0-.433-4.985l-.23.04l1.037-6.922a2.88 2.88 0 0 1 2.284-2.398"/></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="M7.258 5.392a2.65 2.65 0 0 1 2.452-.19c1.726.74 2.16 2.99.832 4.317l-.33.33a4 4 0 0 0-.194.198a1.25 1.25 0 0 0 .078 1.72c.027.026.068.06.212.18l.01.009a3.75 3.75 0 0 1 1.429 2.808c.003.07.003.143.003.248V16a.75.75 0 0 1-1.5 0v-.974c0-.124 0-.167-.002-.206a2.25 2.25 0 0 0-.743-1.588a6 6 0 0 0-.179-.15a5 5 0 0 1-.27-.235a2.75 2.75 0 0 1-.172-3.782c.065-.075.145-.154.248-.258l.02-.02l.329-.329a1.154 1.154 0 0 0-1.428-1.794L4.897 8.636a.75.75 0 0 1-.795-1.272zm4.53 4.37a.75.75 0 0 1 .95-.474a3.98 3.98 0 0 0 2.525 0a.75.75 0 0 1 .474 1.423a5.5 5.5 0 0 1-3.474 0a.75.75 0 0 1-.474-.948M7.53 13.47a.75.75 0 0 1 0 1.06a5.87 5.87 0 0 1-4.151 1.72H3a.75.75 0 0 1 0-1.5h.379c1.159 0 2.27-.46 3.09-1.28a.75.75 0 0 1 1.061 0" clip-rule="evenodd"/><path d="M22.147 7.735a.75.75 0 1 0-.294-1.47A4.38 4.38 0 0 0 18.38 9.91l-1.113 7.418L2.9 19.842A1.087 1.087 0 0 0 3.087 22h16.402a2.511 2.511 0 1 0-.433-4.985l-.23.04l1.037-6.922a2.88 2.88 0 0 1 2.284-2.398"/></g></svg>
</template>

CSS

.icon-treadmill2-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%22M7.258%205.392a2.65%202.65%200%200%201%202.452-.19c1.726.74%202.16%202.99.832%204.317l-.33.33a4%204%200%200%200-.194.198a1.25%201.25%200%200%200%20.078%201.72c.027.026.068.06.212.18l.01.009a3.75%203.75%200%200%201%201.429%202.808c.003.07.003.143.003.248V16a.75.75%200%200%201-1.5%200v-.974c0-.124%200-.167-.002-.206a2.25%202.25%200%200%200-.743-1.588a6%206%200%200%200-.179-.15a5%205%200%200%201-.27-.235a2.75%202.75%200%200%201-.172-3.782c.065-.075.145-.154.248-.258l.02-.02l.329-.329a1.154%201.154%200%200%200-1.428-1.794L4.897%208.636a.75.75%200%200%201-.795-1.272zm4.53%204.37a.75.75%200%200%201%20.95-.474a3.98%203.98%200%200%200%202.525%200a.75.75%200%200%201%20.474%201.423a5.5%205.5%200%200%201-3.474%200a.75.75%200%200%201-.474-.948M7.53%2013.47a.75.75%200%200%201%200%201.06a5.87%205.87%200%200%201-4.151%201.72H3a.75.75%200%200%201%200-1.5h.379c1.159%200%202.27-.46%203.09-1.28a.75.75%200%200%201%201.061%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M22.147%207.735a.75.75%200%201%200-.294-1.47A4.38%204.38%200%200%200%2018.38%209.91l-1.113%207.418L2.9%2019.842A1.087%201.087%200%200%200%203.087%2022h16.402a2.511%202.511%200%201%200-.433-4.985l-.23.04l1.037-6.922a2.88%202.88%200%200%201%202.284-2.398%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%22M7.258%205.392a2.65%202.65%200%200%201%202.452-.19c1.726.74%202.16%202.99.832%204.317l-.33.33a4%204%200%200%200-.194.198a1.25%201.25%200%200%200%20.078%201.72c.027.026.068.06.212.18l.01.009a3.75%203.75%200%200%201%201.429%202.808c.003.07.003.143.003.248V16a.75.75%200%200%201-1.5%200v-.974c0-.124%200-.167-.002-.206a2.25%202.25%200%200%200-.743-1.588a6%206%200%200%200-.179-.15a5%205%200%200%201-.27-.235a2.75%202.75%200%200%201-.172-3.782c.065-.075.145-.154.248-.258l.02-.02l.329-.329a1.154%201.154%200%200%200-1.428-1.794L4.897%208.636a.75.75%200%200%201-.795-1.272zm4.53%204.37a.75.75%200%200%201%20.95-.474a3.98%203.98%200%200%200%202.525%200a.75.75%200%200%201%20.474%201.423a5.5%205.5%200%200%201-3.474%200a.75.75%200%200%201-.474-.948M7.53%2013.47a.75.75%200%200%201%200%201.06a5.87%205.87%200%200%201-4.151%201.72H3a.75.75%200%200%201%200-1.5h.379c1.159%200%202.27-.46%203.09-1.28a.75.75%200%200%201%201.061%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M22.147%207.735a.75.75%200%201%200-.294-1.47A4.38%204.38%200%200%200%2018.38%209.91l-1.113%207.418L2.9%2019.842A1.087%201.087%200%200%200%203.087%2022h16.402a2.511%202.511%200%201%200-.433-4.985l-.23.04l1.037-6.922a2.88%202.88%200%200%201%202.284-2.398%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/treadmill2-filled.svg?color=%231a73e8&size=48