sperm icon
sperm from IconPark Solid by ByteDance · Solid · Health · Apache-2.0 Free for personal and commercial use.
- Name
- sperm
- Set
- IconPark Solid
- Style
- Solid
- Category
- Health
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More health icons from IconPark Solid
Use the sperm icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-width="4"><path fill="currentColor" fill-rule="evenodd" d="M18.237 24.475c1.856 1.299 2.33 2.674 3.609 3.57c1.4.98 2.947 1.5 4.169 1.014c2.307-.916 3.976-3.908 6.011-6.815c3.96-5.655 3.954-14.385.26-16.971c-3.692-2.586-11.843.433-15.802 6.088c-1.935 2.763-4.47 6.445-4.317 8.002c.129 1.311.57 2.042 1.958 3.275s2.132.45 4.112 1.837Z" clip-rule="evenodd"/><path stroke-linecap="round" d="M13.618 22.317q-5.312 5.847-1.403 8.885q3.908 3.038 9.815-2.995"/><path stroke-linecap="round" d="M12.239 31.227q-4.645 5.081-1.71 9.477c2.937 4.396 8.755 4.155 11.595.879s8.184-11.396 14.059-9.727s4.877 8.088.939 8.762"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkSolidSperm(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" stroke="currentColor" strokeWidth="4"><path fill="currentColor" fillRule="evenodd" d="M18.237 24.475c1.856 1.299 2.33 2.674 3.609 3.57c1.4.98 2.947 1.5 4.169 1.014c2.307-.916 3.976-3.908 6.011-6.815c3.96-5.655 3.954-14.385.26-16.971c-3.692-2.586-11.843.433-15.802 6.088c-1.935 2.763-4.47 6.445-4.317 8.002c.129 1.311.57 2.042 1.958 3.275s2.132.45 4.112 1.837Z" clipRule="evenodd"/><path strokeLinecap="round" d="M13.618 22.317q-5.312 5.847-1.403 8.885q3.908 3.038 9.815-2.995"/><path strokeLinecap="round" d="M12.239 31.227q-4.645 5.081-1.71 9.477c2.937 4.396 8.755 4.155 11.595.879s8.184-11.396 14.059-9.727s4.877 8.088.939 8.762"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-width="4"><path fill="currentColor" fill-rule="evenodd" d="M18.237 24.475c1.856 1.299 2.33 2.674 3.609 3.57c1.4.98 2.947 1.5 4.169 1.014c2.307-.916 3.976-3.908 6.011-6.815c3.96-5.655 3.954-14.385.26-16.971c-3.692-2.586-11.843.433-15.802 6.088c-1.935 2.763-4.47 6.445-4.317 8.002c.129 1.311.57 2.042 1.958 3.275s2.132.45 4.112 1.837Z" clip-rule="evenodd"/><path stroke-linecap="round" d="M13.618 22.317q-5.312 5.847-1.403 8.885q3.908 3.038 9.815-2.995"/><path stroke-linecap="round" d="M12.239 31.227q-4.645 5.081-1.71 9.477c2.937 4.396 8.755 4.155 11.595.879s8.184-11.396 14.059-9.727s4.877 8.088.939 8.762"/></g></svg> </template>
CSS
.icon-sperm {
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%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.237%2024.475c1.856%201.299%202.33%202.674%203.609%203.57c1.4.98%202.947%201.5%204.169%201.014c2.307-.916%203.976-3.908%206.011-6.815c3.96-5.655%203.954-14.385.26-16.971c-3.692-2.586-11.843.433-15.802%206.088c-1.935%202.763-4.47%206.445-4.317%208.002c.129%201.311.57%202.042%201.958%203.275s2.132.45%204.112%201.837Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.618%2022.317q-5.312%205.847-1.403%208.885q3.908%203.038%209.815-2.995%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12.239%2031.227q-4.645%205.081-1.71%209.477c2.937%204.396%208.755%204.155%2011.595.879s8.184-11.396%2014.059-9.727s4.877%208.088.939%208.762%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.237%2024.475c1.856%201.299%202.33%202.674%203.609%203.57c1.4.98%202.947%201.5%204.169%201.014c2.307-.916%203.976-3.908%206.011-6.815c3.96-5.655%203.954-14.385.26-16.971c-3.692-2.586-11.843.433-15.802%206.088c-1.935%202.763-4.47%206.445-4.317%208.002c.129%201.311.57%202.042%201.958%203.275s2.132.45%204.112%201.837Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.618%2022.317q-5.312%205.847-1.403%208.885q3.908%203.038%209.815-2.995%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12.239%2031.227q-4.645%205.081-1.71%209.477c2.937%204.396%208.755%204.155%2011.595.879s8.184-11.396%2014.059-9.727s4.877%208.088.939%208.762%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-solid/sperm.svg?color=%231a73e8&size=48