contraceptive patch icon
contraceptive-patch-24px from Health Icons by Resolve to Save Lives · Filled 24px · Contraceptives · MIT Free for personal and commercial use.
- Name
- contraceptive-patch-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-vouchercopper-iudfamily-planningfemale-condomhormonal-ringimplantiudmale-condomoral-contraception-pillsx21oral-contraception-pillsx28sayana-pressspermcontraceptive-diaphragm-negativecontraceptive-injection-negativecontraceptive-patch-negativecontraceptive-voucher-negative
Use the contraceptive patch icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M8.5 7.5c-.5 0-1 .5-1 1v7c0 .5.5 1 1 1h7c.5 0 1.1-.5 1.1-1v-7c0-.5-.6-1-1.1-1zm4 1.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M9 11a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m0 3a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m2.5-3.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M11 14a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m2.5-3.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m1.5.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m-1.5 2.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m1.5.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m-2.5-2a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-.5 3.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m2-3a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m.5 2.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M14 9.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M10.5 12a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-.5 3.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m.5-6.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/><path d="M17.5 2h-11A4.5 4.5 0 0 0 2 6.5v11A4.5 4.5 0 0 0 6.5 22h11a4.5 4.5 0 0 0 4.5-4.5v-11A4.5 4.5 0 0 0 17.5 2m-9 4h7A2.5 2.5 0 0 1 18 8.5v7a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 6 15.5v-7A2.5 2.5 0 0 1 8.5 6"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsContraceptivePatch24px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M8.5 7.5c-.5 0-1 .5-1 1v7c0 .5.5 1 1 1h7c.5 0 1.1-.5 1.1-1v-7c0-.5-.6-1-1.1-1zm4 1.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M9 11a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m0 3a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m2.5-3.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M11 14a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m2.5-3.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m1.5.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m-1.5 2.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m1.5.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m-2.5-2a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-.5 3.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m2-3a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m.5 2.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M14 9.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M10.5 12a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-.5 3.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m.5-6.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/><path d="M17.5 2h-11A4.5 4.5 0 0 0 2 6.5v11A4.5 4.5 0 0 0 6.5 22h11a4.5 4.5 0 0 0 4.5-4.5v-11A4.5 4.5 0 0 0 17.5 2m-9 4h7A2.5 2.5 0 0 1 18 8.5v7a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 6 15.5v-7A2.5 2.5 0 0 1 8.5 6"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M8.5 7.5c-.5 0-1 .5-1 1v7c0 .5.5 1 1 1h7c.5 0 1.1-.5 1.1-1v-7c0-.5-.6-1-1.1-1zm4 1.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M9 11a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m0 3a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m2.5-3.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M11 14a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m2.5-3.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m1.5.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m-1.5 2.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m1.5.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m-2.5-2a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-.5 3.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m2-3a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m.5 2.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M14 9.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M10.5 12a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-.5 3.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m.5-6.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/><path d="M17.5 2h-11A4.5 4.5 0 0 0 2 6.5v11A4.5 4.5 0 0 0 6.5 22h11a4.5 4.5 0 0 0 4.5-4.5v-11A4.5 4.5 0 0 0 17.5 2m-9 4h7A2.5 2.5 0 0 1 18 8.5v7a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 6 15.5v-7A2.5 2.5 0 0 1 8.5 6"/></g></svg> </template>
CSS
.icon-contraceptive-patch-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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8.5%207.5c-.5%200-1%20.5-1%201v7c0%20.5.5%201%201%201h7c.5%200%201.1-.5%201.1-1v-7c0-.5-.6-1-1.1-1zm4%201.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M9%2011a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m0%203a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m2.5-3.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M11%2014a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m2.5-3.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m1.5.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m-1.5%202.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m1.5.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m-2.5-2a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m-.5%203.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m2-3a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m.5%202.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M14%209.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201M10.5%2012a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m-.5%203.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m.5-6.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%22%2F%3E%3Cpath%20d%3D%22M17.5%202h-11A4.5%204.5%200%200%200%202%206.5v11A4.5%204.5%200%200%200%206.5%2022h11a4.5%204.5%200%200%200%204.5-4.5v-11A4.5%204.5%200%200%200%2017.5%202m-9%204h7A2.5%202.5%200%200%201%2018%208.5v7a2.5%202.5%200%200%201-2.5%202.5h-7A2.5%202.5%200%200%201%206%2015.5v-7A2.5%202.5%200%200%201%208.5%206%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8.5%207.5c-.5%200-1%20.5-1%201v7c0%20.5.5%201%201%201h7c.5%200%201.1-.5%201.1-1v-7c0-.5-.6-1-1.1-1zm4%201.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M9%2011a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m0%203a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m2.5-3.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M11%2014a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m2.5-3.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m1.5.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m-1.5%202.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m1.5.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m-2.5-2a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m-.5%203.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m2-3a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m.5%202.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M14%209.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201M10.5%2012a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m-.5%203.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m.5-6.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%22%2F%3E%3Cpath%20d%3D%22M17.5%202h-11A4.5%204.5%200%200%200%202%206.5v11A4.5%204.5%200%200%200%206.5%2022h11a4.5%204.5%200%200%200%204.5-4.5v-11A4.5%204.5%200%200%200%2017.5%202m-9%204h7A2.5%202.5%200%200%201%2018%208.5v7a2.5%202.5%200%200%201-2.5%202.5h-7A2.5%202.5%200%200%201%206%2015.5v-7A2.5%202.5%200%200%201%208.5%206%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/contraceptive-patch-24px.svg?color=%231a73e8&size=48