exercise running negative icon

exercise-running-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
exercise-running-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the exercise running negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsExerciseRunningNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM23.337 31.652l-4.242-5.521a2 2 0 0 1-.282-1.934l2.647-6.915c-1.247.31-2.098.776-2.785 1.354c-1.03.868-1.862 2.12-2.986 4.088a2 2 0 1 1-3.473-1.985c1.119-1.957 2.25-3.788 3.883-5.162c1.704-1.436 3.79-2.248 6.603-2.561c1.176-.13 2.47-.104 3.683.437c1.273.569 2.203 1.588 2.837 2.95c.854 1.833 1.489 2.924 1.997 3.557c.245.303.416.444.513.507c.077.05.11.054.122.056h.001c.087.01.369 0 1.197-.367c.361-.16.755-.352 1.237-.587l.115-.056a53.62 53.62 0 0 1 1.784-.84a2 2 0 0 1 1.625 3.655a49.38 49.38 0 0 0-1.653.779l-.131.064c-.461.225-.925.452-1.36.644c-.9.398-2.05.83-3.297.679c-1.316-.16-2.33-.903-3.165-1.9l-2.733 5.273l3.78 4.918c.225.294.364.644.403 1.012l.832 7.996a2 2 0 1 1-3.978.414l-.774-7.433l-2.296-2.988l-.02.037zm-6.377 1.316l1.472-3.96l2.876 3.742l-1.125 3.028a2 2 0 0 1-2.033 1.297l-7.308-.581a2 2 0 0 1 .317-3.988zM35 8.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsExerciseRunningNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsExerciseRunningNegative(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"><g clipPath="url(#healthiconsExerciseRunningNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM23.337 31.652l-4.242-5.521a2 2 0 0 1-.282-1.934l2.647-6.915c-1.247.31-2.098.776-2.785 1.354c-1.03.868-1.862 2.12-2.986 4.088a2 2 0 1 1-3.473-1.985c1.119-1.957 2.25-3.788 3.883-5.162c1.704-1.436 3.79-2.248 6.603-2.561c1.176-.13 2.47-.104 3.683.437c1.273.569 2.203 1.588 2.837 2.95c.854 1.833 1.489 2.924 1.997 3.557c.245.303.416.444.513.507c.077.05.11.054.122.056h.001c.087.01.369 0 1.197-.367c.361-.16.755-.352 1.237-.587l.115-.056a53.62 53.62 0 0 1 1.784-.84a2 2 0 0 1 1.625 3.655a49.38 49.38 0 0 0-1.653.779l-.131.064c-.461.225-.925.452-1.36.644c-.9.398-2.05.83-3.297.679c-1.316-.16-2.33-.903-3.165-1.9l-2.733 5.273l3.78 4.918c.225.294.364.644.403 1.012l.832 7.996a2 2 0 1 1-3.978.414l-.774-7.433l-2.296-2.988l-.02.037zm-6.377 1.316l1.472-3.96l2.876 3.742l-1.125 3.028a2 2 0 0 1-2.033 1.297l-7.308-.581a2 2 0 0 1 .317-3.988zM35 8.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0" clipRule="evenodd"/></g><defs><clipPath id="healthiconsExerciseRunningNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsExerciseRunningNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM23.337 31.652l-4.242-5.521a2 2 0 0 1-.282-1.934l2.647-6.915c-1.247.31-2.098.776-2.785 1.354c-1.03.868-1.862 2.12-2.986 4.088a2 2 0 1 1-3.473-1.985c1.119-1.957 2.25-3.788 3.883-5.162c1.704-1.436 3.79-2.248 6.603-2.561c1.176-.13 2.47-.104 3.683.437c1.273.569 2.203 1.588 2.837 2.95c.854 1.833 1.489 2.924 1.997 3.557c.245.303.416.444.513.507c.077.05.11.054.122.056h.001c.087.01.369 0 1.197-.367c.361-.16.755-.352 1.237-.587l.115-.056a53.62 53.62 0 0 1 1.784-.84a2 2 0 0 1 1.625 3.655a49.38 49.38 0 0 0-1.653.779l-.131.064c-.461.225-.925.452-1.36.644c-.9.398-2.05.83-3.297.679c-1.316-.16-2.33-.903-3.165-1.9l-2.733 5.273l3.78 4.918c.225.294.364.644.403 1.012l.832 7.996a2 2 0 1 1-3.978.414l-.774-7.433l-2.296-2.988l-.02.037zm-6.377 1.316l1.472-3.96l2.876 3.742l-1.125 3.028a2 2 0 0 1-2.033 1.297l-7.308-.581a2 2 0 0 1 .317-3.988zM35 8.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsExerciseRunningNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-exercise-running-negative {
  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%3Cg%20clip-path%3D%22url(%23healthiconsExerciseRunningNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM23.337%2031.652l-4.242-5.521a2%202%200%200%201-.282-1.934l2.647-6.915c-1.247.31-2.098.776-2.785%201.354c-1.03.868-1.862%202.12-2.986%204.088a2%202%200%201%201-3.473-1.985c1.119-1.957%202.25-3.788%203.883-5.162c1.704-1.436%203.79-2.248%206.603-2.561c1.176-.13%202.47-.104%203.683.437c1.273.569%202.203%201.588%202.837%202.95c.854%201.833%201.489%202.924%201.997%203.557c.245.303.416.444.513.507c.077.05.11.054.122.056h.001c.087.01.369%200%201.197-.367c.361-.16.755-.352%201.237-.587l.115-.056a53.62%2053.62%200%200%201%201.784-.84a2%202%200%200%201%201.625%203.655a49.38%2049.38%200%200%200-1.653.779l-.131.064c-.461.225-.925.452-1.36.644c-.9.398-2.05.83-3.297.679c-1.316-.16-2.33-.903-3.165-1.9l-2.733%205.273l3.78%204.918c.225.294.364.644.403%201.012l.832%207.996a2%202%200%201%201-3.978.414l-.774-7.433l-2.296-2.988l-.02.037zm-6.377%201.316l1.472-3.96l2.876%203.742l-1.125%203.028a2%202%200%200%201-2.033%201.297l-7.308-.581a2%202%200%200%201%20.317-3.988zM35%208.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsExerciseRunningNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%3Cg%20clip-path%3D%22url(%23healthiconsExerciseRunningNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM23.337%2031.652l-4.242-5.521a2%202%200%200%201-.282-1.934l2.647-6.915c-1.247.31-2.098.776-2.785%201.354c-1.03.868-1.862%202.12-2.986%204.088a2%202%200%201%201-3.473-1.985c1.119-1.957%202.25-3.788%203.883-5.162c1.704-1.436%203.79-2.248%206.603-2.561c1.176-.13%202.47-.104%203.683.437c1.273.569%202.203%201.588%202.837%202.95c.854%201.833%201.489%202.924%201.997%203.557c.245.303.416.444.513.507c.077.05.11.054.122.056h.001c.087.01.369%200%201.197-.367c.361-.16.755-.352%201.237-.587l.115-.056a53.62%2053.62%200%200%201%201.784-.84a2%202%200%200%201%201.625%203.655a49.38%2049.38%200%200%200-1.653.779l-.131.064c-.461.225-.925.452-1.36.644c-.9.398-2.05.83-3.297.679c-1.316-.16-2.33-.903-3.165-1.9l-2.733%205.273l3.78%204.918c.225.294.364.644.403%201.012l.832%207.996a2%202%200%201%201-3.978.414l-.774-7.433l-2.296-2.988l-.02.037zm-6.377%201.316l1.472-3.96l2.876%203.742l-1.125%203.028a2%202%200%200%201-2.033%201.297l-7.308-.581a2%202%200%200%201%20.317-3.988zM35%208.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsExerciseRunningNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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-negative.svg?color=%231a73e8&size=48