contraceptive diaphragm icon

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

Name
contraceptive-diaphragm-outline
Set
Health Icons
Style
Outline
Category
Contraceptives
Viewbox
48×48
License
MIT
Aliases
contraceptive-diaphragm2x-outline

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"><g fill="currentColor"><path d="M20.626 17.276a1 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"/><path fill-rule="evenodd" d="M4.701 27.382c.67-1.26 1.871-2.248 3.244-2.738c.155-1.89.708-3.963 1.666-5.937C11.842 14.11 16.364 9.9 23.394 9.9c6.941 0 11.816 3.615 14.434 7.97c1.304 2.17 2.059 4.536 2.233 6.755l.003.033c1.266.597 2.446 1.648 3.136 2.93c.735 1.366.936 3.057-.01 4.668c-.916 1.56-2.798 2.854-5.789 3.763c-3.008.915-7.267 1.48-13.148 1.48c-5.885 0-10.206-.598-13.295-1.551c-3.075-.95-5.039-2.285-6.041-3.845c-1.035-1.61-.958-3.327-.216-4.721m5.4-1.811c-.027 1.83.425 3.068 1.02 3.628A1.1 1.1 0 0 1 9.615 30.8c-.997-.938-1.506-2.386-1.661-3.967c-.643.367-1.17.893-1.486 1.487c-.43.809-.48 1.748.132 2.7c.645 1.003 2.1 2.136 4.949 3.016c2.832.874 6.936 1.463 12.705 1.463c5.774 0 9.818-.559 12.566-1.394c2.766-.841 4.094-1.922 4.646-2.863c.522-.888.45-1.822-.026-2.707c-.327-.608-.834-1.161-1.418-1.586c-.163 1.352-.582 2.614-1.294 3.666a1.1 1.1 0 0 1-1.822-1.233c.752-1.11 1.11-2.715.963-4.586c-.146-1.86-.787-3.899-1.925-5.793c-2.266-3.77-6.464-6.904-12.549-6.904c-5.996 0-9.848 3.54-11.804 7.568c-.982 2.022-1.462 4.13-1.489 5.903" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsContraceptiveDiaphragmOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M20.626 17.276a1 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"/><path fillRule="evenodd" d="M4.701 27.382c.67-1.26 1.871-2.248 3.244-2.738c.155-1.89.708-3.963 1.666-5.937C11.842 14.11 16.364 9.9 23.394 9.9c6.941 0 11.816 3.615 14.434 7.97c1.304 2.17 2.059 4.536 2.233 6.755l.003.033c1.266.597 2.446 1.648 3.136 2.93c.735 1.366.936 3.057-.01 4.668c-.916 1.56-2.798 2.854-5.789 3.763c-3.008.915-7.267 1.48-13.148 1.48c-5.885 0-10.206-.598-13.295-1.551c-3.075-.95-5.039-2.285-6.041-3.845c-1.035-1.61-.958-3.327-.216-4.721m5.4-1.811c-.027 1.83.425 3.068 1.02 3.628A1.1 1.1 0 0 1 9.615 30.8c-.997-.938-1.506-2.386-1.661-3.967c-.643.367-1.17.893-1.486 1.487c-.43.809-.48 1.748.132 2.7c.645 1.003 2.1 2.136 4.949 3.016c2.832.874 6.936 1.463 12.705 1.463c5.774 0 9.818-.559 12.566-1.394c2.766-.841 4.094-1.922 4.646-2.863c.522-.888.45-1.822-.026-2.707c-.327-.608-.834-1.161-1.418-1.586c-.163 1.352-.582 2.614-1.294 3.666a1.1 1.1 0 0 1-1.822-1.233c.752-1.11 1.11-2.715.963-4.586c-.146-1.86-.787-3.899-1.925-5.793c-2.266-3.77-6.464-6.904-12.549-6.904c-5.996 0-9.848 3.54-11.804 7.568c-.982 2.022-1.462 4.13-1.489 5.903" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M20.626 17.276a1 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"/><path fill-rule="evenodd" d="M4.701 27.382c.67-1.26 1.871-2.248 3.244-2.738c.155-1.89.708-3.963 1.666-5.937C11.842 14.11 16.364 9.9 23.394 9.9c6.941 0 11.816 3.615 14.434 7.97c1.304 2.17 2.059 4.536 2.233 6.755l.003.033c1.266.597 2.446 1.648 3.136 2.93c.735 1.366.936 3.057-.01 4.668c-.916 1.56-2.798 2.854-5.789 3.763c-3.008.915-7.267 1.48-13.148 1.48c-5.885 0-10.206-.598-13.295-1.551c-3.075-.95-5.039-2.285-6.041-3.845c-1.035-1.61-.958-3.327-.216-4.721m5.4-1.811c-.027 1.83.425 3.068 1.02 3.628A1.1 1.1 0 0 1 9.615 30.8c-.997-.938-1.506-2.386-1.661-3.967c-.643.367-1.17.893-1.486 1.487c-.43.809-.48 1.748.132 2.7c.645 1.003 2.1 2.136 4.949 3.016c2.832.874 6.936 1.463 12.705 1.463c5.774 0 9.818-.559 12.566-1.394c2.766-.841 4.094-1.922 4.646-2.863c.522-.888.45-1.822-.026-2.707c-.327-.608-.834-1.161-1.418-1.586c-.163 1.352-.582 2.614-1.294 3.666a1.1 1.1 0 0 1-1.822-1.233c.752-1.11 1.11-2.715.963-4.586c-.146-1.86-.787-3.899-1.925-5.793c-2.266-3.77-6.464-6.904-12.549-6.904c-5.996 0-9.848 3.54-11.804 7.568c-.982 2.022-1.462 4.13-1.489 5.903" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-contraceptive-diaphragm-outline {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M20.626%2017.276a1%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%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.701%2027.382c.67-1.26%201.871-2.248%203.244-2.738c.155-1.89.708-3.963%201.666-5.937C11.842%2014.11%2016.364%209.9%2023.394%209.9c6.941%200%2011.816%203.615%2014.434%207.97c1.304%202.17%202.059%204.536%202.233%206.755l.003.033c1.266.597%202.446%201.648%203.136%202.93c.735%201.366.936%203.057-.01%204.668c-.916%201.56-2.798%202.854-5.789%203.763c-3.008.915-7.267%201.48-13.148%201.48c-5.885%200-10.206-.598-13.295-1.551c-3.075-.95-5.039-2.285-6.041-3.845c-1.035-1.61-.958-3.327-.216-4.721m5.4-1.811c-.027%201.83.425%203.068%201.02%203.628A1.1%201.1%200%200%201%209.615%2030.8c-.997-.938-1.506-2.386-1.661-3.967c-.643.367-1.17.893-1.486%201.487c-.43.809-.48%201.748.132%202.7c.645%201.003%202.1%202.136%204.949%203.016c2.832.874%206.936%201.463%2012.705%201.463c5.774%200%209.818-.559%2012.566-1.394c2.766-.841%204.094-1.922%204.646-2.863c.522-.888.45-1.822-.026-2.707c-.327-.608-.834-1.161-1.418-1.586c-.163%201.352-.582%202.614-1.294%203.666a1.1%201.1%200%200%201-1.822-1.233c.752-1.11%201.11-2.715.963-4.586c-.146-1.86-.787-3.899-1.925-5.793c-2.266-3.77-6.464-6.904-12.549-6.904c-5.996%200-9.848%203.54-11.804%207.568c-.982%202.022-1.462%204.13-1.489%205.903%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M20.626%2017.276a1%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%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.701%2027.382c.67-1.26%201.871-2.248%203.244-2.738c.155-1.89.708-3.963%201.666-5.937C11.842%2014.11%2016.364%209.9%2023.394%209.9c6.941%200%2011.816%203.615%2014.434%207.97c1.304%202.17%202.059%204.536%202.233%206.755l.003.033c1.266.597%202.446%201.648%203.136%202.93c.735%201.366.936%203.057-.01%204.668c-.916%201.56-2.798%202.854-5.789%203.763c-3.008.915-7.267%201.48-13.148%201.48c-5.885%200-10.206-.598-13.295-1.551c-3.075-.95-5.039-2.285-6.041-3.845c-1.035-1.61-.958-3.327-.216-4.721m5.4-1.811c-.027%201.83.425%203.068%201.02%203.628A1.1%201.1%200%200%201%209.615%2030.8c-.997-.938-1.506-2.386-1.661-3.967c-.643.367-1.17.893-1.486%201.487c-.43.809-.48%201.748.132%202.7c.645%201.003%202.1%202.136%204.949%203.016c2.832.874%206.936%201.463%2012.705%201.463c5.774%200%209.818-.559%2012.566-1.394c2.766-.841%204.094-1.922%204.646-2.863c.522-.888.45-1.822-.026-2.707c-.327-.608-.834-1.161-1.418-1.586c-.163%201.352-.582%202.614-1.294%203.666a1.1%201.1%200%200%201-1.822-1.233c.752-1.11%201.11-2.715.963-4.586c-.146-1.86-.787-3.899-1.925-5.793c-2.266-3.77-6.464-6.904-12.549-6.904c-5.996%200-9.848%203.54-11.804%207.568c-.982%202.022-1.462%204.13-1.489%205.903%22%20clip-rule%3D%22evenodd%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-diaphragm-outline.svg?color=%231a73e8&size=48