copper iud icon

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

Name
copper-iud-outline
Set
Health Icons
Style
Outline
Category
Contraceptives
Viewbox
48×48
License
MIT

3 other variants in Health Icons

More contraceptives icons from Health Icons

Use the copper iud icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M23 6h-4.132l1-2H23a1 1 0 0 1 1 1a1 1 0 0 1 1-1h3.132l1 2H25v10.257l-2-1zM10 5a1 1 0 0 0 1 1h1.632l1-2H11a1 1 0 0 0-1 1m4.868 1l1-2h1.764l-1 2z"/><path fill-rule="evenodd" d="M20 40a4 4 0 0 1 3-3.874V25.493l2 1v9.633A4.002 4.002 0 0 1 24 44a4 4 0 0 1-4-4m4-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4" clip-rule="evenodd"/><path d="m25 20.257l-2-1v-1.764l2 1zm0 2.236l-2-1v1.764l2 1zM38 5a1 1 0 0 0-1-1h-2.632l1 2H37a1 1 0 0 0 1-1m-6.632 1l-1-2h1.764l1 2z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsCopperIudOutline(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="M23 6h-4.132l1-2H23a1 1 0 0 1 1 1a1 1 0 0 1 1-1h3.132l1 2H25v10.257l-2-1zM10 5a1 1 0 0 0 1 1h1.632l1-2H11a1 1 0 0 0-1 1m4.868 1l1-2h1.764l-1 2z"/><path fillRule="evenodd" d="M20 40a4 4 0 0 1 3-3.874V25.493l2 1v9.633A4.002 4.002 0 0 1 24 44a4 4 0 0 1-4-4m4-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4" clipRule="evenodd"/><path d="m25 20.257l-2-1v-1.764l2 1zm0 2.236l-2-1v1.764l2 1zM38 5a1 1 0 0 0-1-1h-2.632l1 2H37a1 1 0 0 0 1-1m-6.632 1l-1-2h1.764l1 2z"/></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="M23 6h-4.132l1-2H23a1 1 0 0 1 1 1a1 1 0 0 1 1-1h3.132l1 2H25v10.257l-2-1zM10 5a1 1 0 0 0 1 1h1.632l1-2H11a1 1 0 0 0-1 1m4.868 1l1-2h1.764l-1 2z"/><path fill-rule="evenodd" d="M20 40a4 4 0 0 1 3-3.874V25.493l2 1v9.633A4.002 4.002 0 0 1 24 44a4 4 0 0 1-4-4m4-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4" clip-rule="evenodd"/><path d="m25 20.257l-2-1v-1.764l2 1zm0 2.236l-2-1v1.764l2 1zM38 5a1 1 0 0 0-1-1h-2.632l1 2H37a1 1 0 0 0 1-1m-6.632 1l-1-2h1.764l1 2z"/></g></svg>
</template>

CSS

.icon-copper-iud-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%22M23%206h-4.132l1-2H23a1%201%200%200%201%201%201a1%201%200%200%201%201-1h3.132l1%202H25v10.257l-2-1zM10%205a1%201%200%200%200%201%201h1.632l1-2H11a1%201%200%200%200-1%201m4.868%201l1-2h1.764l-1%202z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M20%2040a4%204%200%200%201%203-3.874V25.493l2%201v9.633A4.002%204.002%200%200%201%2024%2044a4%204%200%200%201-4-4m4-2a2%202%200%201%200%200%204a2%202%200%200%200%200-4%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m25%2020.257l-2-1v-1.764l2%201zm0%202.236l-2-1v1.764l2%201zM38%205a1%201%200%200%200-1-1h-2.632l1%202H37a1%201%200%200%200%201-1m-6.632%201l-1-2h1.764l1%202z%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%22M23%206h-4.132l1-2H23a1%201%200%200%201%201%201a1%201%200%200%201%201-1h3.132l1%202H25v10.257l-2-1zM10%205a1%201%200%200%200%201%201h1.632l1-2H11a1%201%200%200%200-1%201m4.868%201l1-2h1.764l-1%202z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M20%2040a4%204%200%200%201%203-3.874V25.493l2%201v9.633A4.002%204.002%200%200%201%2024%2044a4%204%200%200%201-4-4m4-2a2%202%200%201%200%200%204a2%202%200%200%200%200-4%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m25%2020.257l-2-1v-1.764l2%201zm0%202.236l-2-1v1.764l2%201zM38%205a1%201%200%200%200-1-1h-2.632l1%202H37a1%201%200%200%200%201-1m-6.632%201l-1-2h1.764l1%202z%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/copper-iud-outline.svg?color=%231a73e8&size=48