female and male negative icon

female-and-male-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
female-and-male-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the female and male negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsFemaleAndMaleNegative1)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm33.5 13a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7m5.149 7c.05.352.093.729.132 1.122c.218 2.245.219 4.679.219 5.378a1.5 1.5 0 0 0 3 0v-.007c0-.707 0-3.264-.233-5.662c-.116-1.19-.297-2.43-.597-3.406c-.148-.479-.355-1.002-.671-1.436S39.59 15 38.689 15H28.31c-.901 0-1.493.555-1.81.99c-.316.433-.523.956-.67 1.435c-.3.976-.482 2.217-.598 3.406C25 23.229 25 25.786 25 26.493v.007a1.5 1.5 0 0 0 3 0c0-.7 0-3.133.22-5.378c.038-.393.082-.77.131-1.122H29v20.5a1.5 1.5 0 0 0 2.995.12l.85-10.62h1.31l.85 10.62A1.5 1.5 0 0 0 38 40.5V20zM14.5 13a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7m4 2a1.5 1.5 0 0 1 .366.046c1.114.28 1.863.959 2.333 1.886c.413.81.614 1.82.78 2.822l1 6a1.5 1.5 0 1 1-2.959.493l-1-6a15 15 0 0 0-.265-1.309L18.5 22c0 1.606 1.703 10.36 2.298 13.37a.99.99 0 0 1-.83 1.173c-4.12.599-6.816.618-10.938.004a.99.99 0 0 1-.823-1.177C8.806 32.408 10.5 23.87 10.5 22l-.255-3.061a15 15 0 0 0-.265 1.309l-1 6a1.5 1.5 0 1 1-2.96-.493l1-6c.167-1.003.368-2.011.78-2.823c.472-.926 1.22-1.605 2.334-1.885q.179-.046.364-.046H18.5m-7.869 23.112l.377 3.012a1 1 0 0 0 1.962.119l.72-2.88c-.992-.037-2-.121-3.059-.252m4.685.273l.714 2.857a1 1 0 0 0 1.962-.118l.364-2.913a35 35 0 0 1-3.04.174" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsFemaleAndMaleNegative1"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsFemaleAndMaleNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsFemaleAndMaleNegative1)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm33.5 13a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7m5.149 7c.05.352.093.729.132 1.122c.218 2.245.219 4.679.219 5.378a1.5 1.5 0 0 0 3 0v-.007c0-.707 0-3.264-.233-5.662c-.116-1.19-.297-2.43-.597-3.406c-.148-.479-.355-1.002-.671-1.436S39.59 15 38.689 15H28.31c-.901 0-1.493.555-1.81.99c-.316.433-.523.956-.67 1.435c-.3.976-.482 2.217-.598 3.406C25 23.229 25 25.786 25 26.493v.007a1.5 1.5 0 0 0 3 0c0-.7 0-3.133.22-5.378c.038-.393.082-.77.131-1.122H29v20.5a1.5 1.5 0 0 0 2.995.12l.85-10.62h1.31l.85 10.62A1.5 1.5 0 0 0 38 40.5V20zM14.5 13a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7m4 2a1.5 1.5 0 0 1 .366.046c1.114.28 1.863.959 2.333 1.886c.413.81.614 1.82.78 2.822l1 6a1.5 1.5 0 1 1-2.959.493l-1-6a15 15 0 0 0-.265-1.309L18.5 22c0 1.606 1.703 10.36 2.298 13.37a.99.99 0 0 1-.83 1.173c-4.12.599-6.816.618-10.938.004a.99.99 0 0 1-.823-1.177C8.806 32.408 10.5 23.87 10.5 22l-.255-3.061a15 15 0 0 0-.265 1.309l-1 6a1.5 1.5 0 1 1-2.96-.493l1-6c.167-1.003.368-2.011.78-2.823c.472-.926 1.22-1.605 2.334-1.885q.179-.046.364-.046H18.5m-7.869 23.112l.377 3.012a1 1 0 0 0 1.962.119l.72-2.88c-.992-.037-2-.121-3.059-.252m4.685.273l.714 2.857a1 1 0 0 0 1.962-.118l.364-2.913a35 35 0 0 1-3.04.174" clipRule="evenodd"/></g><defs><clipPath id="healthiconsFemaleAndMaleNegative1"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsFemaleAndMaleNegative1)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm33.5 13a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7m5.149 7c.05.352.093.729.132 1.122c.218 2.245.219 4.679.219 5.378a1.5 1.5 0 0 0 3 0v-.007c0-.707 0-3.264-.233-5.662c-.116-1.19-.297-2.43-.597-3.406c-.148-.479-.355-1.002-.671-1.436S39.59 15 38.689 15H28.31c-.901 0-1.493.555-1.81.99c-.316.433-.523.956-.67 1.435c-.3.976-.482 2.217-.598 3.406C25 23.229 25 25.786 25 26.493v.007a1.5 1.5 0 0 0 3 0c0-.7 0-3.133.22-5.378c.038-.393.082-.77.131-1.122H29v20.5a1.5 1.5 0 0 0 2.995.12l.85-10.62h1.31l.85 10.62A1.5 1.5 0 0 0 38 40.5V20zM14.5 13a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7m4 2a1.5 1.5 0 0 1 .366.046c1.114.28 1.863.959 2.333 1.886c.413.81.614 1.82.78 2.822l1 6a1.5 1.5 0 1 1-2.959.493l-1-6a15 15 0 0 0-.265-1.309L18.5 22c0 1.606 1.703 10.36 2.298 13.37a.99.99 0 0 1-.83 1.173c-4.12.599-6.816.618-10.938.004a.99.99 0 0 1-.823-1.177C8.806 32.408 10.5 23.87 10.5 22l-.255-3.061a15 15 0 0 0-.265 1.309l-1 6a1.5 1.5 0 1 1-2.96-.493l1-6c.167-1.003.368-2.011.78-2.823c.472-.926 1.22-1.605 2.334-1.885q.179-.046.364-.046H18.5m-7.869 23.112l.377 3.012a1 1 0 0 0 1.962.119l.72-2.88c-.992-.037-2-.121-3.059-.252m4.685.273l.714 2.857a1 1 0 0 0 1.962-.118l.364-2.913a35 35 0 0 1-3.04.174" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsFemaleAndMaleNegative1"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-female-and-male-negative {
  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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsFemaleAndMaleNegative1)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm33.5%2013a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207m5.149%207c.05.352.093.729.132%201.122c.218%202.245.219%204.679.219%205.378a1.5%201.5%200%200%200%203%200v-.007c0-.707%200-3.264-.233-5.662c-.116-1.19-.297-2.43-.597-3.406c-.148-.479-.355-1.002-.671-1.436S39.59%2015%2038.689%2015H28.31c-.901%200-1.493.555-1.81.99c-.316.433-.523.956-.67%201.435c-.3.976-.482%202.217-.598%203.406C25%2023.229%2025%2025.786%2025%2026.493v.007a1.5%201.5%200%200%200%203%200c0-.7%200-3.133.22-5.378c.038-.393.082-.77.131-1.122H29v20.5a1.5%201.5%200%200%200%202.995.12l.85-10.62h1.31l.85%2010.62A1.5%201.5%200%200%200%2038%2040.5V20zM14.5%2013a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207m4%202a1.5%201.5%200%200%201%20.366.046c1.114.28%201.863.959%202.333%201.886c.413.81.614%201.82.78%202.822l1%206a1.5%201.5%200%201%201-2.959.493l-1-6a15%2015%200%200%200-.265-1.309L18.5%2022c0%201.606%201.703%2010.36%202.298%2013.37a.99.99%200%200%201-.83%201.173c-4.12.599-6.816.618-10.938.004a.99.99%200%200%201-.823-1.177C8.806%2032.408%2010.5%2023.87%2010.5%2022l-.255-3.061a15%2015%200%200%200-.265%201.309l-1%206a1.5%201.5%200%201%201-2.96-.493l1-6c.167-1.003.368-2.011.78-2.823c.472-.926%201.22-1.605%202.334-1.885q.179-.046.364-.046H18.5m-7.869%2023.112l.377%203.012a1%201%200%200%200%201.962.119l.72-2.88c-.992-.037-2-.121-3.059-.252m4.685.273l.714%202.857a1%201%200%200%200%201.962-.118l.364-2.913a35%2035%200%200%201-3.04.174%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsFemaleAndMaleNegative1%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsFemaleAndMaleNegative1)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm33.5%2013a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207m5.149%207c.05.352.093.729.132%201.122c.218%202.245.219%204.679.219%205.378a1.5%201.5%200%200%200%203%200v-.007c0-.707%200-3.264-.233-5.662c-.116-1.19-.297-2.43-.597-3.406c-.148-.479-.355-1.002-.671-1.436S39.59%2015%2038.689%2015H28.31c-.901%200-1.493.555-1.81.99c-.316.433-.523.956-.67%201.435c-.3.976-.482%202.217-.598%203.406C25%2023.229%2025%2025.786%2025%2026.493v.007a1.5%201.5%200%200%200%203%200c0-.7%200-3.133.22-5.378c.038-.393.082-.77.131-1.122H29v20.5a1.5%201.5%200%200%200%202.995.12l.85-10.62h1.31l.85%2010.62A1.5%201.5%200%200%200%2038%2040.5V20zM14.5%2013a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207m4%202a1.5%201.5%200%200%201%20.366.046c1.114.28%201.863.959%202.333%201.886c.413.81.614%201.82.78%202.822l1%206a1.5%201.5%200%201%201-2.959.493l-1-6a15%2015%200%200%200-.265-1.309L18.5%2022c0%201.606%201.703%2010.36%202.298%2013.37a.99.99%200%200%201-.83%201.173c-4.12.599-6.816.618-10.938.004a.99.99%200%200%201-.823-1.177C8.806%2032.408%2010.5%2023.87%2010.5%2022l-.255-3.061a15%2015%200%200%200-.265%201.309l-1%206a1.5%201.5%200%201%201-2.96-.493l1-6c.167-1.003.368-2.011.78-2.823c.472-.926%201.22-1.605%202.334-1.885q.179-.046.364-.046H18.5m-7.869%2023.112l.377%203.012a1%201%200%200%200%201.962.119l.72-2.88c-.992-.037-2-.121-3.059-.252m4.685.273l.714%202.857a1%201%200%200%200%201.962-.118l.364-2.913a35%2035%200%200%201-3.04.174%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsFemaleAndMaleNegative1%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/female-and-male-negative.svg?color=%231a73e8&size=48