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

Name
prostate-outline-24px
Set
Health Icons
Style
Outline 24px
Category
Body
Viewbox
24×24
License
MIT

3 other variants in Health Icons

More body icons from Health Icons

Use the prostate 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="M5.85 8.124C4.18 6.924 3 5.15 3 3h2c0 1.351.731 2.576 2.017 3.5C8.307 7.43 10.098 8 12 8s3.693-.571 4.983-1.5C18.27 5.577 19 4.352 19 3h2c0 2.149-1.18 3.924-2.85 5.124q-.136.099-.279.193q.18.073.35.168c2.288 1.277 2.63 3.536 2.63 5.636c-.002 1.836-.755 3.743-1.685 5.175c-.47.723-1.011 1.366-1.575 1.84c-.532.449-1.223.864-1.974.864c-.708 0-1.333-.189-1.869-.613c-.502-.4-.853-.95-1.142-1.526c-.139-.277-.197-.622-.232-.884c-.04-.3-.066-.657-.082-1.043a46 46 0 0 1-.016-2.7c.034-1.865.13-3.876.185-5.012l.008-.162l.005-.07a12 12 0 0 1-.931 0l.004.068l.008.165c.054 1.136.15 3.145.183 5.008c.018.977.018 1.93-.015 2.702a13 13 0 0 1-.081 1.042c-.034.262-.092.606-.228.881c-.286.576-.631 1.127-1.129 1.527c-.531.427-1.153.617-1.857.617c-.75 0-1.437-.42-1.962-.868c-.557-.475-1.092-1.119-1.555-1.841c-.918-1.432-1.66-3.337-1.661-5.17c-.001-2.095.334-4.354 2.597-5.633q.15-.086.309-.153a9 9 0 0 1-.307-.21M8.077 10c-.563-.002-.989.083-1.247.229c-1.245.704-1.582 1.916-1.581 3.891c0 1.342.565 2.877 1.344 4.091c.386.6.797 1.082 1.17 1.4c.186.159.346.263.472.324q.093.044.144.056a.2.2 0 0 0 .048.009c.316 0 .477-.074.604-.177c.16-.127.346-.366.58-.836l.002-.013a3 3 0 0 0 .045-.258c.028-.219.05-.512.066-.869c.03-.712.03-1.618.014-2.58a173 173 0 0 0-.182-4.953l-.007-.155A8 8 0 0 0 8.078 10m9.168.231c-.266-.148-.704-.234-1.278-.23a8.4 8.4 0 0 0-1.501.16l-.008.153c-.054 1.139-.15 3.123-.183 4.955c-.018.962-.017 1.867.014 2.578c.015.357.038.65.067.868a3 3 0 0 0 .047.269c.237.468.425.707.587.835c.132.105.3.181.626.181c.041 0 .276-.048.686-.393c.378-.32.796-.8 1.186-1.401c.79-1.215 1.36-2.747 1.361-4.086c.001-1.97-.338-3.182-1.604-3.889" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsProstateOutline24px(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="M5.85 8.124C4.18 6.924 3 5.15 3 3h2c0 1.351.731 2.576 2.017 3.5C8.307 7.43 10.098 8 12 8s3.693-.571 4.983-1.5C18.27 5.577 19 4.352 19 3h2c0 2.149-1.18 3.924-2.85 5.124q-.136.099-.279.193q.18.073.35.168c2.288 1.277 2.63 3.536 2.63 5.636c-.002 1.836-.755 3.743-1.685 5.175c-.47.723-1.011 1.366-1.575 1.84c-.532.449-1.223.864-1.974.864c-.708 0-1.333-.189-1.869-.613c-.502-.4-.853-.95-1.142-1.526c-.139-.277-.197-.622-.232-.884c-.04-.3-.066-.657-.082-1.043a46 46 0 0 1-.016-2.7c.034-1.865.13-3.876.185-5.012l.008-.162l.005-.07a12 12 0 0 1-.931 0l.004.068l.008.165c.054 1.136.15 3.145.183 5.008c.018.977.018 1.93-.015 2.702a13 13 0 0 1-.081 1.042c-.034.262-.092.606-.228.881c-.286.576-.631 1.127-1.129 1.527c-.531.427-1.153.617-1.857.617c-.75 0-1.437-.42-1.962-.868c-.557-.475-1.092-1.119-1.555-1.841c-.918-1.432-1.66-3.337-1.661-5.17c-.001-2.095.334-4.354 2.597-5.633q.15-.086.309-.153a9 9 0 0 1-.307-.21M8.077 10c-.563-.002-.989.083-1.247.229c-1.245.704-1.582 1.916-1.581 3.891c0 1.342.565 2.877 1.344 4.091c.386.6.797 1.082 1.17 1.4c.186.159.346.263.472.324q.093.044.144.056a.2.2 0 0 0 .048.009c.316 0 .477-.074.604-.177c.16-.127.346-.366.58-.836l.002-.013a3 3 0 0 0 .045-.258c.028-.219.05-.512.066-.869c.03-.712.03-1.618.014-2.58a173 173 0 0 0-.182-4.953l-.007-.155A8 8 0 0 0 8.078 10m9.168.231c-.266-.148-.704-.234-1.278-.23a8.4 8.4 0 0 0-1.501.16l-.008.153c-.054 1.139-.15 3.123-.183 4.955c-.018.962-.017 1.867.014 2.578c.015.357.038.65.067.868a3 3 0 0 0 .047.269c.237.468.425.707.587.835c.132.105.3.181.626.181c.041 0 .276-.048.686-.393c.378-.32.796-.8 1.186-1.401c.79-1.215 1.36-2.747 1.361-4.086c.001-1.97-.338-3.182-1.604-3.889" 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="M5.85 8.124C4.18 6.924 3 5.15 3 3h2c0 1.351.731 2.576 2.017 3.5C8.307 7.43 10.098 8 12 8s3.693-.571 4.983-1.5C18.27 5.577 19 4.352 19 3h2c0 2.149-1.18 3.924-2.85 5.124q-.136.099-.279.193q.18.073.35.168c2.288 1.277 2.63 3.536 2.63 5.636c-.002 1.836-.755 3.743-1.685 5.175c-.47.723-1.011 1.366-1.575 1.84c-.532.449-1.223.864-1.974.864c-.708 0-1.333-.189-1.869-.613c-.502-.4-.853-.95-1.142-1.526c-.139-.277-.197-.622-.232-.884c-.04-.3-.066-.657-.082-1.043a46 46 0 0 1-.016-2.7c.034-1.865.13-3.876.185-5.012l.008-.162l.005-.07a12 12 0 0 1-.931 0l.004.068l.008.165c.054 1.136.15 3.145.183 5.008c.018.977.018 1.93-.015 2.702a13 13 0 0 1-.081 1.042c-.034.262-.092.606-.228.881c-.286.576-.631 1.127-1.129 1.527c-.531.427-1.153.617-1.857.617c-.75 0-1.437-.42-1.962-.868c-.557-.475-1.092-1.119-1.555-1.841c-.918-1.432-1.66-3.337-1.661-5.17c-.001-2.095.334-4.354 2.597-5.633q.15-.086.309-.153a9 9 0 0 1-.307-.21M8.077 10c-.563-.002-.989.083-1.247.229c-1.245.704-1.582 1.916-1.581 3.891c0 1.342.565 2.877 1.344 4.091c.386.6.797 1.082 1.17 1.4c.186.159.346.263.472.324q.093.044.144.056a.2.2 0 0 0 .048.009c.316 0 .477-.074.604-.177c.16-.127.346-.366.58-.836l.002-.013a3 3 0 0 0 .045-.258c.028-.219.05-.512.066-.869c.03-.712.03-1.618.014-2.58a173 173 0 0 0-.182-4.953l-.007-.155A8 8 0 0 0 8.078 10m9.168.231c-.266-.148-.704-.234-1.278-.23a8.4 8.4 0 0 0-1.501.16l-.008.153c-.054 1.139-.15 3.123-.183 4.955c-.018.962-.017 1.867.014 2.578c.015.357.038.65.067.868a3 3 0 0 0 .047.269c.237.468.425.707.587.835c.132.105.3.181.626.181c.041 0 .276-.048.686-.393c.378-.32.796-.8 1.186-1.401c.79-1.215 1.36-2.747 1.361-4.086c.001-1.97-.338-3.182-1.604-3.889" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-prostate-outline-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%22M5.85%208.124C4.18%206.924%203%205.15%203%203h2c0%201.351.731%202.576%202.017%203.5C8.307%207.43%2010.098%208%2012%208s3.693-.571%204.983-1.5C18.27%205.577%2019%204.352%2019%203h2c0%202.149-1.18%203.924-2.85%205.124q-.136.099-.279.193q.18.073.35.168c2.288%201.277%202.63%203.536%202.63%205.636c-.002%201.836-.755%203.743-1.685%205.175c-.47.723-1.011%201.366-1.575%201.84c-.532.449-1.223.864-1.974.864c-.708%200-1.333-.189-1.869-.613c-.502-.4-.853-.95-1.142-1.526c-.139-.277-.197-.622-.232-.884c-.04-.3-.066-.657-.082-1.043a46%2046%200%200%201-.016-2.7c.034-1.865.13-3.876.185-5.012l.008-.162l.005-.07a12%2012%200%200%201-.931%200l.004.068l.008.165c.054%201.136.15%203.145.183%205.008c.018.977.018%201.93-.015%202.702a13%2013%200%200%201-.081%201.042c-.034.262-.092.606-.228.881c-.286.576-.631%201.127-1.129%201.527c-.531.427-1.153.617-1.857.617c-.75%200-1.437-.42-1.962-.868c-.557-.475-1.092-1.119-1.555-1.841c-.918-1.432-1.66-3.337-1.661-5.17c-.001-2.095.334-4.354%202.597-5.633q.15-.086.309-.153a9%209%200%200%201-.307-.21M8.077%2010c-.563-.002-.989.083-1.247.229c-1.245.704-1.582%201.916-1.581%203.891c0%201.342.565%202.877%201.344%204.091c.386.6.797%201.082%201.17%201.4c.186.159.346.263.472.324q.093.044.144.056a.2.2%200%200%200%20.048.009c.316%200%20.477-.074.604-.177c.16-.127.346-.366.58-.836l.002-.013a3%203%200%200%200%20.045-.258c.028-.219.05-.512.066-.869c.03-.712.03-1.618.014-2.58a173%20173%200%200%200-.182-4.953l-.007-.155A8%208%200%200%200%208.078%2010m9.168.231c-.266-.148-.704-.234-1.278-.23a8.4%208.4%200%200%200-1.501.16l-.008.153c-.054%201.139-.15%203.123-.183%204.955c-.018.962-.017%201.867.014%202.578c.015.357.038.65.067.868a3%203%200%200%200%20.047.269c.237.468.425.707.587.835c.132.105.3.181.626.181c.041%200%20.276-.048.686-.393c.378-.32.796-.8%201.186-1.401c.79-1.215%201.36-2.747%201.361-4.086c.001-1.97-.338-3.182-1.604-3.889%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%22M5.85%208.124C4.18%206.924%203%205.15%203%203h2c0%201.351.731%202.576%202.017%203.5C8.307%207.43%2010.098%208%2012%208s3.693-.571%204.983-1.5C18.27%205.577%2019%204.352%2019%203h2c0%202.149-1.18%203.924-2.85%205.124q-.136.099-.279.193q.18.073.35.168c2.288%201.277%202.63%203.536%202.63%205.636c-.002%201.836-.755%203.743-1.685%205.175c-.47.723-1.011%201.366-1.575%201.84c-.532.449-1.223.864-1.974.864c-.708%200-1.333-.189-1.869-.613c-.502-.4-.853-.95-1.142-1.526c-.139-.277-.197-.622-.232-.884c-.04-.3-.066-.657-.082-1.043a46%2046%200%200%201-.016-2.7c.034-1.865.13-3.876.185-5.012l.008-.162l.005-.07a12%2012%200%200%201-.931%200l.004.068l.008.165c.054%201.136.15%203.145.183%205.008c.018.977.018%201.93-.015%202.702a13%2013%200%200%201-.081%201.042c-.034.262-.092.606-.228.881c-.286.576-.631%201.127-1.129%201.527c-.531.427-1.153.617-1.857.617c-.75%200-1.437-.42-1.962-.868c-.557-.475-1.092-1.119-1.555-1.841c-.918-1.432-1.66-3.337-1.661-5.17c-.001-2.095.334-4.354%202.597-5.633q.15-.086.309-.153a9%209%200%200%201-.307-.21M8.077%2010c-.563-.002-.989.083-1.247.229c-1.245.704-1.582%201.916-1.581%203.891c0%201.342.565%202.877%201.344%204.091c.386.6.797%201.082%201.17%201.4c.186.159.346.263.472.324q.093.044.144.056a.2.2%200%200%200%20.048.009c.316%200%20.477-.074.604-.177c.16-.127.346-.366.58-.836l.002-.013a3%203%200%200%200%20.045-.258c.028-.219.05-.512.066-.869c.03-.712.03-1.618.014-2.58a173%20173%200%200%200-.182-4.953l-.007-.155A8%208%200%200%200%208.078%2010m9.168.231c-.266-.148-.704-.234-1.278-.23a8.4%208.4%200%200%200-1.501.16l-.008.153c-.054%201.139-.15%203.123-.183%204.955c-.018.962-.017%201.867.014%202.578c.015.357.038.65.067.868a3%203%200%200%200%20.047.269c.237.468.425.707.587.835c.132.105.3.181.626.181c.041%200%20.276-.048.686-.393c.378-.32.796-.8%201.186-1.401c.79-1.215%201.36-2.747%201.361-4.086c.001-1.97-.338-3.182-1.604-3.889%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/prostate-outline-24px.svg?color=%231a73e8&size=48