foot negative icon
foot-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- foot-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the foot negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clip-path="url(#healthiconsFootNegative)"><path d="M35.5 24a1 1 0 0 1 1 1h-1h1v.022l-.001.04q0 .047-.006.127a7.4 7.4 0 0 1-.357 1.814c-.36 1.084-1.104 2.444-2.622 3.355a1 1 0 0 1-1.029-1.716c.983-.589 1.49-1.479 1.754-2.27a5.4 5.4 0 0 0 .258-1.297l.003-.068v-.012a1 1 0 0 1 1-.995"/><path fill-rule="evenodd" d="M48 0H0v48h48zm-8.549 9a1 1 0 0 1 1 1v12.395c0 1.844.627 3.673 1.422 5.544c.6 1.411 1.127 3.154 1.127 4.876c0 2.415-1.065 4.017-2.478 4.976c-1.359.92-2.974 1.209-4.13 1.209c-1.394 0-2.31-.302-3.084-.688c-.24-.12-.486-.259-.702-.38l-.001-.001l-.263-.148a5.3 5.3 0 0 0-.86-.392c-.28-.095-.887-.161-1.736-.174a35 35 0 0 0-2.498.07c-.868.05-1.639.366-2.584.753q-.407.17-.868.348c-.97.375-2.262.612-4.227.612c-2.022 0-2.988-.119-3.65-.407a3.7 3.7 0 0 1-.633-.369l-.07-.047a2 2 0 0 0-.122-.077a3.4 3.4 0 0 1-.958.464c-.836.266-2.2.436-4.763.436c-.876 0-1.624-.214-2.205-.661c-.582-.449-.897-1.054-1.047-1.651c-.286-1.142-.013-2.402.274-3.182a1 1 0 0 1 .939-.654h3.723l.67-.545c1.168-.951 2.502-1.617 3.855-2.109c1.767-.641 4.011-1.626 6.046-2.939c1.991-1.283 3.693-2.822 4.61-4.578l.997-10.654V10a1 1 0 0 1 1-1z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsFootNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsFootNegative(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 fill="currentColor" clipPath="url(#healthiconsFootNegative)"><path d="M35.5 24a1 1 0 0 1 1 1h-1h1v.022l-.001.04q0 .047-.006.127a7.4 7.4 0 0 1-.357 1.814c-.36 1.084-1.104 2.444-2.622 3.355a1 1 0 0 1-1.029-1.716c.983-.589 1.49-1.479 1.754-2.27a5.4 5.4 0 0 0 .258-1.297l.003-.068v-.012a1 1 0 0 1 1-.995"/><path fillRule="evenodd" d="M48 0H0v48h48zm-8.549 9a1 1 0 0 1 1 1v12.395c0 1.844.627 3.673 1.422 5.544c.6 1.411 1.127 3.154 1.127 4.876c0 2.415-1.065 4.017-2.478 4.976c-1.359.92-2.974 1.209-4.13 1.209c-1.394 0-2.31-.302-3.084-.688c-.24-.12-.486-.259-.702-.38l-.001-.001l-.263-.148a5.3 5.3 0 0 0-.86-.392c-.28-.095-.887-.161-1.736-.174a35 35 0 0 0-2.498.07c-.868.05-1.639.366-2.584.753q-.407.17-.868.348c-.97.375-2.262.612-4.227.612c-2.022 0-2.988-.119-3.65-.407a3.7 3.7 0 0 1-.633-.369l-.07-.047a2 2 0 0 0-.122-.077a3.4 3.4 0 0 1-.958.464c-.836.266-2.2.436-4.763.436c-.876 0-1.624-.214-2.205-.661c-.582-.449-.897-1.054-1.047-1.651c-.286-1.142-.013-2.402.274-3.182a1 1 0 0 1 .939-.654h3.723l.67-.545c1.168-.951 2.502-1.617 3.855-2.109c1.767-.641 4.011-1.626 6.046-2.939c1.991-1.283 3.693-2.822 4.61-4.578l.997-10.654V10a1 1 0 0 1 1-1z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsFootNegative"><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 fill="currentColor" clip-path="url(#healthiconsFootNegative)"><path d="M35.5 24a1 1 0 0 1 1 1h-1h1v.022l-.001.04q0 .047-.006.127a7.4 7.4 0 0 1-.357 1.814c-.36 1.084-1.104 2.444-2.622 3.355a1 1 0 0 1-1.029-1.716c.983-.589 1.49-1.479 1.754-2.27a5.4 5.4 0 0 0 .258-1.297l.003-.068v-.012a1 1 0 0 1 1-.995"/><path fill-rule="evenodd" d="M48 0H0v48h48zm-8.549 9a1 1 0 0 1 1 1v12.395c0 1.844.627 3.673 1.422 5.544c.6 1.411 1.127 3.154 1.127 4.876c0 2.415-1.065 4.017-2.478 4.976c-1.359.92-2.974 1.209-4.13 1.209c-1.394 0-2.31-.302-3.084-.688c-.24-.12-.486-.259-.702-.38l-.001-.001l-.263-.148a5.3 5.3 0 0 0-.86-.392c-.28-.095-.887-.161-1.736-.174a35 35 0 0 0-2.498.07c-.868.05-1.639.366-2.584.753q-.407.17-.868.348c-.97.375-2.262.612-4.227.612c-2.022 0-2.988-.119-3.65-.407a3.7 3.7 0 0 1-.633-.369l-.07-.047a2 2 0 0 0-.122-.077a3.4 3.4 0 0 1-.958.464c-.836.266-2.2.436-4.763.436c-.876 0-1.624-.214-2.205-.661c-.582-.449-.897-1.054-1.047-1.651c-.286-1.142-.013-2.402.274-3.182a1 1 0 0 1 .939-.654h3.723l.67-.545c1.168-.951 2.502-1.617 3.855-2.109c1.767-.641 4.011-1.626 6.046-2.939c1.991-1.283 3.693-2.822 4.61-4.578l.997-10.654V10a1 1 0 0 1 1-1z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsFootNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-foot-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%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsFootNegative)%22%3E%3Cpath%20d%3D%22M35.5%2024a1%201%200%200%201%201%201h-1h1v.022l-.001.04q0%20.047-.006.127a7.4%207.4%200%200%201-.357%201.814c-.36%201.084-1.104%202.444-2.622%203.355a1%201%200%200%201-1.029-1.716c.983-.589%201.49-1.479%201.754-2.27a5.4%205.4%200%200%200%20.258-1.297l.003-.068v-.012a1%201%200%200%201%201-.995%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zm-8.549%209a1%201%200%200%201%201%201v12.395c0%201.844.627%203.673%201.422%205.544c.6%201.411%201.127%203.154%201.127%204.876c0%202.415-1.065%204.017-2.478%204.976c-1.359.92-2.974%201.209-4.13%201.209c-1.394%200-2.31-.302-3.084-.688c-.24-.12-.486-.259-.702-.38l-.001-.001l-.263-.148a5.3%205.3%200%200%200-.86-.392c-.28-.095-.887-.161-1.736-.174a35%2035%200%200%200-2.498.07c-.868.05-1.639.366-2.584.753q-.407.17-.868.348c-.97.375-2.262.612-4.227.612c-2.022%200-2.988-.119-3.65-.407a3.7%203.7%200%200%201-.633-.369l-.07-.047a2%202%200%200%200-.122-.077a3.4%203.4%200%200%201-.958.464c-.836.266-2.2.436-4.763.436c-.876%200-1.624-.214-2.205-.661c-.582-.449-.897-1.054-1.047-1.651c-.286-1.142-.013-2.402.274-3.182a1%201%200%200%201%20.939-.654h3.723l.67-.545c1.168-.951%202.502-1.617%203.855-2.109c1.767-.641%204.011-1.626%206.046-2.939c1.991-1.283%203.693-2.822%204.61-4.578l.997-10.654V10a1%201%200%200%201%201-1z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsFootNegative%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%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsFootNegative)%22%3E%3Cpath%20d%3D%22M35.5%2024a1%201%200%200%201%201%201h-1h1v.022l-.001.04q0%20.047-.006.127a7.4%207.4%200%200%201-.357%201.814c-.36%201.084-1.104%202.444-2.622%203.355a1%201%200%200%201-1.029-1.716c.983-.589%201.49-1.479%201.754-2.27a5.4%205.4%200%200%200%20.258-1.297l.003-.068v-.012a1%201%200%200%201%201-.995%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zm-8.549%209a1%201%200%200%201%201%201v12.395c0%201.844.627%203.673%201.422%205.544c.6%201.411%201.127%203.154%201.127%204.876c0%202.415-1.065%204.017-2.478%204.976c-1.359.92-2.974%201.209-4.13%201.209c-1.394%200-2.31-.302-3.084-.688c-.24-.12-.486-.259-.702-.38l-.001-.001l-.263-.148a5.3%205.3%200%200%200-.86-.392c-.28-.095-.887-.161-1.736-.174a35%2035%200%200%200-2.498.07c-.868.05-1.639.366-2.584.753q-.407.17-.868.348c-.97.375-2.262.612-4.227.612c-2.022%200-2.988-.119-3.65-.407a3.7%203.7%200%200%201-.633-.369l-.07-.047a2%202%200%200%200-.122-.077a3.4%203.4%200%200%201-.958.464c-.836.266-2.2.436-4.763.436c-.876%200-1.624-.214-2.205-.661c-.582-.449-.897-1.054-1.047-1.651c-.286-1.142-.013-2.402.274-3.182a1%201%200%200%201%20.939-.654h3.723l.67-.545c1.168-.951%202.502-1.617%203.855-2.109c1.767-.641%204.011-1.626%206.046-2.939c1.991-1.283%203.693-2.822%204.61-4.578l.997-10.654V10a1%201%200%200%201%201-1z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsFootNegative%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/foot-negative.svg?color=%231a73e8&size=48