treadmill icon

treadmill from Reicon by REICON · Outline · Sports · MIT Free for personal and commercial use.

Name
treadmill
Set
Reicon
Style
Outline
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"><path fill="currentColor" fill-rule="evenodd" d="M15 2.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5M12.25 4a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0M6.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.272zm16.525.806a.75.75 0 0 1-.588.882l-1.123.225c-.35.07-.55.111-.695.157a.6.6 0 0 0-.113.046l-.011.007h-.001l-.001.001l-.006.012a.6.6 0 0 0-.04.115a7 7 0 0 0-.124.702l-1.09 7.274a3.261 3.261 0 1 1 .546 6.476H3.087a1.837 1.837 0 0 1-.317-3.646l14.615-2.558l1.17-7.802c.046-.307.09-.595.153-.832c.07-.265.183-.538.41-.776a1.73 1.73 0 0 1 .755-.447c.234-.075.52-.132.823-.193l1.157-.231a.75.75 0 0 1 .882.588M11.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-5.609 3.798l.329-.328l1.06 1.06l-.328.329l-.085.085c-.494.495-.885.886-1.393 1.097c-.509.21-1.061.21-1.76.21l-.12-.001H3v-1.5h.843c.879 0 1.11-.013 1.307-.095c.198-.082.37-.236.991-.857m15.109 5.69a1.76 1.76 0 0 0-2.065-1.734L3.03 20.581a.337.337 0 0 0 .058.669H19.49a1.76 1.76 0 0 0 1.761-1.761" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconTreadmill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M15 2.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5M12.25 4a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0M6.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.272zm16.525.806a.75.75 0 0 1-.588.882l-1.123.225c-.35.07-.55.111-.695.157a.6.6 0 0 0-.113.046l-.011.007h-.001l-.001.001l-.006.012a.6.6 0 0 0-.04.115a7 7 0 0 0-.124.702l-1.09 7.274a3.261 3.261 0 1 1 .546 6.476H3.087a1.837 1.837 0 0 1-.317-3.646l14.615-2.558l1.17-7.802c.046-.307.09-.595.153-.832c.07-.265.183-.538.41-.776a1.73 1.73 0 0 1 .755-.447c.234-.075.52-.132.823-.193l1.157-.231a.75.75 0 0 1 .882.588M11.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-5.609 3.798l.329-.328l1.06 1.06l-.328.329l-.085.085c-.494.495-.885.886-1.393 1.097c-.509.21-1.061.21-1.76.21l-.12-.001H3v-1.5h.843c.879 0 1.11-.013 1.307-.095c.198-.082.37-.236.991-.857m15.109 5.69a1.76 1.76 0 0 0-2.065-1.734L3.03 20.581a.337.337 0 0 0 .058.669H19.49a1.76 1.76 0 0 0 1.761-1.761" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M15 2.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5M12.25 4a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0M6.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.272zm16.525.806a.75.75 0 0 1-.588.882l-1.123.225c-.35.07-.55.111-.695.157a.6.6 0 0 0-.113.046l-.011.007h-.001l-.001.001l-.006.012a.6.6 0 0 0-.04.115a7 7 0 0 0-.124.702l-1.09 7.274a3.261 3.261 0 1 1 .546 6.476H3.087a1.837 1.837 0 0 1-.317-3.646l14.615-2.558l1.17-7.802c.046-.307.09-.595.153-.832c.07-.265.183-.538.41-.776a1.73 1.73 0 0 1 .755-.447c.234-.075.52-.132.823-.193l1.157-.231a.75.75 0 0 1 .882.588M11.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-5.609 3.798l.329-.328l1.06 1.06l-.328.329l-.085.085c-.494.495-.885.886-1.393 1.097c-.509.21-1.061.21-1.76.21l-.12-.001H3v-1.5h.843c.879 0 1.11-.013 1.307-.095c.198-.082.37-.236.991-.857m15.109 5.69a1.76 1.76 0 0 0-2.065-1.734L3.03 20.581a.337.337 0 0 0 .058.669H19.49a1.76 1.76 0 0 0 1.761-1.761" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-treadmill {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15%202.75a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5M12.25%204a2.75%202.75%200%201%201%205.5%200a2.75%202.75%200%200%201-5.5%200M6.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.272zm16.525.806a.75.75%200%200%201-.588.882l-1.123.225c-.35.07-.55.111-.695.157a.6.6%200%200%200-.113.046l-.011.007h-.001l-.001.001l-.006.012a.6.6%200%200%200-.04.115a7%207%200%200%200-.124.702l-1.09%207.274a3.261%203.261%200%201%201%20.546%206.476H3.087a1.837%201.837%200%200%201-.317-3.646l14.615-2.558l1.17-7.802c.046-.307.09-.595.153-.832c.07-.265.183-.538.41-.776a1.73%201.73%200%200%201%20.755-.447c.234-.075.52-.132.823-.193l1.157-.231a.75.75%200%200%201%20.882.588M11.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-5.609%203.798l.329-.328l1.06%201.06l-.328.329l-.085.085c-.494.495-.885.886-1.393%201.097c-.509.21-1.061.21-1.76.21l-.12-.001H3v-1.5h.843c.879%200%201.11-.013%201.307-.095c.198-.082.37-.236.991-.857m15.109%205.69a1.76%201.76%200%200%200-2.065-1.734L3.03%2020.581a.337.337%200%200%200%20.058.669H19.49a1.76%201.76%200%200%200%201.761-1.761%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15%202.75a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5M12.25%204a2.75%202.75%200%201%201%205.5%200a2.75%202.75%200%200%201-5.5%200M6.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.272zm16.525.806a.75.75%200%200%201-.588.882l-1.123.225c-.35.07-.55.111-.695.157a.6.6%200%200%200-.113.046l-.011.007h-.001l-.001.001l-.006.012a.6.6%200%200%200-.04.115a7%207%200%200%200-.124.702l-1.09%207.274a3.261%203.261%200%201%201%20.546%206.476H3.087a1.837%201.837%200%200%201-.317-3.646l14.615-2.558l1.17-7.802c.046-.307.09-.595.153-.832c.07-.265.183-.538.41-.776a1.73%201.73%200%200%201%20.755-.447c.234-.075.52-.132.823-.193l1.157-.231a.75.75%200%200%201%20.882.588M11.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-5.609%203.798l.329-.328l1.06%201.06l-.328.329l-.085.085c-.494.495-.885.886-1.393%201.097c-.509.21-1.061.21-1.76.21l-.12-.001H3v-1.5h.843c.879%200%201.11-.013%201.307-.095c.198-.082.37-.236.991-.857m15.109%205.69a1.76%201.76%200%200%200-2.065-1.734L3.03%2020.581a.337.337%200%200%200%20.058.669H19.49a1.76%201.76%200%200%200%201.761-1.761%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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