contraceptive diaphragm icon

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

Name
contraceptive-diaphragm
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 contraceptive diaphragm 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="M38 24.043q0 .57-.045 1.087l.01.002q.035.538.035 1.084c0 1.409-.176 2.547-.483 3.468a1 1 0 0 0 1.898.632c.39-1.17.585-2.53.585-4.1q0-.242-.006-.483C44.406 28.11 47.176 37 24.27 37C1.429 37 3.199 27.669 8.007 25.711a19 19 0 0 0-.007.505c0 1.31.136 2.47.406 3.498a1 1 0 0 0 1.934-.509c-.218-.83-.34-1.815-.34-2.989q0-.513.03-1.017l.02-.004q-.05-.546-.05-1.152C10 16.287 16.268 10 24 10s14 6.287 14 14.043m-17.374-6.767a1 1 0 1 0-.576-1.915A8.5 8.5 0 0 0 14 23.428a1 1 0 0 0 2 .017a6.5 6.5 0 0 1 4.626-6.17" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsContraceptiveDiaphragm(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="M38 24.043q0 .57-.045 1.087l.01.002q.035.538.035 1.084c0 1.409-.176 2.547-.483 3.468a1 1 0 0 0 1.898.632c.39-1.17.585-2.53.585-4.1q0-.242-.006-.483C44.406 28.11 47.176 37 24.27 37C1.429 37 3.199 27.669 8.007 25.711a19 19 0 0 0-.007.505c0 1.31.136 2.47.406 3.498a1 1 0 0 0 1.934-.509c-.218-.83-.34-1.815-.34-2.989q0-.513.03-1.017l.02-.004q-.05-.546-.05-1.152C10 16.287 16.268 10 24 10s14 6.287 14 14.043m-17.374-6.767a1 1 0 1 0-.576-1.915A8.5 8.5 0 0 0 14 23.428a1 1 0 0 0 2 .017a6.5 6.5 0 0 1 4.626-6.17" 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="M38 24.043q0 .57-.045 1.087l.01.002q.035.538.035 1.084c0 1.409-.176 2.547-.483 3.468a1 1 0 0 0 1.898.632c.39-1.17.585-2.53.585-4.1q0-.242-.006-.483C44.406 28.11 47.176 37 24.27 37C1.429 37 3.199 27.669 8.007 25.711a19 19 0 0 0-.007.505c0 1.31.136 2.47.406 3.498a1 1 0 0 0 1.934-.509c-.218-.83-.34-1.815-.34-2.989q0-.513.03-1.017l.02-.004q-.05-.546-.05-1.152C10 16.287 16.268 10 24 10s14 6.287 14 14.043m-17.374-6.767a1 1 0 1 0-.576-1.915A8.5 8.5 0 0 0 14 23.428a1 1 0 0 0 2 .017a6.5 6.5 0 0 1 4.626-6.17" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-contraceptive-diaphragm {
  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%22M38%2024.043q0%20.57-.045%201.087l.01.002q.035.538.035%201.084c0%201.409-.176%202.547-.483%203.468a1%201%200%200%200%201.898.632c.39-1.17.585-2.53.585-4.1q0-.242-.006-.483C44.406%2028.11%2047.176%2037%2024.27%2037C1.429%2037%203.199%2027.669%208.007%2025.711a19%2019%200%200%200-.007.505c0%201.31.136%202.47.406%203.498a1%201%200%200%200%201.934-.509c-.218-.83-.34-1.815-.34-2.989q0-.513.03-1.017l.02-.004q-.05-.546-.05-1.152C10%2016.287%2016.268%2010%2024%2010s14%206.287%2014%2014.043m-17.374-6.767a1%201%200%201%200-.576-1.915A8.5%208.5%200%200%200%2014%2023.428a1%201%200%200%200%202%20.017a6.5%206.5%200%200%201%204.626-6.17%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%22M38%2024.043q0%20.57-.045%201.087l.01.002q.035.538.035%201.084c0%201.409-.176%202.547-.483%203.468a1%201%200%200%200%201.898.632c.39-1.17.585-2.53.585-4.1q0-.242-.006-.483C44.406%2028.11%2047.176%2037%2024.27%2037C1.429%2037%203.199%2027.669%208.007%2025.711a19%2019%200%200%200-.007.505c0%201.31.136%202.47.406%203.498a1%201%200%200%200%201.934-.509c-.218-.83-.34-1.815-.34-2.989q0-.513.03-1.017l.02-.004q-.05-.546-.05-1.152C10%2016.287%2016.268%2010%2024%2010s14%206.287%2014%2014.043m-17.374-6.767a1%201%200%201%200-.576-1.915A8.5%208.5%200%200%200%2014%2023.428a1%201%200%200%200%202%20.017a6.5%206.5%200%200%201%204.626-6.17%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/contraceptive-diaphragm.svg?color=%231a73e8&size=48