hormonal ring icon
hormonal-ring-24px from Health Icons by Resolve to Save Lives · Filled 24px · Contraceptives · MIT Free for personal and commercial use.
- Name
- hormonal-ring-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
Use the hormonal ring 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="M19 12a7 7 0 1 1-14 0a7 7 0 0 1 14 0m-2 0a5 5 0 1 1-10 0a5 5 0 0 1 10 0"/><path d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10m-2 0a8 8 0 1 1-16 0a8 8 0 0 1 16 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsHormonalRing24px(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="M19 12a7 7 0 1 1-14 0a7 7 0 0 1 14 0m-2 0a5 5 0 1 1-10 0a5 5 0 0 1 10 0"/><path d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10m-2 0a8 8 0 1 1-16 0a8 8 0 0 1 16 0"/></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="M19 12a7 7 0 1 1-14 0a7 7 0 0 1 14 0m-2 0a5 5 0 1 1-10 0a5 5 0 0 1 10 0"/><path d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10m-2 0a8 8 0 1 1-16 0a8 8 0 0 1 16 0"/></g></svg> </template>
CSS
.icon-hormonal-ring-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%22M19%2012a7%207%200%201%201-14%200a7%207%200%200%201%2014%200m-2%200a5%205%200%201%201-10%200a5%205%200%200%201%2010%200%22%2F%3E%3Cpath%20d%3D%22M22%2012c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010m-2%200a8%208%200%201%201-16%200a8%208%200%200%201%2016%200%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%22M19%2012a7%207%200%201%201-14%200a7%207%200%200%201%2014%200m-2%200a5%205%200%201%201-10%200a5%205%200%200%201%2010%200%22%2F%3E%3Cpath%20d%3D%22M22%2012c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010m-2%200a8%208%200%201%201-16%200a8%208%200%200%201%2016%200%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/hormonal-ring-24px.svg?color=%231a73e8&size=48