penis icon
penis-outline from Health Icons by Resolve to Save Lives · Outline · Body · MIT Free for personal and commercial use.
- Name
- penis-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Body
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
More body icons from Health Icons
Use the penis icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M9 14a9 9 0 0 1 5.625-8.346l.75 1.854A7 7 0 0 0 11 14v16.378l-.667.235c-.874.31-1.083.58-1.172.763c-.134.28-.16.683-.16 1.624c0 1.677.686 3.454 1.817 4.808S13.438 40 15 40s3.052-.838 4.182-2.192S21 34.677 21 33c0-.941-.027-1.344-.161-1.624c-.089-.184-.298-.454-1.172-.763L19 30.378V20a5 5 0 0 1 5-5h1v11c0 3.29 3.3 6 7 6s7-2.71 7-6V16h2v10c0 4.71-4.54 8-9 8s-9-3.29-9-8v-8.83A3 3 0 0 0 21 20v9c.756.358 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.151 1.641-1.51z"/><path d="M14 15a6 6 0 0 1 6-6h15v2H20a4 4 0 0 0-4 4v26h-2z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsPenisOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M9 14a9 9 0 0 1 5.625-8.346l.75 1.854A7 7 0 0 0 11 14v16.378l-.667.235c-.874.31-1.083.58-1.172.763c-.134.28-.16.683-.16 1.624c0 1.677.686 3.454 1.817 4.808S13.438 40 15 40s3.052-.838 4.182-2.192S21 34.677 21 33c0-.941-.027-1.344-.161-1.624c-.089-.184-.298-.454-1.172-.763L19 30.378V20a5 5 0 0 1 5-5h1v11c0 3.29 3.3 6 7 6s7-2.71 7-6V16h2v10c0 4.71-4.54 8-9 8s-9-3.29-9-8v-8.83A3 3 0 0 0 21 20v9c.756.358 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.151 1.641-1.51z"/><path d="M14 15a6 6 0 0 1 6-6h15v2H20a4 4 0 0 0-4 4v26h-2z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M9 14a9 9 0 0 1 5.625-8.346l.75 1.854A7 7 0 0 0 11 14v16.378l-.667.235c-.874.31-1.083.58-1.172.763c-.134.28-.16.683-.16 1.624c0 1.677.686 3.454 1.817 4.808S13.438 40 15 40s3.052-.838 4.182-2.192S21 34.677 21 33c0-.941-.027-1.344-.161-1.624c-.089-.184-.298-.454-1.172-.763L19 30.378V20a5 5 0 0 1 5-5h1v11c0 3.29 3.3 6 7 6s7-2.71 7-6V16h2v10c0 4.71-4.54 8-9 8s-9-3.29-9-8v-8.83A3 3 0 0 0 21 20v9c.756.358 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.151 1.641-1.51z"/><path d="M14 15a6 6 0 0 1 6-6h15v2H20a4 4 0 0 0-4 4v26h-2z"/></g></svg> </template>
CSS
.icon-penis-outline {
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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M9%2014a9%209%200%200%201%205.625-8.346l.75%201.854A7%207%200%200%200%2011%2014v16.378l-.667.235c-.874.31-1.083.58-1.172.763c-.134.28-.16.683-.16%201.624c0%201.677.686%203.454%201.817%204.808S13.438%2040%2015%2040s3.052-.838%204.182-2.192S21%2034.677%2021%2033c0-.941-.027-1.344-.161-1.624c-.089-.184-.298-.454-1.172-.763L19%2030.378V20a5%205%200%200%201%205-5h1v11c0%203.29%203.3%206%207%206s7-2.71%207-6V16h2v10c0%204.71-4.54%208-9%208s-9-3.29-9-8v-8.83A3%203%200%200%200%2021%2020v9c.756.358%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.151%201.641-1.51z%22%2F%3E%3Cpath%20d%3D%22M14%2015a6%206%200%200%201%206-6h15v2H20a4%204%200%200%200-4%204v26h-2z%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M9%2014a9%209%200%200%201%205.625-8.346l.75%201.854A7%207%200%200%200%2011%2014v16.378l-.667.235c-.874.31-1.083.58-1.172.763c-.134.28-.16.683-.16%201.624c0%201.677.686%203.454%201.817%204.808S13.438%2040%2015%2040s3.052-.838%204.182-2.192S21%2034.677%2021%2033c0-.941-.027-1.344-.161-1.624c-.089-.184-.298-.454-1.172-.763L19%2030.378V20a5%205%200%200%201%205-5h1v11c0%203.29%203.3%206%207%206s7-2.71%207-6V16h2v10c0%204.71-4.54%208-9%208s-9-3.29-9-8v-8.83A3%203%200%200%200%2021%2020v9c.756.358%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.151%201.641-1.51z%22%2F%3E%3Cpath%20d%3D%22M14%2015a6%206%200%200%201%206-6h15v2H20a4%204%200%200%200-4%204v26h-2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/penis-outline.svg?color=%231a73e8&size=48