breasts from Health Icons by Resolve to Save Lives · Filled · Body · MIT Free for personal and commercial use.

Name
breasts
Set
Health Icons
Style
Filled
Category
Body
Viewbox
48×48
License
MIT

1 other variant in Health Icons

More body icons from Health Icons

Use the breasts 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="M10.15 38L8.5 32.852c1.238.472 2.561.709 3.898.692a10.4 10.4 0 0 0 5.647-1.74a10.1 10.1 0 0 0 3.728-4.518a1 1 0 0 0-1.846-.769a8.1 8.1 0 0 1-2.991 3.624a8.4 8.4 0 0 1-4.563 1.403a8.6 8.6 0 0 1-4.637-1.292a8.4 8.4 0 0 1-3.177-3.56a8.1 8.1 0 0 1-.682-4.646a8 8 0 0 1 2.021-4.22c.217-.238.62-.592 1.082-.984l.326-.275v-.001c.333-.28.661-.557.878-.758l1.064-.988c.664-.617 1.073-1.324 1.163-2.119c.071-.628-.068-1.217-.305-1.748a2 2 0 0 0-.023-.143c-.076-.389.18-.81.575-.81h26.858c.311 0 .534.258.565.554l-.017.03c-.346.621-.583 1.341-.495 2.121c.09.797.5 1.504 1.166 2.12l1.068.988c.217.2.547.477.88.757l.328.275c.463.392.867.746 1.085.983a8 8 0 0 1 2.024 4.217a8.07 8.07 0 0 1-.69 4.648a8.45 8.45 0 0 1-3.196 3.566a8.67 8.67 0 0 1-4.663 1.3a8.46 8.46 0 0 1-4.583-1.4a8.1 8.1 0 0 1-2.999-3.62a1 1 0 1 0-1.846.77a10.1 10.1 0 0 0 3.74 4.516a10.46 10.46 0 0 0 5.665 1.733a10.7 10.7 0 0 0 3.398-.515L37.846 38zM13 25a2 2 0 1 1-4 0a2 2 0 0 1 4 0m24 2a2 2 0 1 0 0-4a2 2 0 0 0 0 4" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBreasts(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="M10.15 38L8.5 32.852c1.238.472 2.561.709 3.898.692a10.4 10.4 0 0 0 5.647-1.74a10.1 10.1 0 0 0 3.728-4.518a1 1 0 0 0-1.846-.769a8.1 8.1 0 0 1-2.991 3.624a8.4 8.4 0 0 1-4.563 1.403a8.6 8.6 0 0 1-4.637-1.292a8.4 8.4 0 0 1-3.177-3.56a8.1 8.1 0 0 1-.682-4.646a8 8 0 0 1 2.021-4.22c.217-.238.62-.592 1.082-.984l.326-.275v-.001c.333-.28.661-.557.878-.758l1.064-.988c.664-.617 1.073-1.324 1.163-2.119c.071-.628-.068-1.217-.305-1.748a2 2 0 0 0-.023-.143c-.076-.389.18-.81.575-.81h26.858c.311 0 .534.258.565.554l-.017.03c-.346.621-.583 1.341-.495 2.121c.09.797.5 1.504 1.166 2.12l1.068.988c.217.2.547.477.88.757l.328.275c.463.392.867.746 1.085.983a8 8 0 0 1 2.024 4.217a8.07 8.07 0 0 1-.69 4.648a8.45 8.45 0 0 1-3.196 3.566a8.67 8.67 0 0 1-4.663 1.3a8.46 8.46 0 0 1-4.583-1.4a8.1 8.1 0 0 1-2.999-3.62a1 1 0 1 0-1.846.77a10.1 10.1 0 0 0 3.74 4.516a10.46 10.46 0 0 0 5.665 1.733a10.7 10.7 0 0 0 3.398-.515L37.846 38zM13 25a2 2 0 1 1-4 0a2 2 0 0 1 4 0m24 2a2 2 0 1 0 0-4a2 2 0 0 0 0 4" 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="M10.15 38L8.5 32.852c1.238.472 2.561.709 3.898.692a10.4 10.4 0 0 0 5.647-1.74a10.1 10.1 0 0 0 3.728-4.518a1 1 0 0 0-1.846-.769a8.1 8.1 0 0 1-2.991 3.624a8.4 8.4 0 0 1-4.563 1.403a8.6 8.6 0 0 1-4.637-1.292a8.4 8.4 0 0 1-3.177-3.56a8.1 8.1 0 0 1-.682-4.646a8 8 0 0 1 2.021-4.22c.217-.238.62-.592 1.082-.984l.326-.275v-.001c.333-.28.661-.557.878-.758l1.064-.988c.664-.617 1.073-1.324 1.163-2.119c.071-.628-.068-1.217-.305-1.748a2 2 0 0 0-.023-.143c-.076-.389.18-.81.575-.81h26.858c.311 0 .534.258.565.554l-.017.03c-.346.621-.583 1.341-.495 2.121c.09.797.5 1.504 1.166 2.12l1.068.988c.217.2.547.477.88.757l.328.275c.463.392.867.746 1.085.983a8 8 0 0 1 2.024 4.217a8.07 8.07 0 0 1-.69 4.648a8.45 8.45 0 0 1-3.196 3.566a8.67 8.67 0 0 1-4.663 1.3a8.46 8.46 0 0 1-4.583-1.4a8.1 8.1 0 0 1-2.999-3.62a1 1 0 1 0-1.846.77a10.1 10.1 0 0 0 3.74 4.516a10.46 10.46 0 0 0 5.665 1.733a10.7 10.7 0 0 0 3.398-.515L37.846 38zM13 25a2 2 0 1 1-4 0a2 2 0 0 1 4 0m24 2a2 2 0 1 0 0-4a2 2 0 0 0 0 4" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-breasts {
  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%22M10.15%2038L8.5%2032.852c1.238.472%202.561.709%203.898.692a10.4%2010.4%200%200%200%205.647-1.74a10.1%2010.1%200%200%200%203.728-4.518a1%201%200%200%200-1.846-.769a8.1%208.1%200%200%201-2.991%203.624a8.4%208.4%200%200%201-4.563%201.403a8.6%208.6%200%200%201-4.637-1.292a8.4%208.4%200%200%201-3.177-3.56a8.1%208.1%200%200%201-.682-4.646a8%208%200%200%201%202.021-4.22c.217-.238.62-.592%201.082-.984l.326-.275v-.001c.333-.28.661-.557.878-.758l1.064-.988c.664-.617%201.073-1.324%201.163-2.119c.071-.628-.068-1.217-.305-1.748a2%202%200%200%200-.023-.143c-.076-.389.18-.81.575-.81h26.858c.311%200%20.534.258.565.554l-.017.03c-.346.621-.583%201.341-.495%202.121c.09.797.5%201.504%201.166%202.12l1.068.988c.217.2.547.477.88.757l.328.275c.463.392.867.746%201.085.983a8%208%200%200%201%202.024%204.217a8.07%208.07%200%200%201-.69%204.648a8.45%208.45%200%200%201-3.196%203.566a8.67%208.67%200%200%201-4.663%201.3a8.46%208.46%200%200%201-4.583-1.4a8.1%208.1%200%200%201-2.999-3.62a1%201%200%201%200-1.846.77a10.1%2010.1%200%200%200%203.74%204.516a10.46%2010.46%200%200%200%205.665%201.733a10.7%2010.7%200%200%200%203.398-.515L37.846%2038zM13%2025a2%202%200%201%201-4%200a2%202%200%200%201%204%200m24%202a2%202%200%201%200%200-4a2%202%200%200%200%200%204%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%22M10.15%2038L8.5%2032.852c1.238.472%202.561.709%203.898.692a10.4%2010.4%200%200%200%205.647-1.74a10.1%2010.1%200%200%200%203.728-4.518a1%201%200%200%200-1.846-.769a8.1%208.1%200%200%201-2.991%203.624a8.4%208.4%200%200%201-4.563%201.403a8.6%208.6%200%200%201-4.637-1.292a8.4%208.4%200%200%201-3.177-3.56a8.1%208.1%200%200%201-.682-4.646a8%208%200%200%201%202.021-4.22c.217-.238.62-.592%201.082-.984l.326-.275v-.001c.333-.28.661-.557.878-.758l1.064-.988c.664-.617%201.073-1.324%201.163-2.119c.071-.628-.068-1.217-.305-1.748a2%202%200%200%200-.023-.143c-.076-.389.18-.81.575-.81h26.858c.311%200%20.534.258.565.554l-.017.03c-.346.621-.583%201.341-.495%202.121c.09.797.5%201.504%201.166%202.12l1.068.988c.217.2.547.477.88.757l.328.275c.463.392.867.746%201.085.983a8%208%200%200%201%202.024%204.217a8.07%208.07%200%200%201-.69%204.648a8.45%208.45%200%200%201-3.196%203.566a8.67%208.67%200%200%201-4.663%201.3a8.46%208.46%200%200%201-4.583-1.4a8.1%208.1%200%200%201-2.999-3.62a1%201%200%201%200-1.846.77a10.1%2010.1%200%200%200%203.74%204.516a10.46%2010.46%200%200%200%205.665%201.733a10.7%2010.7%200%200%200%203.398-.515L37.846%2038zM13%2025a2%202%200%201%201-4%200a2%202%200%200%201%204%200m24%202a2%202%200%201%200%200-4a2%202%200%200%200%200%204%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/breasts.svg?color=%231a73e8&size=48