anus-24px from Health Icons by Resolve to Save Lives · Filled 24px · Body · MIT Free for personal and commercial use.

Name
anus-24px
Set
Health Icons
Style
Filled 24px
Category
Body
Viewbox
24×24
License
MIT

3 other variants in Health Icons

More body icons from Health Icons

Use the anus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4 17.064V3.354l1.294 1.433l4.644 4.858C10.41 9.339 11.128 9 12 9s1.588.339 2.062.645l4.644-4.858L20 3.354v13.71c-.174.362-.368.724-.582 1.072C18.6 19.472 17.253 21 15.368 21c-1.395 0-2.45-.787-3.109-1.467a7 7 0 0 1-.259-.284q-.121.142-.259.284c-.658.68-1.714 1.467-3.11 1.467c-1.884 0-3.23-1.528-4.05-2.864c-.213-.348-.407-.71-.581-1.072M12 17a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsAnus24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M4 17.064V3.354l1.294 1.433l4.644 4.858C10.41 9.339 11.128 9 12 9s1.588.339 2.062.645l4.644-4.858L20 3.354v13.71c-.174.362-.368.724-.582 1.072C18.6 19.472 17.253 21 15.368 21c-1.395 0-2.45-.787-3.109-1.467a7 7 0 0 1-.259-.284q-.121.142-.259.284c-.658.68-1.714 1.467-3.11 1.467c-1.884 0-3.23-1.528-4.05-2.864c-.213-.348-.407-.71-.581-1.072M12 17a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4 17.064V3.354l1.294 1.433l4.644 4.858C10.41 9.339 11.128 9 12 9s1.588.339 2.062.645l4.644-4.858L20 3.354v13.71c-.174.362-.368.724-.582 1.072C18.6 19.472 17.253 21 15.368 21c-1.395 0-2.45-.787-3.109-1.467a7 7 0 0 1-.259-.284q-.121.142-.259.284c-.658.68-1.714 1.467-3.11 1.467c-1.884 0-3.23-1.528-4.05-2.864c-.213-.348-.407-.71-.581-1.072M12 17a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-anus-24px {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4%2017.064V3.354l1.294%201.433l4.644%204.858C10.41%209.339%2011.128%209%2012%209s1.588.339%202.062.645l4.644-4.858L20%203.354v13.71c-.174.362-.368.724-.582%201.072C18.6%2019.472%2017.253%2021%2015.368%2021c-1.395%200-2.45-.787-3.109-1.467a7%207%200%200%201-.259-.284q-.121.142-.259.284c-.658.68-1.714%201.467-3.11%201.467c-1.884%200-3.23-1.528-4.05-2.864c-.213-.348-.407-.71-.581-1.072M12%2017a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5%22%20clip-rule%3D%22evenodd%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4%2017.064V3.354l1.294%201.433l4.644%204.858C10.41%209.339%2011.128%209%2012%209s1.588.339%202.062.645l4.644-4.858L20%203.354v13.71c-.174.362-.368.724-.582%201.072C18.6%2019.472%2017.253%2021%2015.368%2021c-1.395%200-2.45-.787-3.109-1.467a7%207%200%200%201-.259-.284q-.121.142-.259.284c-.658.68-1.714%201.467-3.11%201.467c-1.884%200-3.23-1.528-4.05-2.864c-.213-.348-.407-.71-.581-1.072M12%2017a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/anus-24px.svg?color=%231a73e8&size=48