treadmill2 icon
treadmill2 from Reicon by REICON · Outline · Sports · MIT Free for personal and commercial use.
- Name
- treadmill2
- Set
- Reicon
- Style
- Outline
- 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"><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 0M7.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.588l-.158-.133l-.02-.018a5 5 0 0 1-.271-.234a2.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.272zm15.477 1.46a.75.75 0 0 1-.588.883a2.88 2.88 0 0 0-2.283 2.398l-.922 6.14a3.261 3.261 0 1 1 .547 6.477H3.087a1.837 1.837 0 0 1-.317-3.646l14.615-2.558l.995-6.636a4.38 4.38 0 0 1 3.473-3.645a.75.75 0 0 1 .882.588M11.79 9.763a.75.75 0 0 1 .948-.474c.82.274 1.706.274 2.526 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 0m13.72 6.019a1.76 1.76 0 0 0-2.065-1.735L3.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 ReiconTreadmill2(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 0M7.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.588l-.158-.133l-.02-.018a5 5 0 0 1-.271-.234a2.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.272zm15.477 1.46a.75.75 0 0 1-.588.883a2.88 2.88 0 0 0-2.283 2.398l-.922 6.14a3.261 3.261 0 1 1 .547 6.477H3.087a1.837 1.837 0 0 1-.317-3.646l14.615-2.558l.995-6.636a4.38 4.38 0 0 1 3.473-3.645a.75.75 0 0 1 .882.588M11.79 9.763a.75.75 0 0 1 .948-.474c.82.274 1.706.274 2.526 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 0m13.72 6.019a1.76 1.76 0 0 0-2.065-1.735L3.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 0M7.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.588l-.158-.133l-.02-.018a5 5 0 0 1-.271-.234a2.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.272zm15.477 1.46a.75.75 0 0 1-.588.883a2.88 2.88 0 0 0-2.283 2.398l-.922 6.14a3.261 3.261 0 1 1 .547 6.477H3.087a1.837 1.837 0 0 1-.317-3.646l14.615-2.558l.995-6.636a4.38 4.38 0 0 1 3.473-3.645a.75.75 0 0 1 .882.588M11.79 9.763a.75.75 0 0 1 .948-.474c.82.274 1.706.274 2.526 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 0m13.72 6.019a1.76 1.76 0 0 0-2.065-1.735L3.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-treadmill2 {
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%200M7.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.588l-.158-.133l-.02-.018a5%205%200%200%201-.271-.234a2.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.272zm15.477%201.46a.75.75%200%200%201-.588.883a2.88%202.88%200%200%200-2.283%202.398l-.922%206.14a3.261%203.261%200%201%201%20.547%206.477H3.087a1.837%201.837%200%200%201-.317-3.646l14.615-2.558l.995-6.636a4.38%204.38%200%200%201%203.473-3.645a.75.75%200%200%201%20.882.588M11.79%209.763a.75.75%200%200%201%20.948-.474c.82.274%201.706.274%202.526%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%200m13.72%206.019a1.76%201.76%200%200%200-2.065-1.735L3.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%200M7.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.588l-.158-.133l-.02-.018a5%205%200%200%201-.271-.234a2.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.272zm15.477%201.46a.75.75%200%200%201-.588.883a2.88%202.88%200%200%200-2.283%202.398l-.922%206.14a3.261%203.261%200%201%201%20.547%206.477H3.087a1.837%201.837%200%200%201-.317-3.646l14.615-2.558l.995-6.636a4.38%204.38%200%200%201%203.473-3.645a.75.75%200%200%201%20.882.588M11.79%209.763a.75.75%200%200%201%20.948-.474c.82.274%201.706.274%202.526%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%200m13.72%206.019a1.76%201.76%200%200%200-2.065-1.735L3.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/treadmill2.svg?color=%231a73e8&size=48