drop half bottom icon

drop-half-bottom from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
drop-half-bottom
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the drop half bottom icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M174 47.75a254.2 254.2 0 0 0-41.45-38.3a8 8 0 0 0-9.18 0A254.2 254.2 0 0 0 82 47.75C54.51 79.32 40 112.6 40 144a88 88 0 0 0 176 0c0-31.4-14.51-64.68-42-96.25M187.83 184H68.17a72 72 0 0 1-8-16h135.7a72 72 0 0 1-8.04 16M200 144a71 71 0 0 1-.46 8H56.46a71 71 0 0 1-.46-8q0-4 .36-8h143.28q.36 4 .36 8M128 26c14.16 11.1 56.86 47.74 68.84 94H59.16C71.14 73.76 113.84 37.12 128 26M82.81 200h90.38a71.82 71.82 0 0 1-90.38 0"/></svg>

React

import type { SVGProps } from "react";

export function PhDropHalfBottom(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M174 47.75a254.2 254.2 0 0 0-41.45-38.3a8 8 0 0 0-9.18 0A254.2 254.2 0 0 0 82 47.75C54.51 79.32 40 112.6 40 144a88 88 0 0 0 176 0c0-31.4-14.51-64.68-42-96.25M187.83 184H68.17a72 72 0 0 1-8-16h135.7a72 72 0 0 1-8.04 16M200 144a71 71 0 0 1-.46 8H56.46a71 71 0 0 1-.46-8q0-4 .36-8h143.28q.36 4 .36 8M128 26c14.16 11.1 56.86 47.74 68.84 94H59.16C71.14 73.76 113.84 37.12 128 26M82.81 200h90.38a71.82 71.82 0 0 1-90.38 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M174 47.75a254.2 254.2 0 0 0-41.45-38.3a8 8 0 0 0-9.18 0A254.2 254.2 0 0 0 82 47.75C54.51 79.32 40 112.6 40 144a88 88 0 0 0 176 0c0-31.4-14.51-64.68-42-96.25M187.83 184H68.17a72 72 0 0 1-8-16h135.7a72 72 0 0 1-8.04 16M200 144a71 71 0 0 1-.46 8H56.46a71 71 0 0 1-.46-8q0-4 .36-8h143.28q.36 4 .36 8M128 26c14.16 11.1 56.86 47.74 68.84 94H59.16C71.14 73.76 113.84 37.12 128 26M82.81 200h90.38a71.82 71.82 0 0 1-90.38 0"/></svg>
</template>

CSS

.icon-drop-half-bottom {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M174%2047.75a254.2%20254.2%200%200%200-41.45-38.3a8%208%200%200%200-9.18%200A254.2%20254.2%200%200%200%2082%2047.75C54.51%2079.32%2040%20112.6%2040%20144a88%2088%200%200%200%20176%200c0-31.4-14.51-64.68-42-96.25M187.83%20184H68.17a72%2072%200%200%201-8-16h135.7a72%2072%200%200%201-8.04%2016M200%20144a71%2071%200%200%201-.46%208H56.46a71%2071%200%200%201-.46-8q0-4%20.36-8h143.28q.36%204%20.36%208M128%2026c14.16%2011.1%2056.86%2047.74%2068.84%2094H59.16C71.14%2073.76%20113.84%2037.12%20128%2026M82.81%20200h90.38a71.82%2071.82%200%200%201-90.38%200%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M174%2047.75a254.2%20254.2%200%200%200-41.45-38.3a8%208%200%200%200-9.18%200A254.2%20254.2%200%200%200%2082%2047.75C54.51%2079.32%2040%20112.6%2040%20144a88%2088%200%200%200%20176%200c0-31.4-14.51-64.68-42-96.25M187.83%20184H68.17a72%2072%200%200%201-8-16h135.7a72%2072%200%200%201-8.04%2016M200%20144a71%2071%200%200%201-.46%208H56.46a71%2071%200%200%201-.46-8q0-4%20.36-8h143.28q.36%204%20.36%208M128%2026c14.16%2011.1%2056.86%2047.74%2068.84%2094H59.16C71.14%2073.76%20113.84%2037.12%20128%2026M82.81%20200h90.38a71.82%2071.82%200%200%201-90.38%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/drop-half-bottom.svg?color=%231a73e8&size=48