prostate icon
prostate from Health Icons by Resolve to Save Lives · Filled · Body · MIT Free for personal and commercial use.
- Name
- prostate
- Set
- Health Icons
- Style
- Filled
- Category
- Body
- Viewbox
- 48×48
- 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 48 48"><g fill="currentColor"><path d="M8 6c0 5.169 5.544 11.027 14.09 11.803l.91.083V31.5c-.003 2.059-.032 4.286-.357 6.047c-.174.945-.468 1.977-1.047 2.815c-.646.935-1.668 1.638-3.033 1.638c-1.136 0-2.285-.495-3.238-1.082c-1.005-.62-2.026-1.485-2.94-2.523C10.575 36.338 9 33.39 9 30.007c0-2.965.516-5.746 1.43-7.86c.456-1.053 1.05-2.032 1.811-2.777c.729-.713 1.702-1.29 2.878-1.35C9.59 15.504 6 10.787 6 6z"/><path fill-rule="evenodd" d="M25.91 17.803C34.456 17.027 40 11.169 40 6h2c0 4.787-3.59 9.504-9.119 12.02c1.176.06 2.15.637 2.878 1.35c.761.745 1.355 1.724 1.81 2.778c.915 2.113 1.431 4.894 1.431 7.86c0 3.381-1.574 6.33-3.385 8.387c-.914 1.038-1.934 1.903-2.94 2.523c-.953.587-2.102 1.082-3.238 1.082c-1.365 0-2.387-.703-3.033-1.638c-.579-.838-.873-1.87-1.047-2.815c-.325-1.761-.354-3.988-.357-6.047V17.886zM37 30.008" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsProstate(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"><path d="M8 6c0 5.169 5.544 11.027 14.09 11.803l.91.083V31.5c-.003 2.059-.032 4.286-.357 6.047c-.174.945-.468 1.977-1.047 2.815c-.646.935-1.668 1.638-3.033 1.638c-1.136 0-2.285-.495-3.238-1.082c-1.005-.62-2.026-1.485-2.94-2.523C10.575 36.338 9 33.39 9 30.007c0-2.965.516-5.746 1.43-7.86c.456-1.053 1.05-2.032 1.811-2.777c.729-.713 1.702-1.29 2.878-1.35C9.59 15.504 6 10.787 6 6z"/><path fillRule="evenodd" d="M25.91 17.803C34.456 17.027 40 11.169 40 6h2c0 4.787-3.59 9.504-9.119 12.02c1.176.06 2.15.637 2.878 1.35c.761.745 1.355 1.724 1.81 2.778c.915 2.113 1.431 4.894 1.431 7.86c0 3.381-1.574 6.33-3.385 8.387c-.914 1.038-1.934 1.903-2.94 2.523c-.953.587-2.102 1.082-3.238 1.082c-1.365 0-2.387-.703-3.033-1.638c-.579-.838-.873-1.87-1.047-2.815c-.325-1.761-.354-3.988-.357-6.047V17.886zM37 30.008" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M8 6c0 5.169 5.544 11.027 14.09 11.803l.91.083V31.5c-.003 2.059-.032 4.286-.357 6.047c-.174.945-.468 1.977-1.047 2.815c-.646.935-1.668 1.638-3.033 1.638c-1.136 0-2.285-.495-3.238-1.082c-1.005-.62-2.026-1.485-2.94-2.523C10.575 36.338 9 33.39 9 30.007c0-2.965.516-5.746 1.43-7.86c.456-1.053 1.05-2.032 1.811-2.777c.729-.713 1.702-1.29 2.878-1.35C9.59 15.504 6 10.787 6 6z"/><path fill-rule="evenodd" d="M25.91 17.803C34.456 17.027 40 11.169 40 6h2c0 4.787-3.59 9.504-9.119 12.02c1.176.06 2.15.637 2.878 1.35c.761.745 1.355 1.724 1.81 2.778c.915 2.113 1.431 4.894 1.431 7.86c0 3.381-1.574 6.33-3.385 8.387c-.914 1.038-1.934 1.903-2.94 2.523c-.953.587-2.102 1.082-3.238 1.082c-1.365 0-2.387-.703-3.033-1.638c-.579-.838-.873-1.87-1.047-2.815c-.325-1.761-.354-3.988-.357-6.047V17.886zM37 30.008" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-prostate {
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%3E%3Cpath%20d%3D%22M8%206c0%205.169%205.544%2011.027%2014.09%2011.803l.91.083V31.5c-.003%202.059-.032%204.286-.357%206.047c-.174.945-.468%201.977-1.047%202.815c-.646.935-1.668%201.638-3.033%201.638c-1.136%200-2.285-.495-3.238-1.082c-1.005-.62-2.026-1.485-2.94-2.523C10.575%2036.338%209%2033.39%209%2030.007c0-2.965.516-5.746%201.43-7.86c.456-1.053%201.05-2.032%201.811-2.777c.729-.713%201.702-1.29%202.878-1.35C9.59%2015.504%206%2010.787%206%206z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M25.91%2017.803C34.456%2017.027%2040%2011.169%2040%206h2c0%204.787-3.59%209.504-9.119%2012.02c1.176.06%202.15.637%202.878%201.35c.761.745%201.355%201.724%201.81%202.778c.915%202.113%201.431%204.894%201.431%207.86c0%203.381-1.574%206.33-3.385%208.387c-.914%201.038-1.934%201.903-2.94%202.523c-.953.587-2.102%201.082-3.238%201.082c-1.365%200-2.387-.703-3.033-1.638c-.579-.838-.873-1.87-1.047-2.815c-.325-1.761-.354-3.988-.357-6.047V17.886zM37%2030.008%22%20clip-rule%3D%22evenodd%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%3E%3Cpath%20d%3D%22M8%206c0%205.169%205.544%2011.027%2014.09%2011.803l.91.083V31.5c-.003%202.059-.032%204.286-.357%206.047c-.174.945-.468%201.977-1.047%202.815c-.646.935-1.668%201.638-3.033%201.638c-1.136%200-2.285-.495-3.238-1.082c-1.005-.62-2.026-1.485-2.94-2.523C10.575%2036.338%209%2033.39%209%2030.007c0-2.965.516-5.746%201.43-7.86c.456-1.053%201.05-2.032%201.811-2.777c.729-.713%201.702-1.29%202.878-1.35C9.59%2015.504%206%2010.787%206%206z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M25.91%2017.803C34.456%2017.027%2040%2011.169%2040%206h2c0%204.787-3.59%209.504-9.119%2012.02c1.176.06%202.15.637%202.878%201.35c.761.745%201.355%201.724%201.81%202.778c.915%202.113%201.431%204.894%201.431%207.86c0%203.381-1.574%206.33-3.385%208.387c-.914%201.038-1.934%201.903-2.94%202.523c-.953.587-2.102%201.082-3.238%201.082c-1.365%200-2.387-.703-3.033-1.638c-.579-.838-.873-1.87-1.047-2.815c-.325-1.761-.354-3.988-.357-6.047V17.886zM37%2030.008%22%20clip-rule%3D%22evenodd%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/prostate.svg?color=%231a73e8&size=48