exercise walk supported negative icon
exercise-walk-supported-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- exercise-walk-supported-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the exercise walk supported 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(#healthiconsExerciseWalkSupportedNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM24.825 13.2a3.6 3.6 0 1 0 0-7.2a3.6 3.6 0 0 0 0 7.2M23.752 28H38a2 2 0 0 1 2 2v12h2V30a4 4 0 0 0-4-4h-4.21a2 2 0 0 0-1.93-2.2c-1.07-.032-1.746-.165-2.217-.349c-.432-.169-.77-.41-1.118-.816c-.38-.442-.772-1.08-1.268-2.066a82.3 82.3 0 0 1-1.16-2.45a329.79 329.79 0 0 0-.584-1.264c-.508-1.091-1.292-2.08-2.405-2.656c-1.162-.6-2.463-.635-3.705-.174c-.57.212-.997.588-1.28.887a6.55 6.55 0 0 0-.818 1.092c-.48.786-.907 1.771-1.224 2.852c-.591 2.016-.866 4.622-.117 7.144H10a4 4 0 0 0-4 4v12h2V30a2 2 0 0 1 2-2h8.057l7.095 7.001l2.513 5.795a2 2 0 0 0 3.67-1.592l-2.667-6.15a2 2 0 0 0-.43-.628zm.096-2l.515-2.373c.343.585.71 1.13 1.127 1.614c.235.274.484.527.75.759zm-4.061 6.939l-3.3-3.166l-.365 1.454l-1.342 4.528l-1.98 3.19a2 2 0 0 0 3.4 2.11l2.12-3.42c.095-.151.168-.315.219-.486z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsExerciseWalkSupportedNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsExerciseWalkSupportedNegative(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(#healthiconsExerciseWalkSupportedNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM24.825 13.2a3.6 3.6 0 1 0 0-7.2a3.6 3.6 0 0 0 0 7.2M23.752 28H38a2 2 0 0 1 2 2v12h2V30a4 4 0 0 0-4-4h-4.21a2 2 0 0 0-1.93-2.2c-1.07-.032-1.746-.165-2.217-.349c-.432-.169-.77-.41-1.118-.816c-.38-.442-.772-1.08-1.268-2.066a82.3 82.3 0 0 1-1.16-2.45a329.79 329.79 0 0 0-.584-1.264c-.508-1.091-1.292-2.08-2.405-2.656c-1.162-.6-2.463-.635-3.705-.174c-.57.212-.997.588-1.28.887a6.55 6.55 0 0 0-.818 1.092c-.48.786-.907 1.771-1.224 2.852c-.591 2.016-.866 4.622-.117 7.144H10a4 4 0 0 0-4 4v12h2V30a2 2 0 0 1 2-2h8.057l7.095 7.001l2.513 5.795a2 2 0 0 0 3.67-1.592l-2.667-6.15a2 2 0 0 0-.43-.628zm.096-2l.515-2.373c.343.585.71 1.13 1.127 1.614c.235.274.484.527.75.759zm-4.061 6.939l-3.3-3.166l-.365 1.454l-1.342 4.528l-1.98 3.19a2 2 0 0 0 3.4 2.11l2.12-3.42c.095-.151.168-.315.219-.486z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsExerciseWalkSupportedNegative"><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(#healthiconsExerciseWalkSupportedNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM24.825 13.2a3.6 3.6 0 1 0 0-7.2a3.6 3.6 0 0 0 0 7.2M23.752 28H38a2 2 0 0 1 2 2v12h2V30a4 4 0 0 0-4-4h-4.21a2 2 0 0 0-1.93-2.2c-1.07-.032-1.746-.165-2.217-.349c-.432-.169-.77-.41-1.118-.816c-.38-.442-.772-1.08-1.268-2.066a82.3 82.3 0 0 1-1.16-2.45a329.79 329.79 0 0 0-.584-1.264c-.508-1.091-1.292-2.08-2.405-2.656c-1.162-.6-2.463-.635-3.705-.174c-.57.212-.997.588-1.28.887a6.55 6.55 0 0 0-.818 1.092c-.48.786-.907 1.771-1.224 2.852c-.591 2.016-.866 4.622-.117 7.144H10a4 4 0 0 0-4 4v12h2V30a2 2 0 0 1 2-2h8.057l7.095 7.001l2.513 5.795a2 2 0 0 0 3.67-1.592l-2.667-6.15a2 2 0 0 0-.43-.628zm.096-2l.515-2.373c.343.585.71 1.13 1.127 1.614c.235.274.484.527.75.759zm-4.061 6.939l-3.3-3.166l-.365 1.454l-1.342 4.528l-1.98 3.19a2 2 0 0 0 3.4 2.11l2.12-3.42c.095-.151.168-.315.219-.486z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsExerciseWalkSupportedNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-exercise-walk-supported-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(%23healthiconsExerciseWalkSupportedNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM24.825%2013.2a3.6%203.6%200%201%200%200-7.2a3.6%203.6%200%200%200%200%207.2M23.752%2028H38a2%202%200%200%201%202%202v12h2V30a4%204%200%200%200-4-4h-4.21a2%202%200%200%200-1.93-2.2c-1.07-.032-1.746-.165-2.217-.349c-.432-.169-.77-.41-1.118-.816c-.38-.442-.772-1.08-1.268-2.066a82.3%2082.3%200%200%201-1.16-2.45a329.79%20329.79%200%200%200-.584-1.264c-.508-1.091-1.292-2.08-2.405-2.656c-1.162-.6-2.463-.635-3.705-.174c-.57.212-.997.588-1.28.887a6.55%206.55%200%200%200-.818%201.092c-.48.786-.907%201.771-1.224%202.852c-.591%202.016-.866%204.622-.117%207.144H10a4%204%200%200%200-4%204v12h2V30a2%202%200%200%201%202-2h8.057l7.095%207.001l2.513%205.795a2%202%200%200%200%203.67-1.592l-2.667-6.15a2%202%200%200%200-.43-.628zm.096-2l.515-2.373c.343.585.71%201.13%201.127%201.614c.235.274.484.527.75.759zm-4.061%206.939l-3.3-3.166l-.365%201.454l-1.342%204.528l-1.98%203.19a2%202%200%200%200%203.4%202.11l2.12-3.42c.095-.151.168-.315.219-.486z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsExerciseWalkSupportedNegative%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(%23healthiconsExerciseWalkSupportedNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM24.825%2013.2a3.6%203.6%200%201%200%200-7.2a3.6%203.6%200%200%200%200%207.2M23.752%2028H38a2%202%200%200%201%202%202v12h2V30a4%204%200%200%200-4-4h-4.21a2%202%200%200%200-1.93-2.2c-1.07-.032-1.746-.165-2.217-.349c-.432-.169-.77-.41-1.118-.816c-.38-.442-.772-1.08-1.268-2.066a82.3%2082.3%200%200%201-1.16-2.45a329.79%20329.79%200%200%200-.584-1.264c-.508-1.091-1.292-2.08-2.405-2.656c-1.162-.6-2.463-.635-3.705-.174c-.57.212-.997.588-1.28.887a6.55%206.55%200%200%200-.818%201.092c-.48.786-.907%201.771-1.224%202.852c-.591%202.016-.866%204.622-.117%207.144H10a4%204%200%200%200-4%204v12h2V30a2%202%200%200%201%202-2h8.057l7.095%207.001l2.513%205.795a2%202%200%200%200%203.67-1.592l-2.667-6.15a2%202%200%200%200-.43-.628zm.096-2l.515-2.373c.343.585.71%201.13%201.127%201.614c.235.274.484.527.75.759zm-4.061%206.939l-3.3-3.166l-.365%201.454l-1.342%204.528l-1.98%203.19a2%202%200%200%200%203.4%202.11l2.12-3.42c.095-.151.168-.315.219-.486z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsExerciseWalkSupportedNegative%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-walk-supported-negative.svg?color=%231a73e8&size=48