sperm-24px from Health Icons by Resolve to Save Lives · Filled 24px · Contraceptives · MIT Free for personal and commercial use.

Name
sperm-24px
Set
Health Icons
Style
Filled 24px
Category
Contraceptives
Viewbox
24×24
License
MIT

3 other variants in Health Icons

The same icon in other sets

More contraceptives icons from Health Icons

Use the sperm icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.257 3.04a3.91 3.91 0 0 0-3.217 3.217a2.33 2.33 0 0 0 .46 1.825l-.305.408c-.359.479-.922.76-1.52.76h-.823a2.806 2.806 0 0 0-2.661 3.693l.113.34a1.094 1.094 0 0 1-1.234 1.422a2.594 2.594 0 0 0-3.042 2.839l.024.213a1.254 1.254 0 0 1-1 1.368l-.7.14a.75.75 0 0 0 .295 1.47l.699-.14a2.754 2.754 0 0 0 2.197-3.004l-.024-.213a1.094 1.094 0 0 1 1.283-1.197c1.94.352 3.548-1.502 2.925-3.373l-.114-.34a1.306 1.306 0 0 1 1.24-1.718h.822a3.4 3.4 0 0 0 2.72-1.36l.357-.476c.31.083.646.103.99.046a3.91 3.91 0 0 0 3.218-3.217a2.348 2.348 0 0 0-2.703-2.703m-7.202.284a2.37 2.37 0 0 0-1.883 1.712c-.11.406-.037.802.155 1.122l-.468.7a.88.88 0 0 1-.73.392H7.75a2 2 0 0 0-2 2a.5.5 0 0 1-.5.5a2 2 0 0 0-2 2V12a.75.75 0 0 0 1.5 0v-.25a.5.5 0 0 1 .5-.5a2 2 0 0 0 2-2a.5.5 0 0 1 .5-.5h.378c.796 0 1.538-.397 1.98-1.06l.541-.812a1.5 1.5 0 0 0 .315-.05a2.37 2.37 0 0 0 1.712-1.883a1.41 1.41 0 0 0-1.621-1.62m7.092 7.984a2.24 2.24 0 0 0-1.838 1.838c-.037.219-.019.43.042.624l-1.319 1.539c-.24.28-.589.44-.956.44a2.76 2.76 0 0 0-2.297 1.229l-.042.063a2.9 2.9 0 0 0-.487 1.61V19a.75.75 0 0 0 1.5 0v-.349c0-.276.082-.547.235-.777l.042-.063a1.26 1.26 0 0 1 1.049-.561a2.76 2.76 0 0 0 2.095-.964l1.355-1.58q.159.013.327-.015a2.24 2.24 0 0 0 1.838-1.838a1.342 1.342 0 0 0-1.544-1.544"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsSperm24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.257 3.04a3.91 3.91 0 0 0-3.217 3.217a2.33 2.33 0 0 0 .46 1.825l-.305.408c-.359.479-.922.76-1.52.76h-.823a2.806 2.806 0 0 0-2.661 3.693l.113.34a1.094 1.094 0 0 1-1.234 1.422a2.594 2.594 0 0 0-3.042 2.839l.024.213a1.254 1.254 0 0 1-1 1.368l-.7.14a.75.75 0 0 0 .295 1.47l.699-.14a2.754 2.754 0 0 0 2.197-3.004l-.024-.213a1.094 1.094 0 0 1 1.283-1.197c1.94.352 3.548-1.502 2.925-3.373l-.114-.34a1.306 1.306 0 0 1 1.24-1.718h.822a3.4 3.4 0 0 0 2.72-1.36l.357-.476c.31.083.646.103.99.046a3.91 3.91 0 0 0 3.218-3.217a2.348 2.348 0 0 0-2.703-2.703m-7.202.284a2.37 2.37 0 0 0-1.883 1.712c-.11.406-.037.802.155 1.122l-.468.7a.88.88 0 0 1-.73.392H7.75a2 2 0 0 0-2 2a.5.5 0 0 1-.5.5a2 2 0 0 0-2 2V12a.75.75 0 0 0 1.5 0v-.25a.5.5 0 0 1 .5-.5a2 2 0 0 0 2-2a.5.5 0 0 1 .5-.5h.378c.796 0 1.538-.397 1.98-1.06l.541-.812a1.5 1.5 0 0 0 .315-.05a2.37 2.37 0 0 0 1.712-1.883a1.41 1.41 0 0 0-1.621-1.62m7.092 7.984a2.24 2.24 0 0 0-1.838 1.838c-.037.219-.019.43.042.624l-1.319 1.539c-.24.28-.589.44-.956.44a2.76 2.76 0 0 0-2.297 1.229l-.042.063a2.9 2.9 0 0 0-.487 1.61V19a.75.75 0 0 0 1.5 0v-.349c0-.276.082-.547.235-.777l.042-.063a1.26 1.26 0 0 1 1.049-.561a2.76 2.76 0 0 0 2.095-.964l1.355-1.58q.159.013.327-.015a2.24 2.24 0 0 0 1.838-1.838a1.342 1.342 0 0 0-1.544-1.544"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.257 3.04a3.91 3.91 0 0 0-3.217 3.217a2.33 2.33 0 0 0 .46 1.825l-.305.408c-.359.479-.922.76-1.52.76h-.823a2.806 2.806 0 0 0-2.661 3.693l.113.34a1.094 1.094 0 0 1-1.234 1.422a2.594 2.594 0 0 0-3.042 2.839l.024.213a1.254 1.254 0 0 1-1 1.368l-.7.14a.75.75 0 0 0 .295 1.47l.699-.14a2.754 2.754 0 0 0 2.197-3.004l-.024-.213a1.094 1.094 0 0 1 1.283-1.197c1.94.352 3.548-1.502 2.925-3.373l-.114-.34a1.306 1.306 0 0 1 1.24-1.718h.822a3.4 3.4 0 0 0 2.72-1.36l.357-.476c.31.083.646.103.99.046a3.91 3.91 0 0 0 3.218-3.217a2.348 2.348 0 0 0-2.703-2.703m-7.202.284a2.37 2.37 0 0 0-1.883 1.712c-.11.406-.037.802.155 1.122l-.468.7a.88.88 0 0 1-.73.392H7.75a2 2 0 0 0-2 2a.5.5 0 0 1-.5.5a2 2 0 0 0-2 2V12a.75.75 0 0 0 1.5 0v-.25a.5.5 0 0 1 .5-.5a2 2 0 0 0 2-2a.5.5 0 0 1 .5-.5h.378c.796 0 1.538-.397 1.98-1.06l.541-.812a1.5 1.5 0 0 0 .315-.05a2.37 2.37 0 0 0 1.712-1.883a1.41 1.41 0 0 0-1.621-1.62m7.092 7.984a2.24 2.24 0 0 0-1.838 1.838c-.037.219-.019.43.042.624l-1.319 1.539c-.24.28-.589.44-.956.44a2.76 2.76 0 0 0-2.297 1.229l-.042.063a2.9 2.9 0 0 0-.487 1.61V19a.75.75 0 0 0 1.5 0v-.349c0-.276.082-.547.235-.777l.042-.063a1.26 1.26 0 0 1 1.049-.561a2.76 2.76 0 0 0 2.095-.964l1.355-1.58q.159.013.327-.015a2.24 2.24 0 0 0 1.838-1.838a1.342 1.342 0 0 0-1.544-1.544"/></svg>
</template>

CSS

.icon-sperm-24px {
  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%22currentColor%22%20d%3D%22M18.257%203.04a3.91%203.91%200%200%200-3.217%203.217a2.33%202.33%200%200%200%20.46%201.825l-.305.408c-.359.479-.922.76-1.52.76h-.823a2.806%202.806%200%200%200-2.661%203.693l.113.34a1.094%201.094%200%200%201-1.234%201.422a2.594%202.594%200%200%200-3.042%202.839l.024.213a1.254%201.254%200%200%201-1%201.368l-.7.14a.75.75%200%200%200%20.295%201.47l.699-.14a2.754%202.754%200%200%200%202.197-3.004l-.024-.213a1.094%201.094%200%200%201%201.283-1.197c1.94.352%203.548-1.502%202.925-3.373l-.114-.34a1.306%201.306%200%200%201%201.24-1.718h.822a3.4%203.4%200%200%200%202.72-1.36l.357-.476c.31.083.646.103.99.046a3.91%203.91%200%200%200%203.218-3.217a2.348%202.348%200%200%200-2.703-2.703m-7.202.284a2.37%202.37%200%200%200-1.883%201.712c-.11.406-.037.802.155%201.122l-.468.7a.88.88%200%200%201-.73.392H7.75a2%202%200%200%200-2%202a.5.5%200%200%201-.5.5a2%202%200%200%200-2%202V12a.75.75%200%200%200%201.5%200v-.25a.5.5%200%200%201%20.5-.5a2%202%200%200%200%202-2a.5.5%200%200%201%20.5-.5h.378c.796%200%201.538-.397%201.98-1.06l.541-.812a1.5%201.5%200%200%200%20.315-.05a2.37%202.37%200%200%200%201.712-1.883a1.41%201.41%200%200%200-1.621-1.62m7.092%207.984a2.24%202.24%200%200%200-1.838%201.838c-.037.219-.019.43.042.624l-1.319%201.539c-.24.28-.589.44-.956.44a2.76%202.76%200%200%200-2.297%201.229l-.042.063a2.9%202.9%200%200%200-.487%201.61V19a.75.75%200%200%200%201.5%200v-.349c0-.276.082-.547.235-.777l.042-.063a1.26%201.26%200%200%201%201.049-.561a2.76%202.76%200%200%200%202.095-.964l1.355-1.58q.159.013.327-.015a2.24%202.24%200%200%200%201.838-1.838a1.342%201.342%200%200%200-1.544-1.544%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%22currentColor%22%20d%3D%22M18.257%203.04a3.91%203.91%200%200%200-3.217%203.217a2.33%202.33%200%200%200%20.46%201.825l-.305.408c-.359.479-.922.76-1.52.76h-.823a2.806%202.806%200%200%200-2.661%203.693l.113.34a1.094%201.094%200%200%201-1.234%201.422a2.594%202.594%200%200%200-3.042%202.839l.024.213a1.254%201.254%200%200%201-1%201.368l-.7.14a.75.75%200%200%200%20.295%201.47l.699-.14a2.754%202.754%200%200%200%202.197-3.004l-.024-.213a1.094%201.094%200%200%201%201.283-1.197c1.94.352%203.548-1.502%202.925-3.373l-.114-.34a1.306%201.306%200%200%201%201.24-1.718h.822a3.4%203.4%200%200%200%202.72-1.36l.357-.476c.31.083.646.103.99.046a3.91%203.91%200%200%200%203.218-3.217a2.348%202.348%200%200%200-2.703-2.703m-7.202.284a2.37%202.37%200%200%200-1.883%201.712c-.11.406-.037.802.155%201.122l-.468.7a.88.88%200%200%201-.73.392H7.75a2%202%200%200%200-2%202a.5.5%200%200%201-.5.5a2%202%200%200%200-2%202V12a.75.75%200%200%200%201.5%200v-.25a.5.5%200%200%201%20.5-.5a2%202%200%200%200%202-2a.5.5%200%200%201%20.5-.5h.378c.796%200%201.538-.397%201.98-1.06l.541-.812a1.5%201.5%200%200%200%20.315-.05a2.37%202.37%200%200%200%201.712-1.883a1.41%201.41%200%200%200-1.621-1.62m7.092%207.984a2.24%202.24%200%200%200-1.838%201.838c-.037.219-.019.43.042.624l-1.319%201.539c-.24.28-.589.44-.956.44a2.76%202.76%200%200%200-2.297%201.229l-.042.063a2.9%202.9%200%200%200-.487%201.61V19a.75.75%200%200%200%201.5%200v-.349c0-.276.082-.547.235-.777l.042-.063a1.26%201.26%200%200%201%201.049-.561a2.76%202.76%200%200%200%202.095-.964l1.355-1.58q.159.013.327-.015a2.24%202.24%200%200%200%201.838-1.838a1.342%201.342%200%200%200-1.544-1.544%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/sperm-24px.svg?color=%231a73e8&size=48