female condom icon
female-condom-24px from Health Icons by Resolve to Save Lives · Filled 24px · Contraceptives · MIT Free for personal and commercial use.
- Name
- female-condom-24px
- Set
- Health Icons
- Style
- Filled 24px
- Category
- Contraceptives
- Viewbox
- 24×24
- License
- MIT
3 other variants in Health Icons
More contraceptives icons from Health Icons
contraceptive-diaphragmcontraceptive-injectioncontraceptive-patchcontraceptive-vouchercopper-iudfamily-planninghormonal-ringimplantiudmale-condomoral-contraception-pillsx21oral-contraception-pillsx28sayana-pressspermfemale-and-malefemale-reproductive-systemfemale-sex-workerfemale-and-male-negativefemale-condom-negativefemale-reproductive-system-negativefemale-sex-worker-negative
Use the female condom 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="M19 9.874A4.002 4.002 0 0 0 18 2a4 4 0 0 0-1 7.874V11h-1.5v2H17v1.5h2V13h1.5v-2H19zM18 8a2 2 0 1 0 0-4a2 2 0 0 0 0 4M7.5 4.5a1.5 1.5 0 1 1 3 0v.79A4 4 0 0 1 13 9v9h.5a1.5 1.5 0 0 1 0 3h-9a1.5 1.5 0 0 1 0-3H5V9a4 4 0 0 1 2.5-3.71zM11 18V9a2 2 0 1 0-4 0v9z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsFemaleCondom24px(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="M19 9.874A4.002 4.002 0 0 0 18 2a4 4 0 0 0-1 7.874V11h-1.5v2H17v1.5h2V13h1.5v-2H19zM18 8a2 2 0 1 0 0-4a2 2 0 0 0 0 4M7.5 4.5a1.5 1.5 0 1 1 3 0v.79A4 4 0 0 1 13 9v9h.5a1.5 1.5 0 0 1 0 3h-9a1.5 1.5 0 0 1 0-3H5V9a4 4 0 0 1 2.5-3.71zM11 18V9a2 2 0 1 0-4 0v9z" 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="M19 9.874A4.002 4.002 0 0 0 18 2a4 4 0 0 0-1 7.874V11h-1.5v2H17v1.5h2V13h1.5v-2H19zM18 8a2 2 0 1 0 0-4a2 2 0 0 0 0 4M7.5 4.5a1.5 1.5 0 1 1 3 0v.79A4 4 0 0 1 13 9v9h.5a1.5 1.5 0 0 1 0 3h-9a1.5 1.5 0 0 1 0-3H5V9a4 4 0 0 1 2.5-3.71zM11 18V9a2 2 0 1 0-4 0v9z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-female-condom-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%22M19%209.874A4.002%204.002%200%200%200%2018%202a4%204%200%200%200-1%207.874V11h-1.5v2H17v1.5h2V13h1.5v-2H19zM18%208a2%202%200%201%200%200-4a2%202%200%200%200%200%204M7.5%204.5a1.5%201.5%200%201%201%203%200v.79A4%204%200%200%201%2013%209v9h.5a1.5%201.5%200%200%201%200%203h-9a1.5%201.5%200%200%201%200-3H5V9a4%204%200%200%201%202.5-3.71zM11%2018V9a2%202%200%201%200-4%200v9z%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%22M19%209.874A4.002%204.002%200%200%200%2018%202a4%204%200%200%200-1%207.874V11h-1.5v2H17v1.5h2V13h1.5v-2H19zM18%208a2%202%200%201%200%200-4a2%202%200%200%200%200%204M7.5%204.5a1.5%201.5%200%201%201%203%200v.79A4%204%200%200%201%2013%209v9h.5a1.5%201.5%200%200%201%200%203h-9a1.5%201.5%200%200%201%200-3H5V9a4%204%200%200%201%202.5-3.71zM11%2018V9a2%202%200%201%200-4%200v9z%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/female-condom-24px.svg?color=%231a73e8&size=48