drop half icon

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

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

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the drop half 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.25M200 144a71 71 0 0 1-.46 8H136v-16h63.64q.36 4 .36 8m-16.61-56H136V72h36.89a176 176 0 0 1 10.5 16M136 200h37.19A71.67 71.67 0 0 1 136 215.54Zm0-16v-16h59.87a72 72 0 0 1-8 16Zm0-64v-16h55.39a117 117 0 0 1 5.45 16Zm23.89-64H136V32.6A257 257 0 0 1 159.89 56M56 144c0-50 42.26-92.71 64-111.4v182.94A72.08 72.08 0 0 1 56 144"/></svg>

React

import type { SVGProps } from "react";

export function PhDropHalf(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.25M200 144a71 71 0 0 1-.46 8H136v-16h63.64q.36 4 .36 8m-16.61-56H136V72h36.89a176 176 0 0 1 10.5 16M136 200h37.19A71.67 71.67 0 0 1 136 215.54Zm0-16v-16h59.87a72 72 0 0 1-8 16Zm0-64v-16h55.39a117 117 0 0 1 5.45 16Zm23.89-64H136V32.6A257 257 0 0 1 159.89 56M56 144c0-50 42.26-92.71 64-111.4v182.94A72.08 72.08 0 0 1 56 144"/></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.25M200 144a71 71 0 0 1-.46 8H136v-16h63.64q.36 4 .36 8m-16.61-56H136V72h36.89a176 176 0 0 1 10.5 16M136 200h37.19A71.67 71.67 0 0 1 136 215.54Zm0-16v-16h59.87a72 72 0 0 1-8 16Zm0-64v-16h55.39a117 117 0 0 1 5.45 16Zm23.89-64H136V32.6A257 257 0 0 1 159.89 56M56 144c0-50 42.26-92.71 64-111.4v182.94A72.08 72.08 0 0 1 56 144"/></svg>
</template>

CSS

.icon-drop-half {
  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.25M200%20144a71%2071%200%200%201-.46%208H136v-16h63.64q.36%204%20.36%208m-16.61-56H136V72h36.89a176%20176%200%200%201%2010.5%2016M136%20200h37.19A71.67%2071.67%200%200%201%20136%20215.54Zm0-16v-16h59.87a72%2072%200%200%201-8%2016Zm0-64v-16h55.39a117%20117%200%200%201%205.45%2016Zm23.89-64H136V32.6A257%20257%200%200%201%20159.89%2056M56%20144c0-50%2042.26-92.71%2064-111.4v182.94A72.08%2072.08%200%200%201%2056%20144%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.25M200%20144a71%2071%200%200%201-.46%208H136v-16h63.64q.36%204%20.36%208m-16.61-56H136V72h36.89a176%20176%200%200%201%2010.5%2016M136%20200h37.19A71.67%2071.67%200%200%201%20136%20215.54Zm0-16v-16h59.87a72%2072%200%200%201-8%2016Zm0-64v-16h55.39a117%20117%200%200%201%205.45%2016Zm23.89-64H136V32.6A257%20257%200%200%201%20159.89%2056M56%20144c0-50%2042.26-92.71%2064-111.4v182.94A72.08%2072.08%200%200%201%2056%20144%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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