water no icon
water-no from IconPark by ByteDance · Color · Energy · Apache-2.0 Free for personal and commercial use.
- Name
- water-no
- Set
- IconPark
- Style
- Color
- Category
- Energy
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More energy icons from IconPark
Use the water no icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M9 29C11.7614 29 14 26.7614 14 24C14 26.7614 16.2386 29 19 29C21.7614 29 24 26.7614 24 24C24 26.7614 26.2386 29 29 29C31.7614 29 34 26.7614 34 24C34 26.7614 36.2386 29 39 29C41.7614 29 44 26.7614 44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 26.7614 6.23858 29 9 29Z"/><path d="M19 5L29 15"/><path d="M29 5L19 15"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkWaterNo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M9 29C11.7614 29 14 26.7614 14 24C14 26.7614 16.2386 29 19 29C21.7614 29 24 26.7614 24 24C24 26.7614 26.2386 29 29 29C31.7614 29 34 26.7614 34 24C34 26.7614 36.2386 29 39 29C41.7614 29 44 26.7614 44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 26.7614 6.23858 29 9 29Z"/><path d="M19 5L29 15"/><path d="M29 5L19 15"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M9 29C11.7614 29 14 26.7614 14 24C14 26.7614 16.2386 29 19 29C21.7614 29 24 26.7614 24 24C24 26.7614 26.2386 29 29 29C31.7614 29 34 26.7614 34 24C34 26.7614 36.2386 29 39 29C41.7614 29 44 26.7614 44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 26.7614 6.23858 29 9 29Z"/><path d="M19 5L29 15"/><path d="M29 5L19 15"/></g></svg> </template>
CSS
.icon-water-no {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M9%2029C11.7614%2029%2014%2026.7614%2014%2024C14%2026.7614%2016.2386%2029%2019%2029C21.7614%2029%2024%2026.7614%2024%2024C24%2026.7614%2026.2386%2029%2029%2029C31.7614%2029%2034%2026.7614%2034%2024C34%2026.7614%2036.2386%2029%2039%2029C41.7614%2029%2044%2026.7614%2044%2024C44%2035.0457%2035.0457%2044%2024%2044C12.9543%2044%204%2035.0457%204%2024C4%2026.7614%206.23858%2029%209%2029Z%22%2F%3E%3Cpath%20d%3D%22M19%205L29%2015%22%2F%3E%3Cpath%20d%3D%22M29%205L19%2015%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M9%2029C11.7614%2029%2014%2026.7614%2014%2024C14%2026.7614%2016.2386%2029%2019%2029C21.7614%2029%2024%2026.7614%2024%2024C24%2026.7614%2026.2386%2029%2029%2029C31.7614%2029%2034%2026.7614%2034%2024C34%2026.7614%2036.2386%2029%2039%2029C41.7614%2029%2044%2026.7614%2044%2024C44%2035.0457%2035.0457%2044%2024%2044C12.9543%2044%204%2035.0457%204%2024C4%2026.7614%206.23858%2029%209%2029Z%22%2F%3E%3Cpath%20d%3D%22M19%205L29%2015%22%2F%3E%3Cpath%20d%3D%22M29%205L19%2015%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/water-no.svg?color=%231a73e8&size=48