moisture icon
moisture from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- moisture
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
Use the moisture icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.5 0a.5.5 0 0 0 0 1H15v2.75h-.5a.5.5 0 0 0 0 1h.5V7.5h-1.5a.5.5 0 0 0 0 1H15v2.75h-.5a.5.5 0 0 0 0 1h.5V15h-1.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 .5-.5V.5a.5.5 0 0 0-.5-.5zM7 1.5l.364-.343a.5.5 0 0 0-.728 0l-.002.002l-.006.007l-.022.023l-.08.088a29 29 0 0 0-1.274 1.517c-.769.983-1.714 2.325-2.385 3.727C2.368 7.564 2 8.682 2 9.733C2 12.614 4.212 15 7 15s5-2.386 5-5.267c0-1.05-.368-2.169-.867-3.212c-.671-1.402-1.616-2.744-2.385-3.727a29 29 0 0 0-1.354-1.605l-.022-.023l-.006-.007l-.002-.001zm0 0l-.364-.343zm-.016.766L7 2.247l.016.019c.24.274.572.667.944 1.144c.611.781 1.32 1.776 1.901 2.827H4.14c.58-1.051 1.29-2.046 1.9-2.827c.373-.477.706-.87.945-1.144zM3 9.733c0-.755.244-1.612.638-2.496h6.724c.395.884.638 1.741.638 2.496C11 12.117 9.182 14 7 14s-4-1.883-4-4.267"/></svg>
React
import type { SVGProps } from "react";
export function BiMoisture(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.5 0a.5.5 0 0 0 0 1H15v2.75h-.5a.5.5 0 0 0 0 1h.5V7.5h-1.5a.5.5 0 0 0 0 1H15v2.75h-.5a.5.5 0 0 0 0 1h.5V15h-1.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 .5-.5V.5a.5.5 0 0 0-.5-.5zM7 1.5l.364-.343a.5.5 0 0 0-.728 0l-.002.002l-.006.007l-.022.023l-.08.088a29 29 0 0 0-1.274 1.517c-.769.983-1.714 2.325-2.385 3.727C2.368 7.564 2 8.682 2 9.733C2 12.614 4.212 15 7 15s5-2.386 5-5.267c0-1.05-.368-2.169-.867-3.212c-.671-1.402-1.616-2.744-2.385-3.727a29 29 0 0 0-1.354-1.605l-.022-.023l-.006-.007l-.002-.001zm0 0l-.364-.343zm-.016.766L7 2.247l.016.019c.24.274.572.667.944 1.144c.611.781 1.32 1.776 1.901 2.827H4.14c.58-1.051 1.29-2.046 1.9-2.827c.373-.477.706-.87.945-1.144zM3 9.733c0-.755.244-1.612.638-2.496h6.724c.395.884.638 1.741.638 2.496C11 12.117 9.182 14 7 14s-4-1.883-4-4.267"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.5 0a.5.5 0 0 0 0 1H15v2.75h-.5a.5.5 0 0 0 0 1h.5V7.5h-1.5a.5.5 0 0 0 0 1H15v2.75h-.5a.5.5 0 0 0 0 1h.5V15h-1.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 .5-.5V.5a.5.5 0 0 0-.5-.5zM7 1.5l.364-.343a.5.5 0 0 0-.728 0l-.002.002l-.006.007l-.022.023l-.08.088a29 29 0 0 0-1.274 1.517c-.769.983-1.714 2.325-2.385 3.727C2.368 7.564 2 8.682 2 9.733C2 12.614 4.212 15 7 15s5-2.386 5-5.267c0-1.05-.368-2.169-.867-3.212c-.671-1.402-1.616-2.744-2.385-3.727a29 29 0 0 0-1.354-1.605l-.022-.023l-.006-.007l-.002-.001zm0 0l-.364-.343zm-.016.766L7 2.247l.016.019c.24.274.572.667.944 1.144c.611.781 1.32 1.776 1.901 2.827H4.14c.58-1.051 1.29-2.046 1.9-2.827c.373-.477.706-.87.945-1.144zM3 9.733c0-.755.244-1.612.638-2.496h6.724c.395.884.638 1.741.638 2.496C11 12.117 9.182 14 7 14s-4-1.883-4-4.267"/></svg> </template>
CSS
.icon-moisture {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%200a.5.5%200%200%200%200%201H15v2.75h-.5a.5.5%200%200%200%200%201h.5V7.5h-1.5a.5.5%200%200%200%200%201H15v2.75h-.5a.5.5%200%200%200%200%201h.5V15h-1.5a.5.5%200%200%200%200%201h2a.5.5%200%200%200%20.5-.5V.5a.5.5%200%200%200-.5-.5zM7%201.5l.364-.343a.5.5%200%200%200-.728%200l-.002.002l-.006.007l-.022.023l-.08.088a29%2029%200%200%200-1.274%201.517c-.769.983-1.714%202.325-2.385%203.727C2.368%207.564%202%208.682%202%209.733C2%2012.614%204.212%2015%207%2015s5-2.386%205-5.267c0-1.05-.368-2.169-.867-3.212c-.671-1.402-1.616-2.744-2.385-3.727a29%2029%200%200%200-1.354-1.605l-.022-.023l-.006-.007l-.002-.001zm0%200l-.364-.343zm-.016.766L7%202.247l.016.019c.24.274.572.667.944%201.144c.611.781%201.32%201.776%201.901%202.827H4.14c.58-1.051%201.29-2.046%201.9-2.827c.373-.477.706-.87.945-1.144zM3%209.733c0-.755.244-1.612.638-2.496h6.724c.395.884.638%201.741.638%202.496C11%2012.117%209.182%2014%207%2014s-4-1.883-4-4.267%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%200a.5.5%200%200%200%200%201H15v2.75h-.5a.5.5%200%200%200%200%201h.5V7.5h-1.5a.5.5%200%200%200%200%201H15v2.75h-.5a.5.5%200%200%200%200%201h.5V15h-1.5a.5.5%200%200%200%200%201h2a.5.5%200%200%200%20.5-.5V.5a.5.5%200%200%200-.5-.5zM7%201.5l.364-.343a.5.5%200%200%200-.728%200l-.002.002l-.006.007l-.022.023l-.08.088a29%2029%200%200%200-1.274%201.517c-.769.983-1.714%202.325-2.385%203.727C2.368%207.564%202%208.682%202%209.733C2%2012.614%204.212%2015%207%2015s5-2.386%205-5.267c0-1.05-.368-2.169-.867-3.212c-.671-1.402-1.616-2.744-2.385-3.727a29%2029%200%200%200-1.354-1.605l-.022-.023l-.006-.007l-.002-.001zm0%200l-.364-.343zm-.016.766L7%202.247l.016.019c.24.274.572.667.944%201.144c.611.781%201.32%201.776%201.901%202.827H4.14c.58-1.051%201.29-2.046%201.9-2.827c.373-.477.706-.87.945-1.144zM3%209.733c0-.755.244-1.612.638-2.496h6.724c.395.884.638%201.741.638%202.496C11%2012.117%209.182%2014%207%2014s-4-1.883-4-4.267%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/moisture.svg?color=%231a73e8&size=48