testicles negative icon

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

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

Use the testicles negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clip-path="url(#healthiconsTesticlesNegative)"><path fill-rule="evenodd" d="M48 0H0v48h48zM13.087 6.846c1.1-.674 2.354-.846 3.47-.846H39a3 3 0 0 1 3 3v17c0 4.71-4.54 8-9 8s-9-3.29-9-8v-8.86a5.2 5.2 0 0 0-1.732.834C21.433 18.594 21 19.33 21 20v9c.756.357 1.313.827 1.641 1.51c.36.748.36 1.627.36 2.409v.08c0 2.19-.881 4.412-2.284 6.091S17.304 42 15 42s-4.314-1.23-5.717-2.91C7.88 37.411 7 35.188 7 33v-.081c0-.782 0-1.66.359-2.41c.328-.682.885-1.152 1.641-1.51V14c0-3.184 1.652-5.66 4.087-7.153" clip-rule="evenodd"/><path d="M28 20a5 5 0 0 1 10 0v5a5 5 0 0 1-10 0z"/><path fill-rule="evenodd" d="M35 6v10h-2V6z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsTesticlesNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsTesticlesNegative(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 fill="currentColor" clipPath="url(#healthiconsTesticlesNegative)"><path fillRule="evenodd" d="M48 0H0v48h48zM13.087 6.846c1.1-.674 2.354-.846 3.47-.846H39a3 3 0 0 1 3 3v17c0 4.71-4.54 8-9 8s-9-3.29-9-8v-8.86a5.2 5.2 0 0 0-1.732.834C21.433 18.594 21 19.33 21 20v9c.756.357 1.313.827 1.641 1.51c.36.748.36 1.627.36 2.409v.08c0 2.19-.881 4.412-2.284 6.091S17.304 42 15 42s-4.314-1.23-5.717-2.91C7.88 37.411 7 35.188 7 33v-.081c0-.782 0-1.66.359-2.41c.328-.682.885-1.152 1.641-1.51V14c0-3.184 1.652-5.66 4.087-7.153" clipRule="evenodd"/><path d="M28 20a5 5 0 0 1 10 0v5a5 5 0 0 1-10 0z"/><path fillRule="evenodd" d="M35 6v10h-2V6z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsTesticlesNegative"><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 fill="currentColor" clip-path="url(#healthiconsTesticlesNegative)"><path fill-rule="evenodd" d="M48 0H0v48h48zM13.087 6.846c1.1-.674 2.354-.846 3.47-.846H39a3 3 0 0 1 3 3v17c0 4.71-4.54 8-9 8s-9-3.29-9-8v-8.86a5.2 5.2 0 0 0-1.732.834C21.433 18.594 21 19.33 21 20v9c.756.357 1.313.827 1.641 1.51c.36.748.36 1.627.36 2.409v.08c0 2.19-.881 4.412-2.284 6.091S17.304 42 15 42s-4.314-1.23-5.717-2.91C7.88 37.411 7 35.188 7 33v-.081c0-.782 0-1.66.359-2.41c.328-.682.885-1.152 1.641-1.51V14c0-3.184 1.652-5.66 4.087-7.153" clip-rule="evenodd"/><path d="M28 20a5 5 0 0 1 10 0v5a5 5 0 0 1-10 0z"/><path fill-rule="evenodd" d="M35 6v10h-2V6z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsTesticlesNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-testicles-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%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsTesticlesNegative)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM13.087%206.846c1.1-.674%202.354-.846%203.47-.846H39a3%203%200%200%201%203%203v17c0%204.71-4.54%208-9%208s-9-3.29-9-8v-8.86a5.2%205.2%200%200%200-1.732.834C21.433%2018.594%2021%2019.33%2021%2020v9c.756.357%201.313.827%201.641%201.51c.36.748.36%201.627.36%202.409v.08c0%202.19-.881%204.412-2.284%206.091S17.304%2042%2015%2042s-4.314-1.23-5.717-2.91C7.88%2037.411%207%2035.188%207%2033v-.081c0-.782%200-1.66.359-2.41c.328-.682.885-1.152%201.641-1.51V14c0-3.184%201.652-5.66%204.087-7.153%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M28%2020a5%205%200%200%201%2010%200v5a5%205%200%200%201-10%200z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M35%206v10h-2V6z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsTesticlesNegative%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%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsTesticlesNegative)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM13.087%206.846c1.1-.674%202.354-.846%203.47-.846H39a3%203%200%200%201%203%203v17c0%204.71-4.54%208-9%208s-9-3.29-9-8v-8.86a5.2%205.2%200%200%200-1.732.834C21.433%2018.594%2021%2019.33%2021%2020v9c.756.357%201.313.827%201.641%201.51c.36.748.36%201.627.36%202.409v.08c0%202.19-.881%204.412-2.284%206.091S17.304%2042%2015%2042s-4.314-1.23-5.717-2.91C7.88%2037.411%207%2035.188%207%2033v-.081c0-.782%200-1.66.359-2.41c.328-.682.885-1.152%201.641-1.51V14c0-3.184%201.652-5.66%204.087-7.153%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M28%2020a5%205%200%200%201%2010%200v5a5%205%200%200%201-10%200z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M35%206v10h-2V6z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsTesticlesNegative%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/testicles-negative.svg?color=%231a73e8&size=48