male condom icon

male-condom from Health Icons by Resolve to Save Lives · Filled · Contraceptives · MIT Free for personal and commercial use.

Name
male-condom
Set
Health Icons
Style
Filled
Category
Contraceptives
Viewbox
48×48
License
MIT

3 other variants in Health Icons

More contraceptives icons from Health Icons

Use the male condom 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="m27.886 6l4.108 1.14l-.732 2.85l2.733.764l-.732 2.85l2.734.763l-.733 2.85l2.734.764l-.733 2.85l2.734.763l-.733 2.85l2.734.764l-1.107 4.28L20.105 42l-4.1-1.145l.733-2.85l-2.734-.764l.732-2.85l-2.733-.763l.732-2.85l-2.733-.764l.732-2.85l-2.733-.763l.732-2.85L6 22.787l1.09-4.27zM16.207 28.5a9 9 0 1 0 15.589-9a9 9 0 0 0-15.589 9m1.735-1.002A6.999 6.999 0 1 0 30.064 20.5a6.999 6.999 0 0 0-12.122 6.998m8.558.831a5 5 0 1 1-5-8.658a5 5 0 0 1 5 8.658m-.909-1.575a3.18 3.18 0 1 1-3.18-5.51a3.18 3.18 0 0 1 3.18 5.51" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsMaleCondom(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="m27.886 6l4.108 1.14l-.732 2.85l2.733.764l-.732 2.85l2.734.763l-.733 2.85l2.734.764l-.733 2.85l2.734.763l-.733 2.85l2.734.764l-1.107 4.28L20.105 42l-4.1-1.145l.733-2.85l-2.734-.764l.732-2.85l-2.733-.763l.732-2.85l-2.733-.764l.732-2.85l-2.733-.763l.732-2.85L6 22.787l1.09-4.27zM16.207 28.5a9 9 0 1 0 15.589-9a9 9 0 0 0-15.589 9m1.735-1.002A6.999 6.999 0 1 0 30.064 20.5a6.999 6.999 0 0 0-12.122 6.998m8.558.831a5 5 0 1 1-5-8.658a5 5 0 0 1 5 8.658m-.909-1.575a3.18 3.18 0 1 1-3.18-5.51a3.18 3.18 0 0 1 3.18 5.51" 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="m27.886 6l4.108 1.14l-.732 2.85l2.733.764l-.732 2.85l2.734.763l-.733 2.85l2.734.764l-.733 2.85l2.734.763l-.733 2.85l2.734.764l-1.107 4.28L20.105 42l-4.1-1.145l.733-2.85l-2.734-.764l.732-2.85l-2.733-.763l.732-2.85l-2.733-.764l.732-2.85l-2.733-.763l.732-2.85L6 22.787l1.09-4.27zM16.207 28.5a9 9 0 1 0 15.589-9a9 9 0 0 0-15.589 9m1.735-1.002A6.999 6.999 0 1 0 30.064 20.5a6.999 6.999 0 0 0-12.122 6.998m8.558.831a5 5 0 1 1-5-8.658a5 5 0 0 1 5 8.658m-.909-1.575a3.18 3.18 0 1 1-3.18-5.51a3.18 3.18 0 0 1 3.18 5.51" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-male-condom {
  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%22m27.886%206l4.108%201.14l-.732%202.85l2.733.764l-.732%202.85l2.734.763l-.733%202.85l2.734.764l-.733%202.85l2.734.763l-.733%202.85l2.734.764l-1.107%204.28L20.105%2042l-4.1-1.145l.733-2.85l-2.734-.764l.732-2.85l-2.733-.763l.732-2.85l-2.733-.764l.732-2.85l-2.733-.763l.732-2.85L6%2022.787l1.09-4.27zM16.207%2028.5a9%209%200%201%200%2015.589-9a9%209%200%200%200-15.589%209m1.735-1.002A6.999%206.999%200%201%200%2030.064%2020.5a6.999%206.999%200%200%200-12.122%206.998m8.558.831a5%205%200%201%201-5-8.658a5%205%200%200%201%205%208.658m-.909-1.575a3.18%203.18%200%201%201-3.18-5.51a3.18%203.18%200%200%201%203.18%205.51%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%22m27.886%206l4.108%201.14l-.732%202.85l2.733.764l-.732%202.85l2.734.763l-.733%202.85l2.734.764l-.733%202.85l2.734.763l-.733%202.85l2.734.764l-1.107%204.28L20.105%2042l-4.1-1.145l.733-2.85l-2.734-.764l.732-2.85l-2.733-.763l.732-2.85l-2.733-.764l.732-2.85l-2.733-.763l.732-2.85L6%2022.787l1.09-4.27zM16.207%2028.5a9%209%200%201%200%2015.589-9a9%209%200%200%200-15.589%209m1.735-1.002A6.999%206.999%200%201%200%2030.064%2020.5a6.999%206.999%200%200%200-12.122%206.998m8.558.831a5%205%200%201%201-5-8.658a5%205%200%200%201%205%208.658m-.909-1.575a3.18%203.18%200%201%201-3.18-5.51a3.18%203.18%200%200%201%203.18%205.51%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/male-condom.svg?color=%231a73e8&size=48