remove male icon

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

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

Related icons in Huge Icons

Use the remove male icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M13.5 16v-1.938c1.78-1.393 3-3.062 3-6.645C16.5 5.097 16.077 3 13.539 3c0 0-.896-1-3.047-1C7.455 2 5.5 3.827 5.5 7.417c0 3.583 1.22 5.252 3 6.645V16l-3.716 1.118a4.07 4.07 0 0 0-2.76 2.892c-.136.536.327.99.882.99h11.188M17 22l2.5-2.5m0 0L22 17m-2.5 2.5L17 17m2.5 2.5L22 22"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsRemoveMale(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M13.5 16v-1.938c1.78-1.393 3-3.062 3-6.645C16.5 5.097 16.077 3 13.539 3c0 0-.896-1-3.047-1C7.455 2 5.5 3.827 5.5 7.417c0 3.583 1.22 5.252 3 6.645V16l-3.716 1.118a4.07 4.07 0 0 0-2.76 2.892c-.136.536.327.99.882.99h11.188M17 22l2.5-2.5m0 0L22 17m-2.5 2.5L17 17m2.5 2.5L22 22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M13.5 16v-1.938c1.78-1.393 3-3.062 3-6.645C16.5 5.097 16.077 3 13.539 3c0 0-.896-1-3.047-1C7.455 2 5.5 3.827 5.5 7.417c0 3.583 1.22 5.252 3 6.645V16l-3.716 1.118a4.07 4.07 0 0 0-2.76 2.892c-.136.536.327.99.882.99h11.188M17 22l2.5-2.5m0 0L22 17m-2.5 2.5L17 17m2.5 2.5L22 22"/></svg>
</template>

CSS

.icon-remove-male {
  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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M13.5%2016v-1.938c1.78-1.393%203-3.062%203-6.645C16.5%205.097%2016.077%203%2013.539%203c0%200-.896-1-3.047-1C7.455%202%205.5%203.827%205.5%207.417c0%203.583%201.22%205.252%203%206.645V16l-3.716%201.118a4.07%204.07%200%200%200-2.76%202.892c-.136.536.327.99.882.99h11.188M17%2022l2.5-2.5m0%200L22%2017m-2.5%202.5L17%2017m2.5%202.5L22%2022%22%2F%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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M13.5%2016v-1.938c1.78-1.393%203-3.062%203-6.645C16.5%205.097%2016.077%203%2013.539%203c0%200-.896-1-3.047-1C7.455%202%205.5%203.827%205.5%207.417c0%203.583%201.22%205.252%203%206.645V16l-3.716%201.118a4.07%204.07%200%200%200-2.76%202.892c-.136.536.327.99.882.99h11.188M17%2022l2.5-2.5m0%200L22%2017m-2.5%202.5L17%2017m2.5%202.5L22%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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