testicles icon
testicles-24px from Health Icons by Resolve to Save Lives · Filled 24px · Body · MIT Free for personal and commercial use.
- Name
- testicles-24px
- Set
- Health Icons
- Style
- Filled 24px
- Category
- Body
- Viewbox
- 24×24
- License
- MIT
3 other variants in Health Icons
More body icons from Health Icons
Use the testicles icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.75 3H7.77a3.644 3.644 0 0 0-3.645 3.644v8.085l-.789.418c-.155.082-.336.185-.336.36c0 1.925.515 4.144 2.25 5.099l.281.195c.482.265 2.33.265 2.813 0l.281-.195c1.735-.955 2.25-3.174 2.25-5.098c0-.176-.18-.279-.336-.361l-.789-.418v-4.333c0-1.496 1.822-2.709 3.375-2.709v4.876c0 2.093 1.763 3.791 3.938 3.791c2.174 0 3.937-1.697 3.937-3.791V3.59a.59.59 0 0 0-.59-.59h-2.16v4.939c.457.366.75.93.75 1.561v3a2 2 0 1 1-4 0v-3a2 2 0 0 1 1.75-1.985z"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsTesticles24px(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="M16.75 3H7.77a3.644 3.644 0 0 0-3.645 3.644v8.085l-.789.418c-.155.082-.336.185-.336.36c0 1.925.515 4.144 2.25 5.099l.281.195c.482.265 2.33.265 2.813 0l.281-.195c1.735-.955 2.25-3.174 2.25-5.098c0-.176-.18-.279-.336-.361l-.789-.418v-4.333c0-1.496 1.822-2.709 3.375-2.709v4.876c0 2.093 1.763 3.791 3.938 3.791c2.174 0 3.937-1.697 3.937-3.791V3.59a.59.59 0 0 0-.59-.59h-2.16v4.939c.457.366.75.93.75 1.561v3a2 2 0 1 1-4 0v-3a2 2 0 0 1 1.75-1.985z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.75 3H7.77a3.644 3.644 0 0 0-3.645 3.644v8.085l-.789.418c-.155.082-.336.185-.336.36c0 1.925.515 4.144 2.25 5.099l.281.195c.482.265 2.33.265 2.813 0l.281-.195c1.735-.955 2.25-3.174 2.25-5.098c0-.176-.18-.279-.336-.361l-.789-.418v-4.333c0-1.496 1.822-2.709 3.375-2.709v4.876c0 2.093 1.763 3.791 3.938 3.791c2.174 0 3.937-1.697 3.937-3.791V3.59a.59.59 0 0 0-.59-.59h-2.16v4.939c.457.366.75.93.75 1.561v3a2 2 0 1 1-4 0v-3a2 2 0 0 1 1.75-1.985z"/></svg> </template>
CSS
.icon-testicles-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%22M16.75%203H7.77a3.644%203.644%200%200%200-3.645%203.644v8.085l-.789.418c-.155.082-.336.185-.336.36c0%201.925.515%204.144%202.25%205.099l.281.195c.482.265%202.33.265%202.813%200l.281-.195c1.735-.955%202.25-3.174%202.25-5.098c0-.176-.18-.279-.336-.361l-.789-.418v-4.333c0-1.496%201.822-2.709%203.375-2.709v4.876c0%202.093%201.763%203.791%203.938%203.791c2.174%200%203.937-1.697%203.937-3.791V3.59a.59.59%200%200%200-.59-.59h-2.16v4.939c.457.366.75.93.75%201.561v3a2%202%200%201%201-4%200v-3a2%202%200%200%201%201.75-1.985z%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%22M16.75%203H7.77a3.644%203.644%200%200%200-3.645%203.644v8.085l-.789.418c-.155.082-.336.185-.336.36c0%201.925.515%204.144%202.25%205.099l.281.195c.482.265%202.33.265%202.813%200l.281-.195c1.735-.955%202.25-3.174%202.25-5.098c0-.176-.18-.279-.336-.361l-.789-.418v-4.333c0-1.496%201.822-2.709%203.375-2.709v4.876c0%202.093%201.763%203.791%203.938%203.791c2.174%200%203.937-1.697%203.937-3.791V3.59a.59.59%200%200%200-.59-.59h-2.16v4.939c.457.366.75.93.75%201.561v3a2%202%200%201%201-4%200v-3a2%202%200%200%201%201.75-1.985z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/testicles-24px.svg?color=%231a73e8&size=48