sperm negative icon
sperm-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- sperm-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the sperm 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(#healthiconsSpermNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM29.822 15.284c.134.41.07.874-.235 1.18l-.28.282a.5.5 0 0 1-.389.163l-3.224-.12c-4.575-.172-8 4.438-6.483 8.725l.274.774c.587 1.657-.747 3.437-2.515 3.355l-1.965-.091c-2.905-.135-5.242 2.556-4.698 5.409l.311 1.629c.162.849-.447 1.681-1.311 1.792l-1.571.202a1.467 1.467 0 1 0 .373 2.91l1.46-.187c2.594-.332 4.421-2.83 3.935-5.378l-.311-1.628c-.182-.951.598-1.848 1.566-1.803l1.964.09c3.89.181 6.825-3.733 5.534-7.38l-.274-.774c-.817-2.309 1.027-4.79 3.49-4.699l3.225.12a3.55 3.55 0 0 0 2.72-1.14l.24-.24c.3-.302.756-.37 1.162-.245c2.137.662 4.85-.087 6.868-2.105c2.687-2.687 3.123-6.609.973-8.76s-6.072-1.713-8.76.974c-2.041 2.042-2.784 4.796-2.08 6.945" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsSpermNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsSpermNegative(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(#healthiconsSpermNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM29.822 15.284c.134.41.07.874-.235 1.18l-.28.282a.5.5 0 0 1-.389.163l-3.224-.12c-4.575-.172-8 4.438-6.483 8.725l.274.774c.587 1.657-.747 3.437-2.515 3.355l-1.965-.091c-2.905-.135-5.242 2.556-4.698 5.409l.311 1.629c.162.849-.447 1.681-1.311 1.792l-1.571.202a1.467 1.467 0 1 0 .373 2.91l1.46-.187c2.594-.332 4.421-2.83 3.935-5.378l-.311-1.628c-.182-.951.598-1.848 1.566-1.803l1.964.09c3.89.181 6.825-3.733 5.534-7.38l-.274-.774c-.817-2.309 1.027-4.79 3.49-4.699l3.225.12a3.55 3.55 0 0 0 2.72-1.14l.24-.24c.3-.302.756-.37 1.162-.245c2.137.662 4.85-.087 6.868-2.105c2.687-2.687 3.123-6.609.973-8.76s-6.072-1.713-8.76.974c-2.041 2.042-2.784 4.796-2.08 6.945" clipRule="evenodd"/></g><defs><clipPath id="healthiconsSpermNegative"><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(#healthiconsSpermNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM29.822 15.284c.134.41.07.874-.235 1.18l-.28.282a.5.5 0 0 1-.389.163l-3.224-.12c-4.575-.172-8 4.438-6.483 8.725l.274.774c.587 1.657-.747 3.437-2.515 3.355l-1.965-.091c-2.905-.135-5.242 2.556-4.698 5.409l.311 1.629c.162.849-.447 1.681-1.311 1.792l-1.571.202a1.467 1.467 0 1 0 .373 2.91l1.46-.187c2.594-.332 4.421-2.83 3.935-5.378l-.311-1.628c-.182-.951.598-1.848 1.566-1.803l1.964.09c3.89.181 6.825-3.733 5.534-7.38l-.274-.774c-.817-2.309 1.027-4.79 3.49-4.699l3.225.12a3.55 3.55 0 0 0 2.72-1.14l.24-.24c.3-.302.756-.37 1.162-.245c2.137.662 4.85-.087 6.868-2.105c2.687-2.687 3.123-6.609.973-8.76s-6.072-1.713-8.76.974c-2.041 2.042-2.784 4.796-2.08 6.945" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsSpermNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-sperm-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(%23healthiconsSpermNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM29.822%2015.284c.134.41.07.874-.235%201.18l-.28.282a.5.5%200%200%201-.389.163l-3.224-.12c-4.575-.172-8%204.438-6.483%208.725l.274.774c.587%201.657-.747%203.437-2.515%203.355l-1.965-.091c-2.905-.135-5.242%202.556-4.698%205.409l.311%201.629c.162.849-.447%201.681-1.311%201.792l-1.571.202a1.467%201.467%200%201%200%20.373%202.91l1.46-.187c2.594-.332%204.421-2.83%203.935-5.378l-.311-1.628c-.182-.951.598-1.848%201.566-1.803l1.964.09c3.89.181%206.825-3.733%205.534-7.38l-.274-.774c-.817-2.309%201.027-4.79%203.49-4.699l3.225.12a3.55%203.55%200%200%200%202.72-1.14l.24-.24c.3-.302.756-.37%201.162-.245c2.137.662%204.85-.087%206.868-2.105c2.687-2.687%203.123-6.609.973-8.76s-6.072-1.713-8.76.974c-2.041%202.042-2.784%204.796-2.08%206.945%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsSpermNegative%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(%23healthiconsSpermNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM29.822%2015.284c.134.41.07.874-.235%201.18l-.28.282a.5.5%200%200%201-.389.163l-3.224-.12c-4.575-.172-8%204.438-6.483%208.725l.274.774c.587%201.657-.747%203.437-2.515%203.355l-1.965-.091c-2.905-.135-5.242%202.556-4.698%205.409l.311%201.629c.162.849-.447%201.681-1.311%201.792l-1.571.202a1.467%201.467%200%201%200%20.373%202.91l1.46-.187c2.594-.332%204.421-2.83%203.935-5.378l-.311-1.628c-.182-.951.598-1.848%201.566-1.803l1.964.09c3.89.181%206.825-3.733%205.534-7.38l-.274-.774c-.817-2.309%201.027-4.79%203.49-4.699l3.225.12a3.55%203.55%200%200%200%202.72-1.14l.24-.24c.3-.302.756-.37%201.162-.245c2.137.662%204.85-.087%206.868-2.105c2.687-2.687%203.123-6.609.973-8.76s-6.072-1.713-8.76.974c-2.041%202.042-2.784%204.796-2.08%206.945%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsSpermNegative%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/sperm-negative.svg?color=%231a73e8&size=48