transgender negative icon

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

Name
transgender-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Use the transgender 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(#healthiconsTransgenderNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm14 21c0 5.185 3.947 9.449 9 9.95v5.98h-2a1 1 0 1 0 0 2h2V41a1 1 0 1 0 2 0v-2.07h2a1 1 0 0 0 0-2h-2v-5.98c5.053-.501 9-4.765 9-9.95a9.96 9.96 0 0 0-1.073-4.511l2.104-2.091l1.43 1.43a1 1 0 0 0 1.414-1.415l-1.425-1.425L39 10.454V12a1 1 0 0 0 2 0V8a1 1 0 0 0-1-1h-4a1 1 0 0 0 0 2h1.626l-2.59 2.574l-1.404-1.404a1 1 0 1 0-1.414 1.415l1.4 1.398l-1.797 1.785A9.98 9.98 0 0 0 24 11a9.98 9.98 0 0 0-7.82 3.766l-.013-.013L10.414 9H12a1 1 0 1 0 0-2H8a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0v-1.586l5.753 5.753a1 1 0 0 0 .365.233A9.96 9.96 0 0 0 14 21m10-8a8 8 0 1 0 0 16a8 8 0 0 0 0-16" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsTransgenderNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsTransgenderNegative(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(#healthiconsTransgenderNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm14 21c0 5.185 3.947 9.449 9 9.95v5.98h-2a1 1 0 1 0 0 2h2V41a1 1 0 1 0 2 0v-2.07h2a1 1 0 0 0 0-2h-2v-5.98c5.053-.501 9-4.765 9-9.95a9.96 9.96 0 0 0-1.073-4.511l2.104-2.091l1.43 1.43a1 1 0 0 0 1.414-1.415l-1.425-1.425L39 10.454V12a1 1 0 0 0 2 0V8a1 1 0 0 0-1-1h-4a1 1 0 0 0 0 2h1.626l-2.59 2.574l-1.404-1.404a1 1 0 1 0-1.414 1.415l1.4 1.398l-1.797 1.785A9.98 9.98 0 0 0 24 11a9.98 9.98 0 0 0-7.82 3.766l-.013-.013L10.414 9H12a1 1 0 1 0 0-2H8a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0v-1.586l5.753 5.753a1 1 0 0 0 .365.233A9.96 9.96 0 0 0 14 21m10-8a8 8 0 1 0 0 16a8 8 0 0 0 0-16" clipRule="evenodd"/></g><defs><clipPath id="healthiconsTransgenderNegative"><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(#healthiconsTransgenderNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm14 21c0 5.185 3.947 9.449 9 9.95v5.98h-2a1 1 0 1 0 0 2h2V41a1 1 0 1 0 2 0v-2.07h2a1 1 0 0 0 0-2h-2v-5.98c5.053-.501 9-4.765 9-9.95a9.96 9.96 0 0 0-1.073-4.511l2.104-2.091l1.43 1.43a1 1 0 0 0 1.414-1.415l-1.425-1.425L39 10.454V12a1 1 0 0 0 2 0V8a1 1 0 0 0-1-1h-4a1 1 0 0 0 0 2h1.626l-2.59 2.574l-1.404-1.404a1 1 0 1 0-1.414 1.415l1.4 1.398l-1.797 1.785A9.98 9.98 0 0 0 24 11a9.98 9.98 0 0 0-7.82 3.766l-.013-.013L10.414 9H12a1 1 0 1 0 0-2H8a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0v-1.586l5.753 5.753a1 1 0 0 0 .365.233A9.96 9.96 0 0 0 14 21m10-8a8 8 0 1 0 0 16a8 8 0 0 0 0-16" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsTransgenderNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-transgender-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(%23healthiconsTransgenderNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm14%2021c0%205.185%203.947%209.449%209%209.95v5.98h-2a1%201%200%201%200%200%202h2V41a1%201%200%201%200%202%200v-2.07h2a1%201%200%200%200%200-2h-2v-5.98c5.053-.501%209-4.765%209-9.95a9.96%209.96%200%200%200-1.073-4.511l2.104-2.091l1.43%201.43a1%201%200%200%200%201.414-1.415l-1.425-1.425L39%2010.454V12a1%201%200%200%200%202%200V8a1%201%200%200%200-1-1h-4a1%201%200%200%200%200%202h1.626l-2.59%202.574l-1.404-1.404a1%201%200%201%200-1.414%201.415l1.4%201.398l-1.797%201.785A9.98%209.98%200%200%200%2024%2011a9.98%209.98%200%200%200-7.82%203.766l-.013-.013L10.414%209H12a1%201%200%201%200%200-2H8a1%201%200%200%200-1%201v4a1%201%200%200%200%202%200v-1.586l5.753%205.753a1%201%200%200%200%20.365.233A9.96%209.96%200%200%200%2014%2021m10-8a8%208%200%201%200%200%2016a8%208%200%200%200%200-16%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsTransgenderNegative%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(%23healthiconsTransgenderNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm14%2021c0%205.185%203.947%209.449%209%209.95v5.98h-2a1%201%200%201%200%200%202h2V41a1%201%200%201%200%202%200v-2.07h2a1%201%200%200%200%200-2h-2v-5.98c5.053-.501%209-4.765%209-9.95a9.96%209.96%200%200%200-1.073-4.511l2.104-2.091l1.43%201.43a1%201%200%200%200%201.414-1.415l-1.425-1.425L39%2010.454V12a1%201%200%200%200%202%200V8a1%201%200%200%200-1-1h-4a1%201%200%200%200%200%202h1.626l-2.59%202.574l-1.404-1.404a1%201%200%201%200-1.414%201.415l1.4%201.398l-1.797%201.785A9.98%209.98%200%200%200%2024%2011a9.98%209.98%200%200%200-7.82%203.766l-.013-.013L10.414%209H12a1%201%200%201%200%200-2H8a1%201%200%200%200-1%201v4a1%201%200%200%200%202%200v-1.586l5.753%205.753a1%201%200%200%200%20.365.233A9.96%209.96%200%200%200%2014%2021m10-8a8%208%200%201%200%200%2016a8%208%200%200%200%200-16%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsTransgenderNegative%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/transgender-negative.svg?color=%231a73e8&size=48