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

Name
anus-outline
Set
Health Icons
Style
Outline
Category
Body
Viewbox
48×48
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 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="m5.793 7.707l1.414-1.414L21.17 20.257a9 9 0 0 1 .36-.17c.619-.276 1.517-.587 2.469-.587c.951 0 1.85.311 2.468.586q.195.087.361.17L40.793 6.294l1.414 1.414l-15.08 15.08l-.68-.454h-.001l-.006-.004l-.036-.023l-.158-.094a7 7 0 0 0-.59-.298c-.506-.225-1.108-.414-1.656-.414c-.549 0-1.15.189-1.657.414a7 7 0 0 0-.784.415l-.006.004l-.68.454zm17.634 21.849c-.232.256-.327.542-.327.709c0 .153.084.396.299.614a1 1 0 0 0 .7.321c.242 0 .496-.112.702-.321c.214-.218.299-.461.299-.614c0-.167-.096-.453-.328-.71c-.225-.248-.473-.355-.672-.355s-.448.107-.673.355m-1.483-1.342c.499-.552 1.25-1.014 2.156-1.014c.905 0 1.657.462 2.156 1.014c.492.544.844 1.29.844 2.05c0 .774-.363 1.499-.873 2.017c-.518.526-1.264.919-2.127.919c-.864 0-1.61-.393-2.127-.92c-.51-.518-.873-1.242-.873-2.015c0-.76.352-1.507.844-2.05"/><path d="M24.043 37.21c2.515 3.212 6.213 4.253 9.891 3.12c4.028-1.239 7.871-5.022 10.197-10.965l-1.862-.73c-2.175 5.557-5.641 8.774-8.923 9.784c-3.21.988-6.392-.072-8.409-3.433l-.813-1.355l-.876 1.314c-2.267 3.4-5.626 4.464-8.866 3.474c-3.297-1.008-6.662-4.21-8.588-9.747l-1.889.657c2.074 5.962 5.825 9.76 9.893 11.002c3.71 1.134 7.526.085 10.245-3.12"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsAnusOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="m5.793 7.707l1.414-1.414L21.17 20.257a9 9 0 0 1 .36-.17c.619-.276 1.517-.587 2.469-.587c.951 0 1.85.311 2.468.586q.195.087.361.17L40.793 6.294l1.414 1.414l-15.08 15.08l-.68-.454h-.001l-.006-.004l-.036-.023l-.158-.094a7 7 0 0 0-.59-.298c-.506-.225-1.108-.414-1.656-.414c-.549 0-1.15.189-1.657.414a7 7 0 0 0-.784.415l-.006.004l-.68.454zm17.634 21.849c-.232.256-.327.542-.327.709c0 .153.084.396.299.614a1 1 0 0 0 .7.321c.242 0 .496-.112.702-.321c.214-.218.299-.461.299-.614c0-.167-.096-.453-.328-.71c-.225-.248-.473-.355-.672-.355s-.448.107-.673.355m-1.483-1.342c.499-.552 1.25-1.014 2.156-1.014c.905 0 1.657.462 2.156 1.014c.492.544.844 1.29.844 2.05c0 .774-.363 1.499-.873 2.017c-.518.526-1.264.919-2.127.919c-.864 0-1.61-.393-2.127-.92c-.51-.518-.873-1.242-.873-2.015c0-.76.352-1.507.844-2.05"/><path d="M24.043 37.21c2.515 3.212 6.213 4.253 9.891 3.12c4.028-1.239 7.871-5.022 10.197-10.965l-1.862-.73c-2.175 5.557-5.641 8.774-8.923 9.784c-3.21.988-6.392-.072-8.409-3.433l-.813-1.355l-.876 1.314c-2.267 3.4-5.626 4.464-8.866 3.474c-3.297-1.008-6.662-4.21-8.588-9.747l-1.889.657c2.074 5.962 5.825 9.76 9.893 11.002c3.71 1.134 7.526.085 10.245-3.12"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="m5.793 7.707l1.414-1.414L21.17 20.257a9 9 0 0 1 .36-.17c.619-.276 1.517-.587 2.469-.587c.951 0 1.85.311 2.468.586q.195.087.361.17L40.793 6.294l1.414 1.414l-15.08 15.08l-.68-.454h-.001l-.006-.004l-.036-.023l-.158-.094a7 7 0 0 0-.59-.298c-.506-.225-1.108-.414-1.656-.414c-.549 0-1.15.189-1.657.414a7 7 0 0 0-.784.415l-.006.004l-.68.454zm17.634 21.849c-.232.256-.327.542-.327.709c0 .153.084.396.299.614a1 1 0 0 0 .7.321c.242 0 .496-.112.702-.321c.214-.218.299-.461.299-.614c0-.167-.096-.453-.328-.71c-.225-.248-.473-.355-.672-.355s-.448.107-.673.355m-1.483-1.342c.499-.552 1.25-1.014 2.156-1.014c.905 0 1.657.462 2.156 1.014c.492.544.844 1.29.844 2.05c0 .774-.363 1.499-.873 2.017c-.518.526-1.264.919-2.127.919c-.864 0-1.61-.393-2.127-.92c-.51-.518-.873-1.242-.873-2.015c0-.76.352-1.507.844-2.05"/><path d="M24.043 37.21c2.515 3.212 6.213 4.253 9.891 3.12c4.028-1.239 7.871-5.022 10.197-10.965l-1.862-.73c-2.175 5.557-5.641 8.774-8.923 9.784c-3.21.988-6.392-.072-8.409-3.433l-.813-1.355l-.876 1.314c-2.267 3.4-5.626 4.464-8.866 3.474c-3.297-1.008-6.662-4.21-8.588-9.747l-1.889.657c2.074 5.962 5.825 9.76 9.893 11.002c3.71 1.134 7.526.085 10.245-3.12"/></g></svg>
</template>

CSS

.icon-anus-outline {
  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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22m5.793%207.707l1.414-1.414L21.17%2020.257a9%209%200%200%201%20.36-.17c.619-.276%201.517-.587%202.469-.587c.951%200%201.85.311%202.468.586q.195.087.361.17L40.793%206.294l1.414%201.414l-15.08%2015.08l-.68-.454h-.001l-.006-.004l-.036-.023l-.158-.094a7%207%200%200%200-.59-.298c-.506-.225-1.108-.414-1.656-.414c-.549%200-1.15.189-1.657.414a7%207%200%200%200-.784.415l-.006.004l-.68.454zm17.634%2021.849c-.232.256-.327.542-.327.709c0%20.153.084.396.299.614a1%201%200%200%200%20.7.321c.242%200%20.496-.112.702-.321c.214-.218.299-.461.299-.614c0-.167-.096-.453-.328-.71c-.225-.248-.473-.355-.672-.355s-.448.107-.673.355m-1.483-1.342c.499-.552%201.25-1.014%202.156-1.014c.905%200%201.657.462%202.156%201.014c.492.544.844%201.29.844%202.05c0%20.774-.363%201.499-.873%202.017c-.518.526-1.264.919-2.127.919c-.864%200-1.61-.393-2.127-.92c-.51-.518-.873-1.242-.873-2.015c0-.76.352-1.507.844-2.05%22%2F%3E%3Cpath%20d%3D%22M24.043%2037.21c2.515%203.212%206.213%204.253%209.891%203.12c4.028-1.239%207.871-5.022%2010.197-10.965l-1.862-.73c-2.175%205.557-5.641%208.774-8.923%209.784c-3.21.988-6.392-.072-8.409-3.433l-.813-1.355l-.876%201.314c-2.267%203.4-5.626%204.464-8.866%203.474c-3.297-1.008-6.662-4.21-8.588-9.747l-1.889.657c2.074%205.962%205.825%209.76%209.893%2011.002c3.71%201.134%207.526.085%2010.245-3.12%22%2F%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22m5.793%207.707l1.414-1.414L21.17%2020.257a9%209%200%200%201%20.36-.17c.619-.276%201.517-.587%202.469-.587c.951%200%201.85.311%202.468.586q.195.087.361.17L40.793%206.294l1.414%201.414l-15.08%2015.08l-.68-.454h-.001l-.006-.004l-.036-.023l-.158-.094a7%207%200%200%200-.59-.298c-.506-.225-1.108-.414-1.656-.414c-.549%200-1.15.189-1.657.414a7%207%200%200%200-.784.415l-.006.004l-.68.454zm17.634%2021.849c-.232.256-.327.542-.327.709c0%20.153.084.396.299.614a1%201%200%200%200%20.7.321c.242%200%20.496-.112.702-.321c.214-.218.299-.461.299-.614c0-.167-.096-.453-.328-.71c-.225-.248-.473-.355-.672-.355s-.448.107-.673.355m-1.483-1.342c.499-.552%201.25-1.014%202.156-1.014c.905%200%201.657.462%202.156%201.014c.492.544.844%201.29.844%202.05c0%20.774-.363%201.499-.873%202.017c-.518.526-1.264.919-2.127.919c-.864%200-1.61-.393-2.127-.92c-.51-.518-.873-1.242-.873-2.015c0-.76.352-1.507.844-2.05%22%2F%3E%3Cpath%20d%3D%22M24.043%2037.21c2.515%203.212%206.213%204.253%209.891%203.12c4.028-1.239%207.871-5.022%2010.197-10.965l-1.862-.73c-2.175%205.557-5.641%208.774-8.923%209.784c-3.21.988-6.392-.072-8.409-3.433l-.813-1.355l-.876%201.314c-2.267%203.4-5.626%204.464-8.866%203.474c-3.297-1.008-6.662-4.21-8.588-9.747l-1.889.657c2.074%205.962%205.825%209.76%209.893%2011.002c3.71%201.134%207.526.085%2010.245-3.12%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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