treadmill round icon

treadmill-round-line-duotone from Solar by 480 Design · Line Duotone · Sports · CC-BY-4.0 Attribution required.

Name
treadmill-round-line-duotone
Set
Solar
Style
Line Duotone
Category
Sports
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More sports icons from Solar

Use the treadmill round icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="15" cy="4" r="2"/><path stroke-linecap="round" d="M11 16.0001V15.0263C11 14.9078 11 14.8486 10.9979 14.792C10.9672 13.9811 10.6095 13.2173 10.0062 12.6747C9.96408 12.6368 9.91852 12.5989 9.8275 12.523C9.69411 12.4118 9.62741 12.3563 9.5758 12.3066C8.80944 11.5689 8.75462 10.3604 9.45104 9.5563C9.49795 9.50214 9.55934 9.44075 9.68211 9.31798L10.0113 8.98874C10.9639 8.03622 10.6532 6.42287 9.41502 5.89224C8.84181 5.64658 8.18464 5.69719 7.65581 6.02771L4.5 8.00009"/><path stroke-linecap="round" d="M3 15.5H3.37868C4.73694 15.5 6.03957 14.9604 7 14" opacity=".5"/><path stroke-linecap="round" d="M12.5 10C13.4737 10.3246 14.5263 10.3246 15.5 10" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M19.4888 21.9996H3.08684C2.48659 21.9996 2 21.513 2 20.9128C2 20.3848 2.37943 19.9332 2.89949 19.8422L19.0559 17.0148C20.5926 16.7459 22 17.9284 22 19.4884C22 20.8753 20.8757 21.9996 19.4888 21.9996Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M18.0471 17.1852L19.1217 10.0213C19.3486 8.50835 20.4997 7.30003 21.9999 7" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarTreadmillRoundLineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><circle cx="15" cy="4" r="2"/><path strokeLinecap="round" d="M11 16.0001V15.0263C11 14.9078 11 14.8486 10.9979 14.792C10.9672 13.9811 10.6095 13.2173 10.0062 12.6747C9.96408 12.6368 9.91852 12.5989 9.8275 12.523C9.69411 12.4118 9.62741 12.3563 9.5758 12.3066C8.80944 11.5689 8.75462 10.3604 9.45104 9.5563C9.49795 9.50214 9.55934 9.44075 9.68211 9.31798L10.0113 8.98874C10.9639 8.03622 10.6532 6.42287 9.41502 5.89224C8.84181 5.64658 8.18464 5.69719 7.65581 6.02771L4.5 8.00009"/><path strokeLinecap="round" d="M3 15.5H3.37868C4.73694 15.5 6.03957 14.9604 7 14" opacity=".5"/><path strokeLinecap="round" d="M12.5 10C13.4737 10.3246 14.5263 10.3246 15.5 10" opacity=".5"/><path strokeLinecap="round" strokeLinejoin="round" d="M19.4888 21.9996H3.08684C2.48659 21.9996 2 21.513 2 20.9128C2 20.3848 2.37943 19.9332 2.89949 19.8422L19.0559 17.0148C20.5926 16.7459 22 17.9284 22 19.4884C22 20.8753 20.8757 21.9996 19.4888 21.9996Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M18.0471 17.1852L19.1217 10.0213C19.3486 8.50835 20.4997 7.30003 21.9999 7" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="15" cy="4" r="2"/><path stroke-linecap="round" d="M11 16.0001V15.0263C11 14.9078 11 14.8486 10.9979 14.792C10.9672 13.9811 10.6095 13.2173 10.0062 12.6747C9.96408 12.6368 9.91852 12.5989 9.8275 12.523C9.69411 12.4118 9.62741 12.3563 9.5758 12.3066C8.80944 11.5689 8.75462 10.3604 9.45104 9.5563C9.49795 9.50214 9.55934 9.44075 9.68211 9.31798L10.0113 8.98874C10.9639 8.03622 10.6532 6.42287 9.41502 5.89224C8.84181 5.64658 8.18464 5.69719 7.65581 6.02771L4.5 8.00009"/><path stroke-linecap="round" d="M3 15.5H3.37868C4.73694 15.5 6.03957 14.9604 7 14" opacity=".5"/><path stroke-linecap="round" d="M12.5 10C13.4737 10.3246 14.5263 10.3246 15.5 10" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M19.4888 21.9996H3.08684C2.48659 21.9996 2 21.513 2 20.9128C2 20.3848 2.37943 19.9332 2.89949 19.8422L19.0559 17.0148C20.5926 16.7459 22 17.9284 22 19.4884C22 20.8753 20.8757 21.9996 19.4888 21.9996Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M18.0471 17.1852L19.1217 10.0213C19.3486 8.50835 20.4997 7.30003 21.9999 7" opacity=".5"/></g></svg>
</template>

CSS

.icon-treadmill-round-line-duotone {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%224%22%20r%3D%222%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2016.0001V15.0263C11%2014.9078%2011%2014.8486%2010.9979%2014.792C10.9672%2013.9811%2010.6095%2013.2173%2010.0062%2012.6747C9.96408%2012.6368%209.91852%2012.5989%209.8275%2012.523C9.69411%2012.4118%209.62741%2012.3563%209.5758%2012.3066C8.80944%2011.5689%208.75462%2010.3604%209.45104%209.5563C9.49795%209.50214%209.55934%209.44075%209.68211%209.31798L10.0113%208.98874C10.9639%208.03622%2010.6532%206.42287%209.41502%205.89224C8.84181%205.64658%208.18464%205.69719%207.65581%206.02771L4.5%208.00009%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%2015.5H3.37868C4.73694%2015.5%206.03957%2014.9604%207%2014%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12.5%2010C13.4737%2010.3246%2014.5263%2010.3246%2015.5%2010%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19.4888%2021.9996H3.08684C2.48659%2021.9996%202%2021.513%202%2020.9128C2%2020.3848%202.37943%2019.9332%202.89949%2019.8422L19.0559%2017.0148C20.5926%2016.7459%2022%2017.9284%2022%2019.4884C22%2020.8753%2020.8757%2021.9996%2019.4888%2021.9996Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18.0471%2017.1852L19.1217%2010.0213C19.3486%208.50835%2020.4997%207.30003%2021.9999%207%22%20opacity%3D%22.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%224%22%20r%3D%222%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2016.0001V15.0263C11%2014.9078%2011%2014.8486%2010.9979%2014.792C10.9672%2013.9811%2010.6095%2013.2173%2010.0062%2012.6747C9.96408%2012.6368%209.91852%2012.5989%209.8275%2012.523C9.69411%2012.4118%209.62741%2012.3563%209.5758%2012.3066C8.80944%2011.5689%208.75462%2010.3604%209.45104%209.5563C9.49795%209.50214%209.55934%209.44075%209.68211%209.31798L10.0113%208.98874C10.9639%208.03622%2010.6532%206.42287%209.41502%205.89224C8.84181%205.64658%208.18464%205.69719%207.65581%206.02771L4.5%208.00009%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%2015.5H3.37868C4.73694%2015.5%206.03957%2014.9604%207%2014%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12.5%2010C13.4737%2010.3246%2014.5263%2010.3246%2015.5%2010%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19.4888%2021.9996H3.08684C2.48659%2021.9996%202%2021.513%202%2020.9128C2%2020.3848%202.37943%2019.9332%202.89949%2019.8422L19.0559%2017.0148C20.5926%2016.7459%2022%2017.9284%2022%2019.4884C22%2020.8753%2020.8757%2021.9996%2019.4888%2021.9996Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18.0471%2017.1852L19.1217%2010.0213C19.3486%208.50835%2020.4997%207.30003%2021.9999%207%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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