exercise running icon
exercise-running-outline from Health Icons by Resolve to Save Lives · Outline · MIT Free for personal and commercial use.
- Name
- exercise-running-outline
- Set
- Health Icons
- Style
- Outline
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the exercise running icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.68 22.212c.162.151.325.294.492.427c1.29 1.035 2.669 1.48 3.982 1.55c2.21.118 4.176-.868 4.975-1.27l.225-.11a2 2 0 0 0-1.706-3.618l-.334.16c-.884.427-1.867.901-2.947.844c-.525-.029-1.091-.194-1.692-.676c-.625-.502-1.372-1.415-2.094-3.072c-.585-1.342-1.457-2.382-2.695-2.973c-1.186-.566-2.448-.59-3.573-.456c-3.015.358-5.306 2.106-6.864 3.73c-1.283 1.336-2.24 2.786-2.71 3.497c-.095.145-.17.259-.224.335a2 2 0 0 0 3.27 2.303c.112-.158.235-.343.372-.55c.5-.751 1.185-1.782 2.178-2.816c.782-.815 1.658-1.52 2.622-1.983l-.733 2.022c-.74 2.046-1.563 4.34-1.696 4.8a2.2 2.2 0 0 0-.056.957c.031.202.085.373.128.493c.085.238.198.464.298.646c.204.376.484.809.785 1.248c.61.891 1.432 1.986 2.247 3.046c.72.935 1.453 1.866 2.056 2.632l.241.307c.324.411.595.756.794 1.015c.09.116.15.198.19.25c.039.133.088.326.147.579c.117.503.251 1.157.393 1.876c.092.462.187.955.28 1.442c.19.983.375 1.943.517 2.585a2 2 0 1 0 3.906-.864c-.13-.59-.297-1.45-.478-2.392c-.097-.502-.198-1.027-.3-1.546a65.216 65.216 0 0 0-.422-2.007a15.3 15.3 0 0 0-.202-.79c-.05-.168-.152-.518-.326-.823a8.15 8.15 0 0 0-.526-.738l-.01-.012c-.214-.279-.498-.64-.82-1.049l-.243-.309h0a294.163 294.163 0 0 1-2.258-2.897zM20.607 34.33l-2.855-3.967l-.82 2.359l-4.974-1.169a2 2 0 1 0-.915 3.894l6.728 1.581a2 2 0 0 0 2.346-1.29z"/><path fill="currentColor" fill-rule="evenodd" d="M32 12a3 3 0 1 0 0-6a3 3 0 0 0 0 6m0 2a5 5 0 1 0 0-10a5 5 0 0 0 0 10" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsExerciseRunningOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M27.68 22.212c.162.151.325.294.492.427c1.29 1.035 2.669 1.48 3.982 1.55c2.21.118 4.176-.868 4.975-1.27l.225-.11a2 2 0 0 0-1.706-3.618l-.334.16c-.884.427-1.867.901-2.947.844c-.525-.029-1.091-.194-1.692-.676c-.625-.502-1.372-1.415-2.094-3.072c-.585-1.342-1.457-2.382-2.695-2.973c-1.186-.566-2.448-.59-3.573-.456c-3.015.358-5.306 2.106-6.864 3.73c-1.283 1.336-2.24 2.786-2.71 3.497c-.095.145-.17.259-.224.335a2 2 0 0 0 3.27 2.303c.112-.158.235-.343.372-.55c.5-.751 1.185-1.782 2.178-2.816c.782-.815 1.658-1.52 2.622-1.983l-.733 2.022c-.74 2.046-1.563 4.34-1.696 4.8a2.2 2.2 0 0 0-.056.957c.031.202.085.373.128.493c.085.238.198.464.298.646c.204.376.484.809.785 1.248c.61.891 1.432 1.986 2.247 3.046c.72.935 1.453 1.866 2.056 2.632l.241.307c.324.411.595.756.794 1.015c.09.116.15.198.19.25c.039.133.088.326.147.579c.117.503.251 1.157.393 1.876c.092.462.187.955.28 1.442c.19.983.375 1.943.517 2.585a2 2 0 1 0 3.906-.864c-.13-.59-.297-1.45-.478-2.392c-.097-.502-.198-1.027-.3-1.546a65.216 65.216 0 0 0-.422-2.007a15.3 15.3 0 0 0-.202-.79c-.05-.168-.152-.518-.326-.823a8.15 8.15 0 0 0-.526-.738l-.01-.012c-.214-.279-.498-.64-.82-1.049l-.243-.309h0a294.163 294.163 0 0 1-2.258-2.897zM20.607 34.33l-2.855-3.967l-.82 2.359l-4.974-1.169a2 2 0 1 0-.915 3.894l6.728 1.581a2 2 0 0 0 2.346-1.29z"/><path fill="currentColor" fillRule="evenodd" d="M32 12a3 3 0 1 0 0-6a3 3 0 0 0 0 6m0 2a5 5 0 1 0 0-10a5 5 0 0 0 0 10" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M27.68 22.212c.162.151.325.294.492.427c1.29 1.035 2.669 1.48 3.982 1.55c2.21.118 4.176-.868 4.975-1.27l.225-.11a2 2 0 0 0-1.706-3.618l-.334.16c-.884.427-1.867.901-2.947.844c-.525-.029-1.091-.194-1.692-.676c-.625-.502-1.372-1.415-2.094-3.072c-.585-1.342-1.457-2.382-2.695-2.973c-1.186-.566-2.448-.59-3.573-.456c-3.015.358-5.306 2.106-6.864 3.73c-1.283 1.336-2.24 2.786-2.71 3.497c-.095.145-.17.259-.224.335a2 2 0 0 0 3.27 2.303c.112-.158.235-.343.372-.55c.5-.751 1.185-1.782 2.178-2.816c.782-.815 1.658-1.52 2.622-1.983l-.733 2.022c-.74 2.046-1.563 4.34-1.696 4.8a2.2 2.2 0 0 0-.056.957c.031.202.085.373.128.493c.085.238.198.464.298.646c.204.376.484.809.785 1.248c.61.891 1.432 1.986 2.247 3.046c.72.935 1.453 1.866 2.056 2.632l.241.307c.324.411.595.756.794 1.015c.09.116.15.198.19.25c.039.133.088.326.147.579c.117.503.251 1.157.393 1.876c.092.462.187.955.28 1.442c.19.983.375 1.943.517 2.585a2 2 0 1 0 3.906-.864c-.13-.59-.297-1.45-.478-2.392c-.097-.502-.198-1.027-.3-1.546a65.216 65.216 0 0 0-.422-2.007a15.3 15.3 0 0 0-.202-.79c-.05-.168-.152-.518-.326-.823a8.15 8.15 0 0 0-.526-.738l-.01-.012c-.214-.279-.498-.64-.82-1.049l-.243-.309h0a294.163 294.163 0 0 1-2.258-2.897zM20.607 34.33l-2.855-3.967l-.82 2.359l-4.974-1.169a2 2 0 1 0-.915 3.894l6.728 1.581a2 2 0 0 0 2.346-1.29z"/><path fill="currentColor" fill-rule="evenodd" d="M32 12a3 3 0 1 0 0-6a3 3 0 0 0 0 6m0 2a5 5 0 1 0 0-10a5 5 0 0 0 0 10" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-exercise-running-outline {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M27.68%2022.212c.162.151.325.294.492.427c1.29%201.035%202.669%201.48%203.982%201.55c2.21.118%204.176-.868%204.975-1.27l.225-.11a2%202%200%200%200-1.706-3.618l-.334.16c-.884.427-1.867.901-2.947.844c-.525-.029-1.091-.194-1.692-.676c-.625-.502-1.372-1.415-2.094-3.072c-.585-1.342-1.457-2.382-2.695-2.973c-1.186-.566-2.448-.59-3.573-.456c-3.015.358-5.306%202.106-6.864%203.73c-1.283%201.336-2.24%202.786-2.71%203.497c-.095.145-.17.259-.224.335a2%202%200%200%200%203.27%202.303c.112-.158.235-.343.372-.55c.5-.751%201.185-1.782%202.178-2.816c.782-.815%201.658-1.52%202.622-1.983l-.733%202.022c-.74%202.046-1.563%204.34-1.696%204.8a2.2%202.2%200%200%200-.056.957c.031.202.085.373.128.493c.085.238.198.464.298.646c.204.376.484.809.785%201.248c.61.891%201.432%201.986%202.247%203.046c.72.935%201.453%201.866%202.056%202.632l.241.307c.324.411.595.756.794%201.015c.09.116.15.198.19.25c.039.133.088.326.147.579c.117.503.251%201.157.393%201.876c.092.462.187.955.28%201.442c.19.983.375%201.943.517%202.585a2%202%200%201%200%203.906-.864c-.13-.59-.297-1.45-.478-2.392c-.097-.502-.198-1.027-.3-1.546a65.216%2065.216%200%200%200-.422-2.007a15.3%2015.3%200%200%200-.202-.79c-.05-.168-.152-.518-.326-.823a8.15%208.15%200%200%200-.526-.738l-.01-.012c-.214-.279-.498-.64-.82-1.049l-.243-.309h0a294.163%20294.163%200%200%201-2.258-2.897zM20.607%2034.33l-2.855-3.967l-.82%202.359l-4.974-1.169a2%202%200%201%200-.915%203.894l6.728%201.581a2%202%200%200%200%202.346-1.29z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M32%2012a3%203%200%201%200%200-6a3%203%200%200%200%200%206m0%202a5%205%200%201%200%200-10a5%205%200%200%200%200%2010%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M27.68%2022.212c.162.151.325.294.492.427c1.29%201.035%202.669%201.48%203.982%201.55c2.21.118%204.176-.868%204.975-1.27l.225-.11a2%202%200%200%200-1.706-3.618l-.334.16c-.884.427-1.867.901-2.947.844c-.525-.029-1.091-.194-1.692-.676c-.625-.502-1.372-1.415-2.094-3.072c-.585-1.342-1.457-2.382-2.695-2.973c-1.186-.566-2.448-.59-3.573-.456c-3.015.358-5.306%202.106-6.864%203.73c-1.283%201.336-2.24%202.786-2.71%203.497c-.095.145-.17.259-.224.335a2%202%200%200%200%203.27%202.303c.112-.158.235-.343.372-.55c.5-.751%201.185-1.782%202.178-2.816c.782-.815%201.658-1.52%202.622-1.983l-.733%202.022c-.74%202.046-1.563%204.34-1.696%204.8a2.2%202.2%200%200%200-.056.957c.031.202.085.373.128.493c.085.238.198.464.298.646c.204.376.484.809.785%201.248c.61.891%201.432%201.986%202.247%203.046c.72.935%201.453%201.866%202.056%202.632l.241.307c.324.411.595.756.794%201.015c.09.116.15.198.19.25c.039.133.088.326.147.579c.117.503.251%201.157.393%201.876c.092.462.187.955.28%201.442c.19.983.375%201.943.517%202.585a2%202%200%201%200%203.906-.864c-.13-.59-.297-1.45-.478-2.392c-.097-.502-.198-1.027-.3-1.546a65.216%2065.216%200%200%200-.422-2.007a15.3%2015.3%200%200%200-.202-.79c-.05-.168-.152-.518-.326-.823a8.15%208.15%200%200%200-.526-.738l-.01-.012c-.214-.279-.498-.64-.82-1.049l-.243-.309h0a294.163%20294.163%200%200%201-2.258-2.897zM20.607%2034.33l-2.855-3.967l-.82%202.359l-4.974-1.169a2%202%200%201%200-.915%203.894l6.728%201.581a2%202%200%200%200%202.346-1.29z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M32%2012a3%203%200%201%200%200-6a3%203%200%200%200%200%206m0%202a5%205%200%201%200%200-10a5%205%200%200%200%200%2010%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/exercise-running-outline.svg?color=%231a73e8&size=48