keep dry icon

keep-dry from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.

Name
keep-dry
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

More enterprise icons from Carbon

Use the keep dry icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25 10a3.9 3.9 0 0 1-4-3.777a3.9 3.9 0 0 1 .653-2.064L24.17.414a1.038 1.038 0 0 1 1.66 0l2.485 3.696A3.97 3.97 0 0 1 29 6.223A3.9 3.9 0 0 1 25 10m0-7.237l-1.656 2.463a1.9 1.9 0 0 0-.344.997a2.014 2.014 0 0 0 4 0a2 2 0 0 0-.375-1.047Z"/><path fill="currentColor" d="M29.985 15.83a14 14 0 0 0-1.814-4.832L26.433 12a12 12 0 0 1 1.07 2.212A5.4 5.4 0 0 0 26 14a6.54 6.54 0 0 0-3.939 1.333a14.52 14.52 0 0 0-3.046-8.934A14 14 0 0 0 17 4.4V2h-2v2.046A14.38 14.38 0 0 0 2.015 15.83a1 1 0 0 0 1.495 1.03A4.86 4.86 0 0 1 6 16a4.87 4.87 0 0 1 4.14 2.51a1.04 1.04 0 0 0 1.72 0A5.02 5.02 0 0 1 15 16.126V25.5a2.5 2.5 0 0 1-5 0V25H8v.5a4.5 4.5 0 0 0 9 0v-9.375a5.02 5.02 0 0 1 3.14 2.386a1 1 0 0 0 1.72 0A4.87 4.87 0 0 1 26 16a4.86 4.86 0 0 1 2.49.86a1 1 0 0 0 1.496-1.03ZM9.94 15.333A6.54 6.54 0 0 0 6 14a5.4 5.4 0 0 0-1.503.213A12.44 12.44 0 0 1 12.985 6.4a14.5 14.5 0 0 0-3.046 8.934M16 14a6.55 6.55 0 0 0-4.056 1.43c.037-2.22.608-6.49 4.056-9.176c3.43 2.677 4.009 6.95 4.052 9.173A6.55 6.55 0 0 0 16 14"/></svg>

React

import type { SVGProps } from "react";

export function CarbonKeepDry(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25 10a3.9 3.9 0 0 1-4-3.777a3.9 3.9 0 0 1 .653-2.064L24.17.414a1.038 1.038 0 0 1 1.66 0l2.485 3.696A3.97 3.97 0 0 1 29 6.223A3.9 3.9 0 0 1 25 10m0-7.237l-1.656 2.463a1.9 1.9 0 0 0-.344.997a2.014 2.014 0 0 0 4 0a2 2 0 0 0-.375-1.047Z"/><path fill="currentColor" d="M29.985 15.83a14 14 0 0 0-1.814-4.832L26.433 12a12 12 0 0 1 1.07 2.212A5.4 5.4 0 0 0 26 14a6.54 6.54 0 0 0-3.939 1.333a14.52 14.52 0 0 0-3.046-8.934A14 14 0 0 0 17 4.4V2h-2v2.046A14.38 14.38 0 0 0 2.015 15.83a1 1 0 0 0 1.495 1.03A4.86 4.86 0 0 1 6 16a4.87 4.87 0 0 1 4.14 2.51a1.04 1.04 0 0 0 1.72 0A5.02 5.02 0 0 1 15 16.126V25.5a2.5 2.5 0 0 1-5 0V25H8v.5a4.5 4.5 0 0 0 9 0v-9.375a5.02 5.02 0 0 1 3.14 2.386a1 1 0 0 0 1.72 0A4.87 4.87 0 0 1 26 16a4.86 4.86 0 0 1 2.49.86a1 1 0 0 0 1.496-1.03ZM9.94 15.333A6.54 6.54 0 0 0 6 14a5.4 5.4 0 0 0-1.503.213A12.44 12.44 0 0 1 12.985 6.4a14.5 14.5 0 0 0-3.046 8.934M16 14a6.55 6.55 0 0 0-4.056 1.43c.037-2.22.608-6.49 4.056-9.176c3.43 2.677 4.009 6.95 4.052 9.173A6.55 6.55 0 0 0 16 14"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25 10a3.9 3.9 0 0 1-4-3.777a3.9 3.9 0 0 1 .653-2.064L24.17.414a1.038 1.038 0 0 1 1.66 0l2.485 3.696A3.97 3.97 0 0 1 29 6.223A3.9 3.9 0 0 1 25 10m0-7.237l-1.656 2.463a1.9 1.9 0 0 0-.344.997a2.014 2.014 0 0 0 4 0a2 2 0 0 0-.375-1.047Z"/><path fill="currentColor" d="M29.985 15.83a14 14 0 0 0-1.814-4.832L26.433 12a12 12 0 0 1 1.07 2.212A5.4 5.4 0 0 0 26 14a6.54 6.54 0 0 0-3.939 1.333a14.52 14.52 0 0 0-3.046-8.934A14 14 0 0 0 17 4.4V2h-2v2.046A14.38 14.38 0 0 0 2.015 15.83a1 1 0 0 0 1.495 1.03A4.86 4.86 0 0 1 6 16a4.87 4.87 0 0 1 4.14 2.51a1.04 1.04 0 0 0 1.72 0A5.02 5.02 0 0 1 15 16.126V25.5a2.5 2.5 0 0 1-5 0V25H8v.5a4.5 4.5 0 0 0 9 0v-9.375a5.02 5.02 0 0 1 3.14 2.386a1 1 0 0 0 1.72 0A4.87 4.87 0 0 1 26 16a4.86 4.86 0 0 1 2.49.86a1 1 0 0 0 1.496-1.03ZM9.94 15.333A6.54 6.54 0 0 0 6 14a5.4 5.4 0 0 0-1.503.213A12.44 12.44 0 0 1 12.985 6.4a14.5 14.5 0 0 0-3.046 8.934M16 14a6.55 6.55 0 0 0-4.056 1.43c.037-2.22.608-6.49 4.056-9.176c3.43 2.677 4.009 6.95 4.052 9.173A6.55 6.55 0 0 0 16 14"/></svg>
</template>

CSS

.icon-keep-dry {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25%2010a3.9%203.9%200%200%201-4-3.777a3.9%203.9%200%200%201%20.653-2.064L24.17.414a1.038%201.038%200%200%201%201.66%200l2.485%203.696A3.97%203.97%200%200%201%2029%206.223A3.9%203.9%200%200%201%2025%2010m0-7.237l-1.656%202.463a1.9%201.9%200%200%200-.344.997a2.014%202.014%200%200%200%204%200a2%202%200%200%200-.375-1.047Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.985%2015.83a14%2014%200%200%200-1.814-4.832L26.433%2012a12%2012%200%200%201%201.07%202.212A5.4%205.4%200%200%200%2026%2014a6.54%206.54%200%200%200-3.939%201.333a14.52%2014.52%200%200%200-3.046-8.934A14%2014%200%200%200%2017%204.4V2h-2v2.046A14.38%2014.38%200%200%200%202.015%2015.83a1%201%200%200%200%201.495%201.03A4.86%204.86%200%200%201%206%2016a4.87%204.87%200%200%201%204.14%202.51a1.04%201.04%200%200%200%201.72%200A5.02%205.02%200%200%201%2015%2016.126V25.5a2.5%202.5%200%200%201-5%200V25H8v.5a4.5%204.5%200%200%200%209%200v-9.375a5.02%205.02%200%200%201%203.14%202.386a1%201%200%200%200%201.72%200A4.87%204.87%200%200%201%2026%2016a4.86%204.86%200%200%201%202.49.86a1%201%200%200%200%201.496-1.03ZM9.94%2015.333A6.54%206.54%200%200%200%206%2014a5.4%205.4%200%200%200-1.503.213A12.44%2012.44%200%200%201%2012.985%206.4a14.5%2014.5%200%200%200-3.046%208.934M16%2014a6.55%206.55%200%200%200-4.056%201.43c.037-2.22.608-6.49%204.056-9.176c3.43%202.677%204.009%206.95%204.052%209.173A6.55%206.55%200%200%200%2016%2014%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25%2010a3.9%203.9%200%200%201-4-3.777a3.9%203.9%200%200%201%20.653-2.064L24.17.414a1.038%201.038%200%200%201%201.66%200l2.485%203.696A3.97%203.97%200%200%201%2029%206.223A3.9%203.9%200%200%201%2025%2010m0-7.237l-1.656%202.463a1.9%201.9%200%200%200-.344.997a2.014%202.014%200%200%200%204%200a2%202%200%200%200-.375-1.047Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.985%2015.83a14%2014%200%200%200-1.814-4.832L26.433%2012a12%2012%200%200%201%201.07%202.212A5.4%205.4%200%200%200%2026%2014a6.54%206.54%200%200%200-3.939%201.333a14.52%2014.52%200%200%200-3.046-8.934A14%2014%200%200%200%2017%204.4V2h-2v2.046A14.38%2014.38%200%200%200%202.015%2015.83a1%201%200%200%200%201.495%201.03A4.86%204.86%200%200%201%206%2016a4.87%204.87%200%200%201%204.14%202.51a1.04%201.04%200%200%200%201.72%200A5.02%205.02%200%200%201%2015%2016.126V25.5a2.5%202.5%200%200%201-5%200V25H8v.5a4.5%204.5%200%200%200%209%200v-9.375a5.02%205.02%200%200%201%203.14%202.386a1%201%200%200%200%201.72%200A4.87%204.87%200%200%201%2026%2016a4.86%204.86%200%200%201%202.49.86a1%201%200%200%200%201.496-1.03ZM9.94%2015.333A6.54%206.54%200%200%200%206%2014a5.4%205.4%200%200%200-1.503.213A12.44%2012.44%200%200%201%2012.985%206.4a14.5%2014.5%200%200%200-3.046%208.934M16%2014a6.55%206.55%200%200%200-4.056%201.43c.037-2.22.608-6.49%204.056-9.176c3.43%202.677%204.009%206.95%204.052%209.173A6.55%206.55%200%200%200%2016%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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