prostate cancer icon

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

Name
prostate-cancer-outline
Set
Health Icons
Style
Outline
Category
Conditions
Viewbox
48×48
License
MIT
Aliases
prostate-cancer2x-outline

1 other variant in Health Icons

More conditions icons from Health Icons

Use the prostate cancer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M22.09 17.803C13.545 17.027 8 11.169 8 6H6c0 4.787 3.59 9.504 9.119 12.02c-1.176.06-2.15.637-2.878 1.35c-.761.745-1.355 1.724-1.81 2.778C9.515 24.26 9 27.042 9 30.008c0 3.381 1.574 6.33 3.385 8.387c.914 1.038 1.935 1.903 2.94 2.522c.953.587 2.102 1.083 3.238 1.083c1.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.886zm-6.717 2.212c1.608 0 5.627-.001 5.627 1.977V31c0 4.492-.05 9-2.437 9S11 35.526 11 30.007c0-5.518 1.935-9.992 4.322-9.992zM40 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.638c1.136 0 2.285-.496 3.238-1.083c1.006-.619 2.026-1.484 2.94-2.522C37.425 36.338 39 33.389 39 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.35C38.41 15.504 42 10.787 42 6zM27 21.992V31c0 4.492.05 9 2.437 9c.482 0 1.076-.182 1.719-.518a2.78 2.78 0 0 1-1.602-1.169c-.627-.982-.423-2.12.43-2.678a5.3 5.3 0 0 1-.082-1.62c-.918-.726-1.24-1.913-.707-2.785c.533-.871 1.735-1.127 2.8-.642a5.3 5.3 0 0 1 1.48-.665c.106-1.015 1.026-1.716 2.185-1.606c.479.045.93.221 1.309.486c-.257-4.95-2.08-8.788-4.29-8.788h-.052c-1.608 0-5.627-.001-5.627 1.977" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsProstateCancerOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M22.09 17.803C13.545 17.027 8 11.169 8 6H6c0 4.787 3.59 9.504 9.119 12.02c-1.176.06-2.15.637-2.878 1.35c-.761.745-1.355 1.724-1.81 2.778C9.515 24.26 9 27.042 9 30.008c0 3.381 1.574 6.33 3.385 8.387c.914 1.038 1.935 1.903 2.94 2.522c.953.587 2.102 1.083 3.238 1.083c1.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.886zm-6.717 2.212c1.608 0 5.627-.001 5.627 1.977V31c0 4.492-.05 9-2.437 9S11 35.526 11 30.007c0-5.518 1.935-9.992 4.322-9.992zM40 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.638c1.136 0 2.285-.496 3.238-1.083c1.006-.619 2.026-1.484 2.94-2.522C37.425 36.338 39 33.389 39 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.35C38.41 15.504 42 10.787 42 6zM27 21.992V31c0 4.492.05 9 2.437 9c.482 0 1.076-.182 1.719-.518a2.78 2.78 0 0 1-1.602-1.169c-.627-.982-.423-2.12.43-2.678a5.3 5.3 0 0 1-.082-1.62c-.918-.726-1.24-1.913-.707-2.785c.533-.871 1.735-1.127 2.8-.642a5.3 5.3 0 0 1 1.48-.665c.106-1.015 1.026-1.716 2.185-1.606c.479.045.93.221 1.309.486c-.257-4.95-2.08-8.788-4.29-8.788h-.052c-1.608 0-5.627-.001-5.627 1.977" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M22.09 17.803C13.545 17.027 8 11.169 8 6H6c0 4.787 3.59 9.504 9.119 12.02c-1.176.06-2.15.637-2.878 1.35c-.761.745-1.355 1.724-1.81 2.778C9.515 24.26 9 27.042 9 30.008c0 3.381 1.574 6.33 3.385 8.387c.914 1.038 1.935 1.903 2.94 2.522c.953.587 2.102 1.083 3.238 1.083c1.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.886zm-6.717 2.212c1.608 0 5.627-.001 5.627 1.977V31c0 4.492-.05 9-2.437 9S11 35.526 11 30.007c0-5.518 1.935-9.992 4.322-9.992zM40 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.638c1.136 0 2.285-.496 3.238-1.083c1.006-.619 2.026-1.484 2.94-2.522C37.425 36.338 39 33.389 39 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.35C38.41 15.504 42 10.787 42 6zM27 21.992V31c0 4.492.05 9 2.437 9c.482 0 1.076-.182 1.719-.518a2.78 2.78 0 0 1-1.602-1.169c-.627-.982-.423-2.12.43-2.678a5.3 5.3 0 0 1-.082-1.62c-.918-.726-1.24-1.913-.707-2.785c.533-.871 1.735-1.127 2.8-.642a5.3 5.3 0 0 1 1.48-.665c.106-1.015 1.026-1.716 2.185-1.606c.479.045.93.221 1.309.486c-.257-4.95-2.08-8.788-4.29-8.788h-.052c-1.608 0-5.627-.001-5.627 1.977" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-prostate-cancer-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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M22.09%2017.803C13.545%2017.027%208%2011.169%208%206H6c0%204.787%203.59%209.504%209.119%2012.02c-1.176.06-2.15.637-2.878%201.35c-.761.745-1.355%201.724-1.81%202.778C9.515%2024.26%209%2027.042%209%2030.008c0%203.381%201.574%206.33%203.385%208.387c.914%201.038%201.935%201.903%202.94%202.522c.953.587%202.102%201.083%203.238%201.083c1.365%200%202.387-.703%203.033-1.638c.579-.838.873-1.87%201.047-2.815c.325-1.761.354-3.988.357-6.047V17.886zm-6.717%202.212c1.608%200%205.627-.001%205.627%201.977V31c0%204.492-.05%209-2.437%209S11%2035.526%2011%2030.007c0-5.518%201.935-9.992%204.322-9.992zM40%206c0%205.169-5.544%2011.027-14.09%2011.803l-.91.083V31.5c.003%202.059.032%204.286.357%206.047c.174.945.468%201.977%201.047%202.815c.646.935%201.668%201.638%203.033%201.638c1.136%200%202.285-.496%203.238-1.083c1.006-.619%202.026-1.484%202.94-2.522C37.425%2036.338%2039%2033.389%2039%2030.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.35C38.41%2015.504%2042%2010.787%2042%206zM27%2021.992V31c0%204.492.05%209%202.437%209c.482%200%201.076-.182%201.719-.518a2.78%202.78%200%200%201-1.602-1.169c-.627-.982-.423-2.12.43-2.678a5.3%205.3%200%200%201-.082-1.62c-.918-.726-1.24-1.913-.707-2.785c.533-.871%201.735-1.127%202.8-.642a5.3%205.3%200%200%201%201.48-.665c.106-1.015%201.026-1.716%202.185-1.606c.479.045.93.221%201.309.486c-.257-4.95-2.08-8.788-4.29-8.788h-.052c-1.608%200-5.627-.001-5.627%201.977%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M22.09%2017.803C13.545%2017.027%208%2011.169%208%206H6c0%204.787%203.59%209.504%209.119%2012.02c-1.176.06-2.15.637-2.878%201.35c-.761.745-1.355%201.724-1.81%202.778C9.515%2024.26%209%2027.042%209%2030.008c0%203.381%201.574%206.33%203.385%208.387c.914%201.038%201.935%201.903%202.94%202.522c.953.587%202.102%201.083%203.238%201.083c1.365%200%202.387-.703%203.033-1.638c.579-.838.873-1.87%201.047-2.815c.325-1.761.354-3.988.357-6.047V17.886zm-6.717%202.212c1.608%200%205.627-.001%205.627%201.977V31c0%204.492-.05%209-2.437%209S11%2035.526%2011%2030.007c0-5.518%201.935-9.992%204.322-9.992zM40%206c0%205.169-5.544%2011.027-14.09%2011.803l-.91.083V31.5c.003%202.059.032%204.286.357%206.047c.174.945.468%201.977%201.047%202.815c.646.935%201.668%201.638%203.033%201.638c1.136%200%202.285-.496%203.238-1.083c1.006-.619%202.026-1.484%202.94-2.522C37.425%2036.338%2039%2033.389%2039%2030.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.35C38.41%2015.504%2042%2010.787%2042%206zM27%2021.992V31c0%204.492.05%209%202.437%209c.482%200%201.076-.182%201.719-.518a2.78%202.78%200%200%201-1.602-1.169c-.627-.982-.423-2.12.43-2.678a5.3%205.3%200%200%201-.082-1.62c-.918-.726-1.24-1.913-.707-2.785c.533-.871%201.735-1.127%202.8-.642a5.3%205.3%200%200%201%201.48-.665c.106-1.015%201.026-1.716%202.185-1.606c.479.045.93.221%201.309.486c-.257-4.95-2.08-8.788-4.29-8.788h-.052c-1.608%200-5.627-.001-5.627%201.977%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-cancer-outline.svg?color=%231a73e8&size=48