penis-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Body · MIT Free for personal and commercial use.

Name
penis-outline-24px
Set
Health Icons
Style
Outline 24px
Category
Body
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M7.165 2.08A5.27 5.27 0 0 0 4.25 6.794v7.262l-.313.172a1.7 1.7 0 0 0-.349.241a1.02 1.02 0 0 0-.338.749c0 .944.12 1.993.467 2.945c.343.942.926 1.835 1.875 2.391l.252.182l.034.02c.24.137.548.196.78.229c.262.036.557.053.842.053s.58-.017.842-.053c.232-.033.54-.092.78-.23l.034-.02l.252-.18c.95-.557 1.532-1.45 1.875-2.392c.346-.952.467-2.001.467-2.945c0-.364-.192-.613-.338-.749c-.132-.122-.281-.204-.35-.242l-.312-.171V10.5c0-.386.23-.814.695-1.177c.243-.19.522-.34.805-.438V12.5a4.25 4.25 0 1 0 8.5 0V8h-1.5v4.5a2.75 2.75 0 1 1-5.5 0V7.25H13c-.877 0-1.787.348-2.48.892c-.691.541-1.27 1.363-1.27 2.358v4.444l.996.547c-.021.746-.133 1.503-.373 2.16c-.267.735-.674 1.296-1.245 1.623l-.034.02l-.222.159a1 1 0 0 1-.122.028V7c0-.69.56-1.25 1.25-1.25h8v-1.5h-8A2.75 2.75 0 0 0 6.75 7v12.481a1 1 0 0 1-.122-.028l-.222-.16l-.034-.02c-.571-.326-.978-.887-1.245-1.622c-.24-.657-.352-1.414-.373-2.16l.996-.547V6.795c0-1.429.807-2.735 2.085-3.374z"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsPenisOutline24px(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="M7.165 2.08A5.27 5.27 0 0 0 4.25 6.794v7.262l-.313.172a1.7 1.7 0 0 0-.349.241a1.02 1.02 0 0 0-.338.749c0 .944.12 1.993.467 2.945c.343.942.926 1.835 1.875 2.391l.252.182l.034.02c.24.137.548.196.78.229c.262.036.557.053.842.053s.58-.017.842-.053c.232-.033.54-.092.78-.23l.034-.02l.252-.18c.95-.557 1.532-1.45 1.875-2.392c.346-.952.467-2.001.467-2.945c0-.364-.192-.613-.338-.749c-.132-.122-.281-.204-.35-.242l-.312-.171V10.5c0-.386.23-.814.695-1.177c.243-.19.522-.34.805-.438V12.5a4.25 4.25 0 1 0 8.5 0V8h-1.5v4.5a2.75 2.75 0 1 1-5.5 0V7.25H13c-.877 0-1.787.348-2.48.892c-.691.541-1.27 1.363-1.27 2.358v4.444l.996.547c-.021.746-.133 1.503-.373 2.16c-.267.735-.674 1.296-1.245 1.623l-.034.02l-.222.159a1 1 0 0 1-.122.028V7c0-.69.56-1.25 1.25-1.25h8v-1.5h-8A2.75 2.75 0 0 0 6.75 7v12.481a1 1 0 0 1-.122-.028l-.222-.16l-.034-.02c-.571-.326-.978-.887-1.245-1.622c-.24-.657-.352-1.414-.373-2.16l.996-.547V6.795c0-1.429.807-2.735 2.085-3.374z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.165 2.08A5.27 5.27 0 0 0 4.25 6.794v7.262l-.313.172a1.7 1.7 0 0 0-.349.241a1.02 1.02 0 0 0-.338.749c0 .944.12 1.993.467 2.945c.343.942.926 1.835 1.875 2.391l.252.182l.034.02c.24.137.548.196.78.229c.262.036.557.053.842.053s.58-.017.842-.053c.232-.033.54-.092.78-.23l.034-.02l.252-.18c.95-.557 1.532-1.45 1.875-2.392c.346-.952.467-2.001.467-2.945c0-.364-.192-.613-.338-.749c-.132-.122-.281-.204-.35-.242l-.312-.171V10.5c0-.386.23-.814.695-1.177c.243-.19.522-.34.805-.438V12.5a4.25 4.25 0 1 0 8.5 0V8h-1.5v4.5a2.75 2.75 0 1 1-5.5 0V7.25H13c-.877 0-1.787.348-2.48.892c-.691.541-1.27 1.363-1.27 2.358v4.444l.996.547c-.021.746-.133 1.503-.373 2.16c-.267.735-.674 1.296-1.245 1.623l-.034.02l-.222.159a1 1 0 0 1-.122.028V7c0-.69.56-1.25 1.25-1.25h8v-1.5h-8A2.75 2.75 0 0 0 6.75 7v12.481a1 1 0 0 1-.122-.028l-.222-.16l-.034-.02c-.571-.326-.978-.887-1.245-1.622c-.24-.657-.352-1.414-.373-2.16l.996-.547V6.795c0-1.429.807-2.735 2.085-3.374z"/></svg>
</template>

CSS

.icon-penis-outline-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%22M7.165%202.08A5.27%205.27%200%200%200%204.25%206.794v7.262l-.313.172a1.7%201.7%200%200%200-.349.241a1.02%201.02%200%200%200-.338.749c0%20.944.12%201.993.467%202.945c.343.942.926%201.835%201.875%202.391l.252.182l.034.02c.24.137.548.196.78.229c.262.036.557.053.842.053s.58-.017.842-.053c.232-.033.54-.092.78-.23l.034-.02l.252-.18c.95-.557%201.532-1.45%201.875-2.392c.346-.952.467-2.001.467-2.945c0-.364-.192-.613-.338-.749c-.132-.122-.281-.204-.35-.242l-.312-.171V10.5c0-.386.23-.814.695-1.177c.243-.19.522-.34.805-.438V12.5a4.25%204.25%200%201%200%208.5%200V8h-1.5v4.5a2.75%202.75%200%201%201-5.5%200V7.25H13c-.877%200-1.787.348-2.48.892c-.691.541-1.27%201.363-1.27%202.358v4.444l.996.547c-.021.746-.133%201.503-.373%202.16c-.267.735-.674%201.296-1.245%201.623l-.034.02l-.222.159a1%201%200%200%201-.122.028V7c0-.69.56-1.25%201.25-1.25h8v-1.5h-8A2.75%202.75%200%200%200%206.75%207v12.481a1%201%200%200%201-.122-.028l-.222-.16l-.034-.02c-.571-.326-.978-.887-1.245-1.622c-.24-.657-.352-1.414-.373-2.16l.996-.547V6.795c0-1.429.807-2.735%202.085-3.374z%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%22M7.165%202.08A5.27%205.27%200%200%200%204.25%206.794v7.262l-.313.172a1.7%201.7%200%200%200-.349.241a1.02%201.02%200%200%200-.338.749c0%20.944.12%201.993.467%202.945c.343.942.926%201.835%201.875%202.391l.252.182l.034.02c.24.137.548.196.78.229c.262.036.557.053.842.053s.58-.017.842-.053c.232-.033.54-.092.78-.23l.034-.02l.252-.18c.95-.557%201.532-1.45%201.875-2.392c.346-.952.467-2.001.467-2.945c0-.364-.192-.613-.338-.749c-.132-.122-.281-.204-.35-.242l-.312-.171V10.5c0-.386.23-.814.695-1.177c.243-.19.522-.34.805-.438V12.5a4.25%204.25%200%201%200%208.5%200V8h-1.5v4.5a2.75%202.75%200%201%201-5.5%200V7.25H13c-.877%200-1.787.348-2.48.892c-.691.541-1.27%201.363-1.27%202.358v4.444l.996.547c-.021.746-.133%201.503-.373%202.16c-.267.735-.674%201.296-1.245%201.623l-.034.02l-.222.159a1%201%200%200%201-.122.028V7c0-.69.56-1.25%201.25-1.25h8v-1.5h-8A2.75%202.75%200%200%200%206.75%207v12.481a1%201%200%200%201-.122-.028l-.222-.16l-.034-.02c-.571-.326-.978-.887-1.245-1.622c-.24-.657-.352-1.414-.373-2.16l.996-.547V6.795c0-1.429.807-2.735%202.085-3.374z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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