family planning icon

family-planning-24px from Health Icons by Resolve to Save Lives · Filled 24px · Contraceptives · MIT Free for personal and commercial use.

Name
family-planning-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 family planning icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M3 4a1 1 0 0 1 1-1h8.5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1zm1.5 1.25a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0M7.25 6a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m1.25-.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0m2.75.75a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5M4.5 7.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0m2.75.75a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m1.25-.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0m2.75.75a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5M17 6.694a.75.75 0 0 0-.75.75v.91a2.75 2.75 0 0 0-2 2.646v8.5H14a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5h-.25V11a2.75 2.75 0 0 0-2-2.646v-.91a.75.75 0 0 0-.75-.75M15.75 11a1.25 1.25 0 1 1 2.5 0v8.5h-2.5z" clip-rule="evenodd"/><path d="M3.745 12.086a.75.75 0 1 0 .388 1.448L7 12.766V20a.75.75 0 0 0 1.5 0v-7.234l2.867.768a.75.75 0 0 0 .389-1.449l-2.174-.582a1.5 1.5 0 0 0-1.832 1.043a1.5 1.5 0 0 0-1.832-1.043z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsFamilyPlanning24px(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"><path fillRule="evenodd" d="M3 4a1 1 0 0 1 1-1h8.5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1zm1.5 1.25a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0M7.25 6a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m1.25-.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0m2.75.75a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5M4.5 7.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0m2.75.75a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m1.25-.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0m2.75.75a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5M17 6.694a.75.75 0 0 0-.75.75v.91a2.75 2.75 0 0 0-2 2.646v8.5H14a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5h-.25V11a2.75 2.75 0 0 0-2-2.646v-.91a.75.75 0 0 0-.75-.75M15.75 11a1.25 1.25 0 1 1 2.5 0v8.5h-2.5z" clipRule="evenodd"/><path d="M3.745 12.086a.75.75 0 1 0 .388 1.448L7 12.766V20a.75.75 0 0 0 1.5 0v-7.234l2.867.768a.75.75 0 0 0 .389-1.449l-2.174-.582a1.5 1.5 0 0 0-1.832 1.043a1.5 1.5 0 0 0-1.832-1.043z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M3 4a1 1 0 0 1 1-1h8.5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1zm1.5 1.25a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0M7.25 6a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m1.25-.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0m2.75.75a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5M4.5 7.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0m2.75.75a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m1.25-.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0m2.75.75a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5M17 6.694a.75.75 0 0 0-.75.75v.91a2.75 2.75 0 0 0-2 2.646v8.5H14a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5h-.25V11a2.75 2.75 0 0 0-2-2.646v-.91a.75.75 0 0 0-.75-.75M15.75 11a1.25 1.25 0 1 1 2.5 0v8.5h-2.5z" clip-rule="evenodd"/><path d="M3.745 12.086a.75.75 0 1 0 .388 1.448L7 12.766V20a.75.75 0 0 0 1.5 0v-7.234l2.867.768a.75.75 0 0 0 .389-1.449l-2.174-.582a1.5 1.5 0 0 0-1.832 1.043a1.5 1.5 0 0 0-1.832-1.043z"/></g></svg>
</template>

CSS

.icon-family-planning-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%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3%204a1%201%200%200%201%201-1h8.5a1%201%200%200%201%201%201v5a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1zm1.5%201.25a.75.75%200%201%200%201.5%200a.75.75%200%200%200-1.5%200M7.25%206a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5m1.25-.75a.75.75%200%201%200%201.5%200a.75.75%200%200%200-1.5%200m2.75.75a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5M4.5%207.75a.75.75%200%201%200%201.5%200a.75.75%200%200%200-1.5%200m2.75.75a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5m1.25-.75a.75.75%200%201%200%201.5%200a.75.75%200%200%200-1.5%200m2.75.75a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5M17%206.694a.75.75%200%200%200-.75.75v.91a2.75%202.75%200%200%200-2%202.646v8.5H14a.75.75%200%200%200%200%201.5h6a.75.75%200%200%200%200-1.5h-.25V11a2.75%202.75%200%200%200-2-2.646v-.91a.75.75%200%200%200-.75-.75M15.75%2011a1.25%201.25%200%201%201%202.5%200v8.5h-2.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M3.745%2012.086a.75.75%200%201%200%20.388%201.448L7%2012.766V20a.75.75%200%200%200%201.5%200v-7.234l2.867.768a.75.75%200%200%200%20.389-1.449l-2.174-.582a1.5%201.5%200%200%200-1.832%201.043a1.5%201.5%200%200%200-1.832-1.043z%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%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3%204a1%201%200%200%201%201-1h8.5a1%201%200%200%201%201%201v5a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1zm1.5%201.25a.75.75%200%201%200%201.5%200a.75.75%200%200%200-1.5%200M7.25%206a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5m1.25-.75a.75.75%200%201%200%201.5%200a.75.75%200%200%200-1.5%200m2.75.75a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5M4.5%207.75a.75.75%200%201%200%201.5%200a.75.75%200%200%200-1.5%200m2.75.75a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5m1.25-.75a.75.75%200%201%200%201.5%200a.75.75%200%200%200-1.5%200m2.75.75a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5M17%206.694a.75.75%200%200%200-.75.75v.91a2.75%202.75%200%200%200-2%202.646v8.5H14a.75.75%200%200%200%200%201.5h6a.75.75%200%200%200%200-1.5h-.25V11a2.75%202.75%200%200%200-2-2.646v-.91a.75.75%200%200%200-.75-.75M15.75%2011a1.25%201.25%200%201%201%202.5%200v8.5h-2.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M3.745%2012.086a.75.75%200%201%200%20.388%201.448L7%2012.766V20a.75.75%200%200%200%201.5%200v-7.234l2.867.768a.75.75%200%200%200%20.389-1.449l-2.174-.582a1.5%201.5%200%200%200-1.832%201.043a1.5%201.5%200%200%200-1.832-1.043z%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/family-planning-24px.svg?color=%231a73e8&size=48