man negative icon
man-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- man-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the man 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(#healthiconsManNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM30 18.82c.217.513.41 1.19.564 1.995C30.97 22.931 31 25.273 31 26a2 2 0 1 0 4 0c0-.773-.026-3.431-.508-5.94c-.238-1.236-.616-2.607-1.265-3.717C32.576 15.228 31.405 14 29.556 14H18.444c-1.849 0-3.02 1.228-3.671 2.343c-.649 1.11-1.027 2.48-1.265 3.717C13.026 22.569 13 25.227 13 26a2 2 0 1 0 4 0c0-.727.03-3.069.436-5.185c.155-.805.347-1.482.564-1.994V42a2 2 0 0 0 3.994.153l1-13A2 2 0 0 0 23 29h2q0 .076.006.153l1 13A2 2 0 0 0 30 42zM28 8a4 4 0 1 1-8 0a4 4 0 0 1 8 0" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsManNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsManNegative(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(#healthiconsManNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM30 18.82c.217.513.41 1.19.564 1.995C30.97 22.931 31 25.273 31 26a2 2 0 1 0 4 0c0-.773-.026-3.431-.508-5.94c-.238-1.236-.616-2.607-1.265-3.717C32.576 15.228 31.405 14 29.556 14H18.444c-1.849 0-3.02 1.228-3.671 2.343c-.649 1.11-1.027 2.48-1.265 3.717C13.026 22.569 13 25.227 13 26a2 2 0 1 0 4 0c0-.727.03-3.069.436-5.185c.155-.805.347-1.482.564-1.994V42a2 2 0 0 0 3.994.153l1-13A2 2 0 0 0 23 29h2q0 .076.006.153l1 13A2 2 0 0 0 30 42zM28 8a4 4 0 1 1-8 0a4 4 0 0 1 8 0" clipRule="evenodd"/></g><defs><clipPath id="healthiconsManNegative"><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(#healthiconsManNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM30 18.82c.217.513.41 1.19.564 1.995C30.97 22.931 31 25.273 31 26a2 2 0 1 0 4 0c0-.773-.026-3.431-.508-5.94c-.238-1.236-.616-2.607-1.265-3.717C32.576 15.228 31.405 14 29.556 14H18.444c-1.849 0-3.02 1.228-3.671 2.343c-.649 1.11-1.027 2.48-1.265 3.717C13.026 22.569 13 25.227 13 26a2 2 0 1 0 4 0c0-.727.03-3.069.436-5.185c.155-.805.347-1.482.564-1.994V42a2 2 0 0 0 3.994.153l1-13A2 2 0 0 0 23 29h2q0 .076.006.153l1 13A2 2 0 0 0 30 42zM28 8a4 4 0 1 1-8 0a4 4 0 0 1 8 0" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsManNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-man-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(%23healthiconsManNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM30%2018.82c.217.513.41%201.19.564%201.995C30.97%2022.931%2031%2025.273%2031%2026a2%202%200%201%200%204%200c0-.773-.026-3.431-.508-5.94c-.238-1.236-.616-2.607-1.265-3.717C32.576%2015.228%2031.405%2014%2029.556%2014H18.444c-1.849%200-3.02%201.228-3.671%202.343c-.649%201.11-1.027%202.48-1.265%203.717C13.026%2022.569%2013%2025.227%2013%2026a2%202%200%201%200%204%200c0-.727.03-3.069.436-5.185c.155-.805.347-1.482.564-1.994V42a2%202%200%200%200%203.994.153l1-13A2%202%200%200%200%2023%2029h2q0%20.076.006.153l1%2013A2%202%200%200%200%2030%2042zM28%208a4%204%200%201%201-8%200a4%204%200%200%201%208%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsManNegative%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(%23healthiconsManNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM30%2018.82c.217.513.41%201.19.564%201.995C30.97%2022.931%2031%2025.273%2031%2026a2%202%200%201%200%204%200c0-.773-.026-3.431-.508-5.94c-.238-1.236-.616-2.607-1.265-3.717C32.576%2015.228%2031.405%2014%2029.556%2014H18.444c-1.849%200-3.02%201.228-3.671%202.343c-.649%201.11-1.027%202.48-1.265%203.717C13.026%2022.569%2013%2025.227%2013%2026a2%202%200%201%200%204%200c0-.727.03-3.069.436-5.185c.155-.805.347-1.482.564-1.994V42a2%202%200%200%200%203.994.153l1-13A2%202%200%200%200%2023%2029h2q0%20.076.006.153l1%2013A2%202%200%200%200%2030%2042zM28%208a4%204%200%201%201-8%200a4%204%200%200%201%208%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsManNegative%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/man-negative.svg?color=%231a73e8&size=48