sexual reproductive health icon
sexual-reproductive-health-outline from Health Icons by Resolve to Save Lives · Outline · Symbols · MIT Free for personal and commercial use.
- Name
- sexual-reproductive-health-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Symbols
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More symbols icons from Health Icons
Use the sexual reproductive health icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M17.546 15.48a7 7 0 1 0 4.372 5.454a1 1 0 1 1 1.977-.304a9 9 0 1 1-5.622-7.014a1 1 0 1 1-.727 1.863"/><path d="M14 39v-8a1 1 0 1 1 2 0v8a1 1 0 1 1-2 0"/><path d="M11 34a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1m17.902-18.737a7 7 0 0 0-8.853 7.562a1 1 0 1 1-1.986.236a9 9 0 1 1 5.375 7.204a1 1 0 0 1 .791-1.837a7 7 0 1 0 4.673-13.165"/><path d="M32.793 17.207a1 1 0 0 1 0-1.414l7.5-7.5a1 1 0 1 1 1.414 1.414l-7.5 7.5a1 1 0 0 1-1.414 0"/><path d="M40.924 15a1 1 0 0 1-.987-1.013l.05-3.974l-3.974.05a1 1 0 1 1-.026-2l6.026-.076l-.076 6.026a1 1 0 0 1-1.013.987"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsSexualReproductiveHealthOutline(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" fillRule="evenodd" clipRule="evenodd"><path d="M17.546 15.48a7 7 0 1 0 4.372 5.454a1 1 0 1 1 1.977-.304a9 9 0 1 1-5.622-7.014a1 1 0 1 1-.727 1.863"/><path d="M14 39v-8a1 1 0 1 1 2 0v8a1 1 0 1 1-2 0"/><path d="M11 34a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1m17.902-18.737a7 7 0 0 0-8.853 7.562a1 1 0 1 1-1.986.236a9 9 0 1 1 5.375 7.204a1 1 0 0 1 .791-1.837a7 7 0 1 0 4.673-13.165"/><path d="M32.793 17.207a1 1 0 0 1 0-1.414l7.5-7.5a1 1 0 1 1 1.414 1.414l-7.5 7.5a1 1 0 0 1-1.414 0"/><path d="M40.924 15a1 1 0 0 1-.987-1.013l.05-3.974l-3.974.05a1 1 0 1 1-.026-2l6.026-.076l-.076 6.026a1 1 0 0 1-1.013.987"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M17.546 15.48a7 7 0 1 0 4.372 5.454a1 1 0 1 1 1.977-.304a9 9 0 1 1-5.622-7.014a1 1 0 1 1-.727 1.863"/><path d="M14 39v-8a1 1 0 1 1 2 0v8a1 1 0 1 1-2 0"/><path d="M11 34a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1m17.902-18.737a7 7 0 0 0-8.853 7.562a1 1 0 1 1-1.986.236a9 9 0 1 1 5.375 7.204a1 1 0 0 1 .791-1.837a7 7 0 1 0 4.673-13.165"/><path d="M32.793 17.207a1 1 0 0 1 0-1.414l7.5-7.5a1 1 0 1 1 1.414 1.414l-7.5 7.5a1 1 0 0 1-1.414 0"/><path d="M40.924 15a1 1 0 0 1-.987-1.013l.05-3.974l-3.974.05a1 1 0 1 1-.026-2l6.026-.076l-.076 6.026a1 1 0 0 1-1.013.987"/></g></svg> </template>
CSS
.icon-sexual-reproductive-health-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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M17.546%2015.48a7%207%200%201%200%204.372%205.454a1%201%200%201%201%201.977-.304a9%209%200%201%201-5.622-7.014a1%201%200%201%201-.727%201.863%22%2F%3E%3Cpath%20d%3D%22M14%2039v-8a1%201%200%201%201%202%200v8a1%201%200%201%201-2%200%22%2F%3E%3Cpath%20d%3D%22M11%2034a1%201%200%200%201%201-1h6a1%201%200%201%201%200%202h-6a1%201%200%200%201-1-1m17.902-18.737a7%207%200%200%200-8.853%207.562a1%201%200%201%201-1.986.236a9%209%200%201%201%205.375%207.204a1%201%200%200%201%20.791-1.837a7%207%200%201%200%204.673-13.165%22%2F%3E%3Cpath%20d%3D%22M32.793%2017.207a1%201%200%200%201%200-1.414l7.5-7.5a1%201%200%201%201%201.414%201.414l-7.5%207.5a1%201%200%200%201-1.414%200%22%2F%3E%3Cpath%20d%3D%22M40.924%2015a1%201%200%200%201-.987-1.013l.05-3.974l-3.974.05a1%201%200%201%201-.026-2l6.026-.076l-.076%206.026a1%201%200%200%201-1.013.987%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M17.546%2015.48a7%207%200%201%200%204.372%205.454a1%201%200%201%201%201.977-.304a9%209%200%201%201-5.622-7.014a1%201%200%201%201-.727%201.863%22%2F%3E%3Cpath%20d%3D%22M14%2039v-8a1%201%200%201%201%202%200v8a1%201%200%201%201-2%200%22%2F%3E%3Cpath%20d%3D%22M11%2034a1%201%200%200%201%201-1h6a1%201%200%201%201%200%202h-6a1%201%200%200%201-1-1m17.902-18.737a7%207%200%200%200-8.853%207.562a1%201%200%201%201-1.986.236a9%209%200%201%201%205.375%207.204a1%201%200%200%201%20.791-1.837a7%207%200%201%200%204.673-13.165%22%2F%3E%3Cpath%20d%3D%22M32.793%2017.207a1%201%200%200%201%200-1.414l7.5-7.5a1%201%200%201%201%201.414%201.414l-7.5%207.5a1%201%200%200%201-1.414%200%22%2F%3E%3Cpath%20d%3D%22M40.924%2015a1%201%200%200%201-.987-1.013l.05-3.974l-3.974.05a1%201%200%201%201-.026-2l6.026-.076l-.076%206.026a1%201%200%200%201-1.013.987%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/sexual-reproductive-health-outline.svg?color=%231a73e8&size=48