fountain icon
fountain-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- fountain-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
Related icons in Tabler Icons
Use the fountain icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 2a4 4 0 0 1 4 4a1 1 0 0 1-1.993.117L17 6a2 2 0 0 0-3.995-.15L13 6v9h1v-4a3 3 0 0 1 6 0a1 1 0 0 1-1.993.117L18 11a1 1 0 0 0-1.993-.117L16 11v4h5a1 1 0 0 1 .993.883L22 16v2a4 4 0 0 1-3.8 3.995L18 22H6a4 4 0 0 1-3.995-3.8L2 18v-2a1 1 0 0 1 .883-.993L3 15h5v-4a1 1 0 0 0-1.993-.117L6 11a1 1 0 0 1-2 0a3 3 0 0 1 5.995-.176L10 11v4h1V6a2 2 0 1 0-4 0a1 1 0 1 1-2 0a4 4 0 0 1 7.001-2.645A3.98 3.98 0 0 1 15 2"/></svg>
React
import type { SVGProps } from "react";
export function TablerFountainFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 2a4 4 0 0 1 4 4a1 1 0 0 1-1.993.117L17 6a2 2 0 0 0-3.995-.15L13 6v9h1v-4a3 3 0 0 1 6 0a1 1 0 0 1-1.993.117L18 11a1 1 0 0 0-1.993-.117L16 11v4h5a1 1 0 0 1 .993.883L22 16v2a4 4 0 0 1-3.8 3.995L18 22H6a4 4 0 0 1-3.995-3.8L2 18v-2a1 1 0 0 1 .883-.993L3 15h5v-4a1 1 0 0 0-1.993-.117L6 11a1 1 0 0 1-2 0a3 3 0 0 1 5.995-.176L10 11v4h1V6a2 2 0 1 0-4 0a1 1 0 1 1-2 0a4 4 0 0 1 7.001-2.645A3.98 3.98 0 0 1 15 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 2a4 4 0 0 1 4 4a1 1 0 0 1-1.993.117L17 6a2 2 0 0 0-3.995-.15L13 6v9h1v-4a3 3 0 0 1 6 0a1 1 0 0 1-1.993.117L18 11a1 1 0 0 0-1.993-.117L16 11v4h5a1 1 0 0 1 .993.883L22 16v2a4 4 0 0 1-3.8 3.995L18 22H6a4 4 0 0 1-3.995-3.8L2 18v-2a1 1 0 0 1 .883-.993L3 15h5v-4a1 1 0 0 0-1.993-.117L6 11a1 1 0 0 1-2 0a3 3 0 0 1 5.995-.176L10 11v4h1V6a2 2 0 1 0-4 0a1 1 0 1 1-2 0a4 4 0 0 1 7.001-2.645A3.98 3.98 0 0 1 15 2"/></svg> </template>
CSS
.icon-fountain-filled {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%202a4%204%200%200%201%204%204a1%201%200%200%201-1.993.117L17%206a2%202%200%200%200-3.995-.15L13%206v9h1v-4a3%203%200%200%201%206%200a1%201%200%200%201-1.993.117L18%2011a1%201%200%200%200-1.993-.117L16%2011v4h5a1%201%200%200%201%20.993.883L22%2016v2a4%204%200%200%201-3.8%203.995L18%2022H6a4%204%200%200%201-3.995-3.8L2%2018v-2a1%201%200%200%201%20.883-.993L3%2015h5v-4a1%201%200%200%200-1.993-.117L6%2011a1%201%200%200%201-2%200a3%203%200%200%201%205.995-.176L10%2011v4h1V6a2%202%200%201%200-4%200a1%201%200%201%201-2%200a4%204%200%200%201%207.001-2.645A3.98%203.98%200%200%201%2015%202%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%202a4%204%200%200%201%204%204a1%201%200%200%201-1.993.117L17%206a2%202%200%200%200-3.995-.15L13%206v9h1v-4a3%203%200%200%201%206%200a1%201%200%200%201-1.993.117L18%2011a1%201%200%200%200-1.993-.117L16%2011v4h5a1%201%200%200%201%20.993.883L22%2016v2a4%204%200%200%201-3.8%203.995L18%2022H6a4%204%200%200%201-3.995-3.8L2%2018v-2a1%201%200%200%201%20.883-.993L3%2015h5v-4a1%201%200%200%200-1.993-.117L6%2011a1%201%200%200%201-2%200a3%203%200%200%201%205.995-.176L10%2011v4h1V6a2%202%200%201%200-4%200a1%201%200%201%201-2%200a4%204%200%200%201%207.001-2.645A3.98%203.98%200%200%201%2015%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/fountain-filled.svg?color=%231a73e8&size=48