fluid icon
fluid-outline-sharp from Material Symbols by Google · Outline Sharp · Social · Apache-2.0 Free for personal and commercial use.
- Name
- fluid-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the fluid icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 23h-8v-4.075q-2.575-.35-4.288-2.312T5 12V1h14v11q0 2.65-1.713 4.613T13 18.925V21h6zm-5.25-10h3.15q.05-.25.075-.488T17 12v-1h-4V9h4V7h-5V5h5V3H7v8h2.75q.825 0 1.563.375T12.55 12.4q.2.275.525.438t.675.162M12 17q1.225 0 2.275-.537T16 15h-2.25q-.825 0-1.562-.375T10.95 13.6q-.2-.275-.525-.437T9.75 13H7.1q.35 1.725 1.713 2.863T12 17m-1.05-4"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFluidOutlineSharp(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="M19 23h-8v-4.075q-2.575-.35-4.288-2.312T5 12V1h14v11q0 2.65-1.713 4.613T13 18.925V21h6zm-5.25-10h3.15q.05-.25.075-.488T17 12v-1h-4V9h4V7h-5V5h5V3H7v8h2.75q.825 0 1.563.375T12.55 12.4q.2.275.525.438t.675.162M12 17q1.225 0 2.275-.537T16 15h-2.25q-.825 0-1.562-.375T10.95 13.6q-.2-.275-.525-.437T9.75 13H7.1q.35 1.725 1.713 2.863T12 17m-1.05-4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 23h-8v-4.075q-2.575-.35-4.288-2.312T5 12V1h14v11q0 2.65-1.713 4.613T13 18.925V21h6zm-5.25-10h3.15q.05-.25.075-.488T17 12v-1h-4V9h4V7h-5V5h5V3H7v8h2.75q.825 0 1.563.375T12.55 12.4q.2.275.525.438t.675.162M12 17q1.225 0 2.275-.537T16 15h-2.25q-.825 0-1.562-.375T10.95 13.6q-.2-.275-.525-.437T9.75 13H7.1q.35 1.725 1.713 2.863T12 17m-1.05-4"/></svg> </template>
CSS
.icon-fluid-outline-sharp {
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%22M19%2023h-8v-4.075q-2.575-.35-4.288-2.312T5%2012V1h14v11q0%202.65-1.713%204.613T13%2018.925V21h6zm-5.25-10h3.15q.05-.25.075-.488T17%2012v-1h-4V9h4V7h-5V5h5V3H7v8h2.75q.825%200%201.563.375T12.55%2012.4q.2.275.525.438t.675.162M12%2017q1.225%200%202.275-.537T16%2015h-2.25q-.825%200-1.562-.375T10.95%2013.6q-.2-.275-.525-.437T9.75%2013H7.1q.35%201.725%201.713%202.863T12%2017m-1.05-4%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%22M19%2023h-8v-4.075q-2.575-.35-4.288-2.312T5%2012V1h14v11q0%202.65-1.713%204.613T13%2018.925V21h6zm-5.25-10h3.15q.05-.25.075-.488T17%2012v-1h-4V9h4V7h-5V5h5V3H7v8h2.75q.825%200%201.563.375T12.55%2012.4q.2.275.525.438t.675.162M12%2017q1.225%200%202.275-.537T16%2015h-2.25q-.825%200-1.562-.375T10.95%2013.6q-.2-.275-.525-.437T9.75%2013H7.1q.35%201.725%201.713%202.863T12%2017m-1.05-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/fluid-outline-sharp.svg?color=%231a73e8&size=48