remove female icon

remove-female from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
remove-female
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the remove female icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M13.5 16v-2.155c1.285-.163 2.47-.448 3.5-.829c-.333-.656-1-2.558-1-4.92c0-2.951 0-5.411-3-4.92C11.5 1.21 6 1.21 6 7.114c0 3.443-.5 4.92-1 5.903c1.03.381 2.215.666 3.5.829V16l-3.716 1.118a4.07 4.07 0 0 0-2.76 2.892c-.136.536.327.99.882.99h10.188"/><path d="m17 22l2.5-2.5m0 0L22 17m-2.5 2.5L17 17m2.5 2.5L22 22"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsRemoveFemale(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M13.5 16v-2.155c1.285-.163 2.47-.448 3.5-.829c-.333-.656-1-2.558-1-4.92c0-2.951 0-5.411-3-4.92C11.5 1.21 6 1.21 6 7.114c0 3.443-.5 4.92-1 5.903c1.03.381 2.215.666 3.5.829V16l-3.716 1.118a4.07 4.07 0 0 0-2.76 2.892c-.136.536.327.99.882.99h10.188"/><path d="m17 22l2.5-2.5m0 0L22 17m-2.5 2.5L17 17m2.5 2.5L22 22"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M13.5 16v-2.155c1.285-.163 2.47-.448 3.5-.829c-.333-.656-1-2.558-1-4.92c0-2.951 0-5.411-3-4.92C11.5 1.21 6 1.21 6 7.114c0 3.443-.5 4.92-1 5.903c1.03.381 2.215.666 3.5.829V16l-3.716 1.118a4.07 4.07 0 0 0-2.76 2.892c-.136.536.327.99.882.99h10.188"/><path d="m17 22l2.5-2.5m0 0L22 17m-2.5 2.5L17 17m2.5 2.5L22 22"/></g></svg>
</template>

CSS

.icon-remove-female {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M13.5%2016v-2.155c1.285-.163%202.47-.448%203.5-.829c-.333-.656-1-2.558-1-4.92c0-2.951%200-5.411-3-4.92C11.5%201.21%206%201.21%206%207.114c0%203.443-.5%204.92-1%205.903c1.03.381%202.215.666%203.5.829V16l-3.716%201.118a4.07%204.07%200%200%200-2.76%202.892c-.136.536.327.99.882.99h10.188%22%2F%3E%3Cpath%20d%3D%22m17%2022l2.5-2.5m0%200L22%2017m-2.5%202.5L17%2017m2.5%202.5L22%2022%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M13.5%2016v-2.155c1.285-.163%202.47-.448%203.5-.829c-.333-.656-1-2.558-1-4.92c0-2.951%200-5.411-3-4.92C11.5%201.21%206%201.21%206%207.114c0%203.443-.5%204.92-1%205.903c1.03.381%202.215.666%203.5.829V16l-3.716%201.118a4.07%204.07%200%200%200-2.76%202.892c-.136.536.327.99.882.99h10.188%22%2F%3E%3Cpath%20d%3D%22m17%2022l2.5-2.5m0%200L22%2017m-2.5%202.5L17%2017m2.5%202.5L22%2022%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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