running icon
running-outline from Health Icons by Resolve to Save Lives · Outline · Exercise · MIT Free for personal and commercial use.
- Name
- running-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Exercise
- Viewbox
- 48×48
- License
- MIT
- Aliases
- running2x-outline
3 other variants in Health Icons
The same icon in other sets
More exercise icons from Health Icons
Use the running icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M37.001 9a5 5 0 1 1-10 0a5 5 0 0 1 10 0m-2 0a3 3 0 1 1-6 0a3 3 0 0 1 6 0m-8.684 3.572c-1.429-.682-2.908-.691-4.122-.547c-3.341.396-5.832 2.326-7.467 4.03c-1.346 1.402-2.343 2.913-2.816 3.63l-.007.01c-.1.15-.164.248-.207.31a3 3 0 0 0 4.905 3.454c.12-.17.25-.364.382-.564l.005-.008c.46-.692 1.042-1.564 1.854-2.45c-.596 1.653-1.16 3.24-1.277 3.641a3.2 3.2 0 0 0-.083 1.39c.045.285.119.52.174.674c.11.31.252.586.362.789c.229.42.53.886.838 1.334c.627.915 1.462 2.029 2.28 3.09c.723.94 1.458 1.875 2.06 2.64l.244.308c.324.412.591.753.787 1.007l.068.09s.054.213.087.355c.113.486.245 1.127.387 1.844l.279 1.437l.003.015c.187.971.374 1.942.519 2.597a3 3 0 1 0 5.858-1.296c-.126-.573-.29-1.417-.472-2.365c-.096-.502-.198-1.03-.301-1.55a66 66 0 0 0-.429-2.04a17 17 0 0 0-.215-.842l-.002-.007a4.8 4.8 0 0 0-.417-1.034a8 8 0 0 0-.583-.828l-.028-.036c-.218-.284-.505-.65-.826-1.058l-.244-.308l-.002-.003a367 367 0 0 1-1.873-2.395l1.993-4.105a7.8 7.8 0 0 0 4.07 1.406c2.475.133 4.637-.952 5.451-1.36l.026-.013c.094-.048.157-.08.203-.1a3 3 0 1 0-2.56-5.427q-.172.08-.34.163h-.002c-.925.447-1.677.788-2.458.746c-.328-.018-.692-.113-1.12-.457c-.465-.373-1.126-1.138-1.803-2.691c-.657-1.506-1.675-2.758-3.181-3.476m-2.02 22.827c-.011-.044.01.035 0 0m-1.866-21.388c1.035-.123 2.08-.084 3.025.366c.97.462 1.694 1.29 2.208 2.47c.767 1.76 1.6 2.822 2.385 3.452c.773.62 1.543.855 2.265.894c1.339.072 2.523-.5 3.363-.907l.072-.034l.325-.156a1 1 0 0 1 .854 1.808l-.239.118l-.008.004c-.804.404-2.556 1.267-4.474 1.164c-1.116-.06-2.291-.434-3.409-1.33a7 7 0 0 1-.432-.377a1 1 0 0 0-1.585.292l-2.812 5.793a1 1 0 0 0 .106 1.045l.233.303c.708.92 1.429 1.836 2.032 2.602l.003.005h.001l.241.307c.322.41.603.766.813 1.04l.01.012c.179.233.367.481.45.625c.108.19.184.434.234.606c.06.208.124.46.188.737c.129.554.272 1.25.415 1.974c.102.516.203 1.039.3 1.54l.002.016c.18.93.347 1.801.48 2.404a1 1 0 0 1-1.952.432c-.139-.625-.32-1.57-.511-2.558v-.002l-.281-1.445c-.143-.72-.28-1.388-.4-1.908a13 13 0 0 0-.161-.632a1 1 0 0 0-.16-.32l-.198-.261a136 136 0 0 0-.8-1.024l-.242-.307a298 298 0 0 1-2.05-2.623c-.812-1.056-1.62-2.134-2.214-3a14 14 0 0 1-.732-1.162a4 4 0 0 1-.235-.505a1.7 1.7 0 0 1-.081-.311a1.2 1.2 0 0 1 .028-.524c.122-.418.927-2.664 1.677-4.738l.732-2.02a1 1 0 0 0-1.373-1.243c-1.104.53-2.074 1.32-2.91 2.191c-1.055 1.1-1.78 2.19-2.28 2.943l-.01.013c-.138.21-.253.382-.356.528a1 1 0 0 1-1.635-1.152c.063-.089.145-.213.233-.347l.009-.013c.468-.71 1.382-2.092 2.596-3.356c1.481-1.544 3.572-3.11 6.26-3.43"/><path d="M18.564 29.779a1 1 0 0 0-1.756.255l-.525 1.508l-4.096-.962a3 3 0 0 0-1.373 5.84l6.728 1.582a3 3 0 0 0 3.52-1.935l.49-1.408a1 1 0 0 0-.133-.912zm-.688 3.271l.188-.541l1.428 1.984l-.32.917a1 1 0 0 1-1.172.645l-6.728-1.581a1 1 0 0 1 .457-1.947l4.974 1.168a1 1 0 0 0 1.173-.645"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsRunningOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M37.001 9a5 5 0 1 1-10 0a5 5 0 0 1 10 0m-2 0a3 3 0 1 1-6 0a3 3 0 0 1 6 0m-8.684 3.572c-1.429-.682-2.908-.691-4.122-.547c-3.341.396-5.832 2.326-7.467 4.03c-1.346 1.402-2.343 2.913-2.816 3.63l-.007.01c-.1.15-.164.248-.207.31a3 3 0 0 0 4.905 3.454c.12-.17.25-.364.382-.564l.005-.008c.46-.692 1.042-1.564 1.854-2.45c-.596 1.653-1.16 3.24-1.277 3.641a3.2 3.2 0 0 0-.083 1.39c.045.285.119.52.174.674c.11.31.252.586.362.789c.229.42.53.886.838 1.334c.627.915 1.462 2.029 2.28 3.09c.723.94 1.458 1.875 2.06 2.64l.244.308c.324.412.591.753.787 1.007l.068.09s.054.213.087.355c.113.486.245 1.127.387 1.844l.279 1.437l.003.015c.187.971.374 1.942.519 2.597a3 3 0 1 0 5.858-1.296c-.126-.573-.29-1.417-.472-2.365c-.096-.502-.198-1.03-.301-1.55a66 66 0 0 0-.429-2.04a17 17 0 0 0-.215-.842l-.002-.007a4.8 4.8 0 0 0-.417-1.034a8 8 0 0 0-.583-.828l-.028-.036c-.218-.284-.505-.65-.826-1.058l-.244-.308l-.002-.003a367 367 0 0 1-1.873-2.395l1.993-4.105a7.8 7.8 0 0 0 4.07 1.406c2.475.133 4.637-.952 5.451-1.36l.026-.013c.094-.048.157-.08.203-.1a3 3 0 1 0-2.56-5.427q-.172.08-.34.163h-.002c-.925.447-1.677.788-2.458.746c-.328-.018-.692-.113-1.12-.457c-.465-.373-1.126-1.138-1.803-2.691c-.657-1.506-1.675-2.758-3.181-3.476m-2.02 22.827c-.011-.044.01.035 0 0m-1.866-21.388c1.035-.123 2.08-.084 3.025.366c.97.462 1.694 1.29 2.208 2.47c.767 1.76 1.6 2.822 2.385 3.452c.773.62 1.543.855 2.265.894c1.339.072 2.523-.5 3.363-.907l.072-.034l.325-.156a1 1 0 0 1 .854 1.808l-.239.118l-.008.004c-.804.404-2.556 1.267-4.474 1.164c-1.116-.06-2.291-.434-3.409-1.33a7 7 0 0 1-.432-.377a1 1 0 0 0-1.585.292l-2.812 5.793a1 1 0 0 0 .106 1.045l.233.303c.708.92 1.429 1.836 2.032 2.602l.003.005h.001l.241.307c.322.41.603.766.813 1.04l.01.012c.179.233.367.481.45.625c.108.19.184.434.234.606c.06.208.124.46.188.737c.129.554.272 1.25.415 1.974c.102.516.203 1.039.3 1.54l.002.016c.18.93.347 1.801.48 2.404a1 1 0 0 1-1.952.432c-.139-.625-.32-1.57-.511-2.558v-.002l-.281-1.445c-.143-.72-.28-1.388-.4-1.908a13 13 0 0 0-.161-.632a1 1 0 0 0-.16-.32l-.198-.261a136 136 0 0 0-.8-1.024l-.242-.307a298 298 0 0 1-2.05-2.623c-.812-1.056-1.62-2.134-2.214-3a14 14 0 0 1-.732-1.162a4 4 0 0 1-.235-.505a1.7 1.7 0 0 1-.081-.311a1.2 1.2 0 0 1 .028-.524c.122-.418.927-2.664 1.677-4.738l.732-2.02a1 1 0 0 0-1.373-1.243c-1.104.53-2.074 1.32-2.91 2.191c-1.055 1.1-1.78 2.19-2.28 2.943l-.01.013c-.138.21-.253.382-.356.528a1 1 0 0 1-1.635-1.152c.063-.089.145-.213.233-.347l.009-.013c.468-.71 1.382-2.092 2.596-3.356c1.481-1.544 3.572-3.11 6.26-3.43"/><path d="M18.564 29.779a1 1 0 0 0-1.756.255l-.525 1.508l-4.096-.962a3 3 0 0 0-1.373 5.84l6.728 1.582a3 3 0 0 0 3.52-1.935l.49-1.408a1 1 0 0 0-.133-.912zm-.688 3.271l.188-.541l1.428 1.984l-.32.917a1 1 0 0 1-1.172.645l-6.728-1.581a1 1 0 0 1 .457-1.947l4.974 1.168a1 1 0 0 0 1.173-.645"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M37.001 9a5 5 0 1 1-10 0a5 5 0 0 1 10 0m-2 0a3 3 0 1 1-6 0a3 3 0 0 1 6 0m-8.684 3.572c-1.429-.682-2.908-.691-4.122-.547c-3.341.396-5.832 2.326-7.467 4.03c-1.346 1.402-2.343 2.913-2.816 3.63l-.007.01c-.1.15-.164.248-.207.31a3 3 0 0 0 4.905 3.454c.12-.17.25-.364.382-.564l.005-.008c.46-.692 1.042-1.564 1.854-2.45c-.596 1.653-1.16 3.24-1.277 3.641a3.2 3.2 0 0 0-.083 1.39c.045.285.119.52.174.674c.11.31.252.586.362.789c.229.42.53.886.838 1.334c.627.915 1.462 2.029 2.28 3.09c.723.94 1.458 1.875 2.06 2.64l.244.308c.324.412.591.753.787 1.007l.068.09s.054.213.087.355c.113.486.245 1.127.387 1.844l.279 1.437l.003.015c.187.971.374 1.942.519 2.597a3 3 0 1 0 5.858-1.296c-.126-.573-.29-1.417-.472-2.365c-.096-.502-.198-1.03-.301-1.55a66 66 0 0 0-.429-2.04a17 17 0 0 0-.215-.842l-.002-.007a4.8 4.8 0 0 0-.417-1.034a8 8 0 0 0-.583-.828l-.028-.036c-.218-.284-.505-.65-.826-1.058l-.244-.308l-.002-.003a367 367 0 0 1-1.873-2.395l1.993-4.105a7.8 7.8 0 0 0 4.07 1.406c2.475.133 4.637-.952 5.451-1.36l.026-.013c.094-.048.157-.08.203-.1a3 3 0 1 0-2.56-5.427q-.172.08-.34.163h-.002c-.925.447-1.677.788-2.458.746c-.328-.018-.692-.113-1.12-.457c-.465-.373-1.126-1.138-1.803-2.691c-.657-1.506-1.675-2.758-3.181-3.476m-2.02 22.827c-.011-.044.01.035 0 0m-1.866-21.388c1.035-.123 2.08-.084 3.025.366c.97.462 1.694 1.29 2.208 2.47c.767 1.76 1.6 2.822 2.385 3.452c.773.62 1.543.855 2.265.894c1.339.072 2.523-.5 3.363-.907l.072-.034l.325-.156a1 1 0 0 1 .854 1.808l-.239.118l-.008.004c-.804.404-2.556 1.267-4.474 1.164c-1.116-.06-2.291-.434-3.409-1.33a7 7 0 0 1-.432-.377a1 1 0 0 0-1.585.292l-2.812 5.793a1 1 0 0 0 .106 1.045l.233.303c.708.92 1.429 1.836 2.032 2.602l.003.005h.001l.241.307c.322.41.603.766.813 1.04l.01.012c.179.233.367.481.45.625c.108.19.184.434.234.606c.06.208.124.46.188.737c.129.554.272 1.25.415 1.974c.102.516.203 1.039.3 1.54l.002.016c.18.93.347 1.801.48 2.404a1 1 0 0 1-1.952.432c-.139-.625-.32-1.57-.511-2.558v-.002l-.281-1.445c-.143-.72-.28-1.388-.4-1.908a13 13 0 0 0-.161-.632a1 1 0 0 0-.16-.32l-.198-.261a136 136 0 0 0-.8-1.024l-.242-.307a298 298 0 0 1-2.05-2.623c-.812-1.056-1.62-2.134-2.214-3a14 14 0 0 1-.732-1.162a4 4 0 0 1-.235-.505a1.7 1.7 0 0 1-.081-.311a1.2 1.2 0 0 1 .028-.524c.122-.418.927-2.664 1.677-4.738l.732-2.02a1 1 0 0 0-1.373-1.243c-1.104.53-2.074 1.32-2.91 2.191c-1.055 1.1-1.78 2.19-2.28 2.943l-.01.013c-.138.21-.253.382-.356.528a1 1 0 0 1-1.635-1.152c.063-.089.145-.213.233-.347l.009-.013c.468-.71 1.382-2.092 2.596-3.356c1.481-1.544 3.572-3.11 6.26-3.43"/><path d="M18.564 29.779a1 1 0 0 0-1.756.255l-.525 1.508l-4.096-.962a3 3 0 0 0-1.373 5.84l6.728 1.582a3 3 0 0 0 3.52-1.935l.49-1.408a1 1 0 0 0-.133-.912zm-.688 3.271l.188-.541l1.428 1.984l-.32.917a1 1 0 0 1-1.172.645l-6.728-1.581a1 1 0 0 1 .457-1.947l4.974 1.168a1 1 0 0 0 1.173-.645"/></g></svg> </template>
CSS
.icon-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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M37.001%209a5%205%200%201%201-10%200a5%205%200%200%201%2010%200m-2%200a3%203%200%201%201-6%200a3%203%200%200%201%206%200m-8.684%203.572c-1.429-.682-2.908-.691-4.122-.547c-3.341.396-5.832%202.326-7.467%204.03c-1.346%201.402-2.343%202.913-2.816%203.63l-.007.01c-.1.15-.164.248-.207.31a3%203%200%200%200%204.905%203.454c.12-.17.25-.364.382-.564l.005-.008c.46-.692%201.042-1.564%201.854-2.45c-.596%201.653-1.16%203.24-1.277%203.641a3.2%203.2%200%200%200-.083%201.39c.045.285.119.52.174.674c.11.31.252.586.362.789c.229.42.53.886.838%201.334c.627.915%201.462%202.029%202.28%203.09c.723.94%201.458%201.875%202.06%202.64l.244.308c.324.412.591.753.787%201.007l.068.09s.054.213.087.355c.113.486.245%201.127.387%201.844l.279%201.437l.003.015c.187.971.374%201.942.519%202.597a3%203%200%201%200%205.858-1.296c-.126-.573-.29-1.417-.472-2.365c-.096-.502-.198-1.03-.301-1.55a66%2066%200%200%200-.429-2.04a17%2017%200%200%200-.215-.842l-.002-.007a4.8%204.8%200%200%200-.417-1.034a8%208%200%200%200-.583-.828l-.028-.036c-.218-.284-.505-.65-.826-1.058l-.244-.308l-.002-.003a367%20367%200%200%201-1.873-2.395l1.993-4.105a7.8%207.8%200%200%200%204.07%201.406c2.475.133%204.637-.952%205.451-1.36l.026-.013c.094-.048.157-.08.203-.1a3%203%200%201%200-2.56-5.427q-.172.08-.34.163h-.002c-.925.447-1.677.788-2.458.746c-.328-.018-.692-.113-1.12-.457c-.465-.373-1.126-1.138-1.803-2.691c-.657-1.506-1.675-2.758-3.181-3.476m-2.02%2022.827c-.011-.044.01.035%200%200m-1.866-21.388c1.035-.123%202.08-.084%203.025.366c.97.462%201.694%201.29%202.208%202.47c.767%201.76%201.6%202.822%202.385%203.452c.773.62%201.543.855%202.265.894c1.339.072%202.523-.5%203.363-.907l.072-.034l.325-.156a1%201%200%200%201%20.854%201.808l-.239.118l-.008.004c-.804.404-2.556%201.267-4.474%201.164c-1.116-.06-2.291-.434-3.409-1.33a7%207%200%200%201-.432-.377a1%201%200%200%200-1.585.292l-2.812%205.793a1%201%200%200%200%20.106%201.045l.233.303c.708.92%201.429%201.836%202.032%202.602l.003.005h.001l.241.307c.322.41.603.766.813%201.04l.01.012c.179.233.367.481.45.625c.108.19.184.434.234.606c.06.208.124.46.188.737c.129.554.272%201.25.415%201.974c.102.516.203%201.039.3%201.54l.002.016c.18.93.347%201.801.48%202.404a1%201%200%200%201-1.952.432c-.139-.625-.32-1.57-.511-2.558v-.002l-.281-1.445c-.143-.72-.28-1.388-.4-1.908a13%2013%200%200%200-.161-.632a1%201%200%200%200-.16-.32l-.198-.261a136%20136%200%200%200-.8-1.024l-.242-.307a298%20298%200%200%201-2.05-2.623c-.812-1.056-1.62-2.134-2.214-3a14%2014%200%200%201-.732-1.162a4%204%200%200%201-.235-.505a1.7%201.7%200%200%201-.081-.311a1.2%201.2%200%200%201%20.028-.524c.122-.418.927-2.664%201.677-4.738l.732-2.02a1%201%200%200%200-1.373-1.243c-1.104.53-2.074%201.32-2.91%202.191c-1.055%201.1-1.78%202.19-2.28%202.943l-.01.013c-.138.21-.253.382-.356.528a1%201%200%200%201-1.635-1.152c.063-.089.145-.213.233-.347l.009-.013c.468-.71%201.382-2.092%202.596-3.356c1.481-1.544%203.572-3.11%206.26-3.43%22%2F%3E%3Cpath%20d%3D%22M18.564%2029.779a1%201%200%200%200-1.756.255l-.525%201.508l-4.096-.962a3%203%200%200%200-1.373%205.84l6.728%201.582a3%203%200%200%200%203.52-1.935l.49-1.408a1%201%200%200%200-.133-.912zm-.688%203.271l.188-.541l1.428%201.984l-.32.917a1%201%200%200%201-1.172.645l-6.728-1.581a1%201%200%200%201%20.457-1.947l4.974%201.168a1%201%200%200%200%201.173-.645%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M37.001%209a5%205%200%201%201-10%200a5%205%200%200%201%2010%200m-2%200a3%203%200%201%201-6%200a3%203%200%200%201%206%200m-8.684%203.572c-1.429-.682-2.908-.691-4.122-.547c-3.341.396-5.832%202.326-7.467%204.03c-1.346%201.402-2.343%202.913-2.816%203.63l-.007.01c-.1.15-.164.248-.207.31a3%203%200%200%200%204.905%203.454c.12-.17.25-.364.382-.564l.005-.008c.46-.692%201.042-1.564%201.854-2.45c-.596%201.653-1.16%203.24-1.277%203.641a3.2%203.2%200%200%200-.083%201.39c.045.285.119.52.174.674c.11.31.252.586.362.789c.229.42.53.886.838%201.334c.627.915%201.462%202.029%202.28%203.09c.723.94%201.458%201.875%202.06%202.64l.244.308c.324.412.591.753.787%201.007l.068.09s.054.213.087.355c.113.486.245%201.127.387%201.844l.279%201.437l.003.015c.187.971.374%201.942.519%202.597a3%203%200%201%200%205.858-1.296c-.126-.573-.29-1.417-.472-2.365c-.096-.502-.198-1.03-.301-1.55a66%2066%200%200%200-.429-2.04a17%2017%200%200%200-.215-.842l-.002-.007a4.8%204.8%200%200%200-.417-1.034a8%208%200%200%200-.583-.828l-.028-.036c-.218-.284-.505-.65-.826-1.058l-.244-.308l-.002-.003a367%20367%200%200%201-1.873-2.395l1.993-4.105a7.8%207.8%200%200%200%204.07%201.406c2.475.133%204.637-.952%205.451-1.36l.026-.013c.094-.048.157-.08.203-.1a3%203%200%201%200-2.56-5.427q-.172.08-.34.163h-.002c-.925.447-1.677.788-2.458.746c-.328-.018-.692-.113-1.12-.457c-.465-.373-1.126-1.138-1.803-2.691c-.657-1.506-1.675-2.758-3.181-3.476m-2.02%2022.827c-.011-.044.01.035%200%200m-1.866-21.388c1.035-.123%202.08-.084%203.025.366c.97.462%201.694%201.29%202.208%202.47c.767%201.76%201.6%202.822%202.385%203.452c.773.62%201.543.855%202.265.894c1.339.072%202.523-.5%203.363-.907l.072-.034l.325-.156a1%201%200%200%201%20.854%201.808l-.239.118l-.008.004c-.804.404-2.556%201.267-4.474%201.164c-1.116-.06-2.291-.434-3.409-1.33a7%207%200%200%201-.432-.377a1%201%200%200%200-1.585.292l-2.812%205.793a1%201%200%200%200%20.106%201.045l.233.303c.708.92%201.429%201.836%202.032%202.602l.003.005h.001l.241.307c.322.41.603.766.813%201.04l.01.012c.179.233.367.481.45.625c.108.19.184.434.234.606c.06.208.124.46.188.737c.129.554.272%201.25.415%201.974c.102.516.203%201.039.3%201.54l.002.016c.18.93.347%201.801.48%202.404a1%201%200%200%201-1.952.432c-.139-.625-.32-1.57-.511-2.558v-.002l-.281-1.445c-.143-.72-.28-1.388-.4-1.908a13%2013%200%200%200-.161-.632a1%201%200%200%200-.16-.32l-.198-.261a136%20136%200%200%200-.8-1.024l-.242-.307a298%20298%200%200%201-2.05-2.623c-.812-1.056-1.62-2.134-2.214-3a14%2014%200%200%201-.732-1.162a4%204%200%200%201-.235-.505a1.7%201.7%200%200%201-.081-.311a1.2%201.2%200%200%201%20.028-.524c.122-.418.927-2.664%201.677-4.738l.732-2.02a1%201%200%200%200-1.373-1.243c-1.104.53-2.074%201.32-2.91%202.191c-1.055%201.1-1.78%202.19-2.28%202.943l-.01.013c-.138.21-.253.382-.356.528a1%201%200%200%201-1.635-1.152c.063-.089.145-.213.233-.347l.009-.013c.468-.71%201.382-2.092%202.596-3.356c1.481-1.544%203.572-3.11%206.26-3.43%22%2F%3E%3Cpath%20d%3D%22M18.564%2029.779a1%201%200%200%200-1.756.255l-.525%201.508l-4.096-.962a3%203%200%200%200-1.373%205.84l6.728%201.582a3%203%200%200%200%203.52-1.935l.49-1.408a1%201%200%200%200-.133-.912zm-.688%203.271l.188-.541l1.428%201.984l-.32.917a1%201%200%200%201-1.172.645l-6.728-1.581a1%201%200%200%201%20.457-1.947l4.974%201.168a1%201%200%200%200%201.173-.645%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/running-outline.svg?color=%231a73e8&size=48