tarp-droplet from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
tarp-droplet
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Use the tarp droplet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 224c35.3 0 64-26.9 64-60c0-24-33.7-70.1-52.2-93.5c-6.1-7.7-17.5-7.7-23.6 0C289.7 93.9 256 140 256 164c0 33.1 28.7 60 64 60m112-64c0 61.9-50.1 112-112 112s-112-50.1-112-112c0-11.1 1.6-21.9 4.6-32H128c-35.3 0-64 28.7-64 64v256c0 35.3 28.7 64 64 64h277.5c17 0 33.3-6.7 45.3-18.7l106.5-106.6c12-12 18.7-28.3 18.7-45.3V192c0-35.3-28.7-64-64-64h-84.6c3 10.1 4.6 20.9 4.6 32m85.5 176L400 453.5V360c0-13.3 10.7-24 24-24zM160 192c17.7 0 32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidTarpDroplet(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 224c35.3 0 64-26.9 64-60c0-24-33.7-70.1-52.2-93.5c-6.1-7.7-17.5-7.7-23.6 0C289.7 93.9 256 140 256 164c0 33.1 28.7 60 64 60m112-64c0 61.9-50.1 112-112 112s-112-50.1-112-112c0-11.1 1.6-21.9 4.6-32H128c-35.3 0-64 28.7-64 64v256c0 35.3 28.7 64 64 64h277.5c17 0 33.3-6.7 45.3-18.7l106.5-106.6c12-12 18.7-28.3 18.7-45.3V192c0-35.3-28.7-64-64-64h-84.6c3 10.1 4.6 20.9 4.6 32m85.5 176L400 453.5V360c0-13.3 10.7-24 24-24zM160 192c17.7 0 32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 224c35.3 0 64-26.9 64-60c0-24-33.7-70.1-52.2-93.5c-6.1-7.7-17.5-7.7-23.6 0C289.7 93.9 256 140 256 164c0 33.1 28.7 60 64 60m112-64c0 61.9-50.1 112-112 112s-112-50.1-112-112c0-11.1 1.6-21.9 4.6-32H128c-35.3 0-64 28.7-64 64v256c0 35.3 28.7 64 64 64h277.5c17 0 33.3-6.7 45.3-18.7l106.5-106.6c12-12 18.7-28.3 18.7-45.3V192c0-35.3-28.7-64-64-64h-84.6c3 10.1 4.6 20.9 4.6 32m85.5 176L400 453.5V360c0-13.3 10.7-24 24-24zM160 192c17.7 0 32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32"/></svg>
</template>

CSS

.icon-tarp-droplet {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20224c35.3%200%2064-26.9%2064-60c0-24-33.7-70.1-52.2-93.5c-6.1-7.7-17.5-7.7-23.6%200C289.7%2093.9%20256%20140%20256%20164c0%2033.1%2028.7%2060%2064%2060m112-64c0%2061.9-50.1%20112-112%20112s-112-50.1-112-112c0-11.1%201.6-21.9%204.6-32H128c-35.3%200-64%2028.7-64%2064v256c0%2035.3%2028.7%2064%2064%2064h277.5c17%200%2033.3-6.7%2045.3-18.7l106.5-106.6c12-12%2018.7-28.3%2018.7-45.3V192c0-35.3-28.7-64-64-64h-84.6c3%2010.1%204.6%2020.9%204.6%2032m85.5%20176L400%20453.5V360c0-13.3%2010.7-24%2024-24zM160%20192c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032s-32-14.3-32-32s14.3-32%2032-32%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20224c35.3%200%2064-26.9%2064-60c0-24-33.7-70.1-52.2-93.5c-6.1-7.7-17.5-7.7-23.6%200C289.7%2093.9%20256%20140%20256%20164c0%2033.1%2028.7%2060%2064%2060m112-64c0%2061.9-50.1%20112-112%20112s-112-50.1-112-112c0-11.1%201.6-21.9%204.6-32H128c-35.3%200-64%2028.7-64%2064v256c0%2035.3%2028.7%2064%2064%2064h277.5c17%200%2033.3-6.7%2045.3-18.7l106.5-106.6c12-12%2018.7-28.3%2018.7-45.3V192c0-35.3-28.7-64-64-64h-84.6c3%2010.1%204.6%2020.9%204.6%2032m85.5%20176L400%20453.5V360c0-13.3%2010.7-24%2024-24zM160%20192c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032s-32-14.3-32-32s14.3-32%2032-32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/tarp-droplet.svg?color=%231a73e8&size=48