anus negative icon
anus-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- anus-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the anus 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(#healthiconsAnusNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM24.1 33.5c1.105 0 2-1.01 2-1.936s-.895-2.064-2-2.064s-2 1.138-2 2.064s.895 1.936 2 1.936m-3.807-10.293l-14.5-14.5l1.414-1.414l13.964 13.964a9 9 0 0 1 .36-.17C22.15 20.81 23.05 20.5 24 20.5c.952 0 1.85.311 2.469.586q.195.087.36.17L40.793 7.294l1.414 1.414l-14.5 14.5l-.58.58l-.68-.454h-.001l-.005-.004a4 4 0 0 0-.195-.117a7 7 0 0 0-.59-.298C25.15 22.689 24.55 22.5 24 22.5s-1.15.189-1.656.414a7 7 0 0 0-.785.415l-.006.004l-.68.454zm13.641 18.124c-3.677 1.132-7.376.09-9.891-3.12c-2.719 3.205-6.535 4.254-10.245 3.12c-4.068-1.242-7.818-5.04-9.892-11.003l1.889-.656c1.926 5.537 5.29 8.74 8.587 9.747c3.24.99 6.6-.074 8.866-3.474l.877-1.315l.813 1.355c2.016 3.362 5.2 4.422 8.408 3.434c3.282-1.01 6.749-4.227 8.923-9.783l1.862.728c-2.325 5.944-6.169 9.727-10.197 10.967" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsAnusNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsAnusNegative(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(#healthiconsAnusNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM24.1 33.5c1.105 0 2-1.01 2-1.936s-.895-2.064-2-2.064s-2 1.138-2 2.064s.895 1.936 2 1.936m-3.807-10.293l-14.5-14.5l1.414-1.414l13.964 13.964a9 9 0 0 1 .36-.17C22.15 20.81 23.05 20.5 24 20.5c.952 0 1.85.311 2.469.586q.195.087.36.17L40.793 7.294l1.414 1.414l-14.5 14.5l-.58.58l-.68-.454h-.001l-.005-.004a4 4 0 0 0-.195-.117a7 7 0 0 0-.59-.298C25.15 22.689 24.55 22.5 24 22.5s-1.15.189-1.656.414a7 7 0 0 0-.785.415l-.006.004l-.68.454zm13.641 18.124c-3.677 1.132-7.376.09-9.891-3.12c-2.719 3.205-6.535 4.254-10.245 3.12c-4.068-1.242-7.818-5.04-9.892-11.003l1.889-.656c1.926 5.537 5.29 8.74 8.587 9.747c3.24.99 6.6-.074 8.866-3.474l.877-1.315l.813 1.355c2.016 3.362 5.2 4.422 8.408 3.434c3.282-1.01 6.749-4.227 8.923-9.783l1.862.728c-2.325 5.944-6.169 9.727-10.197 10.967" clipRule="evenodd"/></g><defs><clipPath id="healthiconsAnusNegative"><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(#healthiconsAnusNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM24.1 33.5c1.105 0 2-1.01 2-1.936s-.895-2.064-2-2.064s-2 1.138-2 2.064s.895 1.936 2 1.936m-3.807-10.293l-14.5-14.5l1.414-1.414l13.964 13.964a9 9 0 0 1 .36-.17C22.15 20.81 23.05 20.5 24 20.5c.952 0 1.85.311 2.469.586q.195.087.36.17L40.793 7.294l1.414 1.414l-14.5 14.5l-.58.58l-.68-.454h-.001l-.005-.004a4 4 0 0 0-.195-.117a7 7 0 0 0-.59-.298C25.15 22.689 24.55 22.5 24 22.5s-1.15.189-1.656.414a7 7 0 0 0-.785.415l-.006.004l-.68.454zm13.641 18.124c-3.677 1.132-7.376.09-9.891-3.12c-2.719 3.205-6.535 4.254-10.245 3.12c-4.068-1.242-7.818-5.04-9.892-11.003l1.889-.656c1.926 5.537 5.29 8.74 8.587 9.747c3.24.99 6.6-.074 8.866-3.474l.877-1.315l.813 1.355c2.016 3.362 5.2 4.422 8.408 3.434c3.282-1.01 6.749-4.227 8.923-9.783l1.862.728c-2.325 5.944-6.169 9.727-10.197 10.967" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsAnusNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-anus-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(%23healthiconsAnusNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM24.1%2033.5c1.105%200%202-1.01%202-1.936s-.895-2.064-2-2.064s-2%201.138-2%202.064s.895%201.936%202%201.936m-3.807-10.293l-14.5-14.5l1.414-1.414l13.964%2013.964a9%209%200%200%201%20.36-.17C22.15%2020.81%2023.05%2020.5%2024%2020.5c.952%200%201.85.311%202.469.586q.195.087.36.17L40.793%207.294l1.414%201.414l-14.5%2014.5l-.58.58l-.68-.454h-.001l-.005-.004a4%204%200%200%200-.195-.117a7%207%200%200%200-.59-.298C25.15%2022.689%2024.55%2022.5%2024%2022.5s-1.15.189-1.656.414a7%207%200%200%200-.785.415l-.006.004l-.68.454zm13.641%2018.124c-3.677%201.132-7.376.09-9.891-3.12c-2.719%203.205-6.535%204.254-10.245%203.12c-4.068-1.242-7.818-5.04-9.892-11.003l1.889-.656c1.926%205.537%205.29%208.74%208.587%209.747c3.24.99%206.6-.074%208.866-3.474l.877-1.315l.813%201.355c2.016%203.362%205.2%204.422%208.408%203.434c3.282-1.01%206.749-4.227%208.923-9.783l1.862.728c-2.325%205.944-6.169%209.727-10.197%2010.967%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsAnusNegative%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(%23healthiconsAnusNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM24.1%2033.5c1.105%200%202-1.01%202-1.936s-.895-2.064-2-2.064s-2%201.138-2%202.064s.895%201.936%202%201.936m-3.807-10.293l-14.5-14.5l1.414-1.414l13.964%2013.964a9%209%200%200%201%20.36-.17C22.15%2020.81%2023.05%2020.5%2024%2020.5c.952%200%201.85.311%202.469.586q.195.087.36.17L40.793%207.294l1.414%201.414l-14.5%2014.5l-.58.58l-.68-.454h-.001l-.005-.004a4%204%200%200%200-.195-.117a7%207%200%200%200-.59-.298C25.15%2022.689%2024.55%2022.5%2024%2022.5s-1.15.189-1.656.414a7%207%200%200%200-.785.415l-.006.004l-.68.454zm13.641%2018.124c-3.677%201.132-7.376.09-9.891-3.12c-2.719%203.205-6.535%204.254-10.245%203.12c-4.068-1.242-7.818-5.04-9.892-11.003l1.889-.656c1.926%205.537%205.29%208.74%208.587%209.747c3.24.99%206.6-.074%208.866-3.474l.877-1.315l.813%201.355c2.016%203.362%205.2%204.422%208.408%203.434c3.282-1.01%206.749-4.227%208.923-9.783l1.862.728c-2.325%205.944-6.169%209.727-10.197%2010.967%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsAnusNegative%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/anus-negative.svg?color=%231a73e8&size=48