fluid icon
fluid-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- fluid-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- 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="M13 23q-.825 0-1.412-.587T11 21v-2.075q-2.575-.35-4.288-2.312T5 12V3q0-.825.588-1.412T7 1h10q.825 0 1.413.588T19 3v9q0 2.65-1.713 4.613T13 18.925V21h5q.425 0 .713.288T19 22t-.288.713T18 23zm.75-10h3.15q.05-.25.075-.488T17 12v-1h-3q-.425 0-.712-.288T13 10t.288-.712T14 9h3V7h-4q-.425 0-.712-.288T12 6t.288-.712T13 5h4V3H7v8h2.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 MaterialSymbolsFluidOutlineRounded(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="M13 23q-.825 0-1.412-.587T11 21v-2.075q-2.575-.35-4.288-2.312T5 12V3q0-.825.588-1.412T7 1h10q.825 0 1.413.588T19 3v9q0 2.65-1.713 4.613T13 18.925V21h5q.425 0 .713.288T19 22t-.288.713T18 23zm.75-10h3.15q.05-.25.075-.488T17 12v-1h-3q-.425 0-.712-.288T13 10t.288-.712T14 9h3V7h-4q-.425 0-.712-.288T12 6t.288-.712T13 5h4V3H7v8h2.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="M13 23q-.825 0-1.412-.587T11 21v-2.075q-2.575-.35-4.288-2.312T5 12V3q0-.825.588-1.412T7 1h10q.825 0 1.413.588T19 3v9q0 2.65-1.713 4.613T13 18.925V21h5q.425 0 .713.288T19 22t-.288.713T18 23zm.75-10h3.15q.05-.25.075-.488T17 12v-1h-3q-.425 0-.712-.288T13 10t.288-.712T14 9h3V7h-4q-.425 0-.712-.288T12 6t.288-.712T13 5h4V3H7v8h2.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-rounded {
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%22M13%2023q-.825%200-1.412-.587T11%2021v-2.075q-2.575-.35-4.288-2.312T5%2012V3q0-.825.588-1.412T7%201h10q.825%200%201.413.588T19%203v9q0%202.65-1.713%204.613T13%2018.925V21h5q.425%200%20.713.288T19%2022t-.288.713T18%2023zm.75-10h3.15q.05-.25.075-.488T17%2012v-1h-3q-.425%200-.712-.288T13%2010t.288-.712T14%209h3V7h-4q-.425%200-.712-.288T12%206t.288-.712T13%205h4V3H7v8h2.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%22M13%2023q-.825%200-1.412-.587T11%2021v-2.075q-2.575-.35-4.288-2.312T5%2012V3q0-.825.588-1.412T7%201h10q.825%200%201.413.588T19%203v9q0%202.65-1.713%204.613T13%2018.925V21h5q.425%200%20.713.288T19%2022t-.288.713T18%2023zm.75-10h3.15q.05-.25.075-.488T17%2012v-1h-3q-.425%200-.712-.288T13%2010t.288-.712T14%209h3V7h-4q-.425%200-.712-.288T12%206t.288-.712T13%205h4V3H7v8h2.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-rounded.svg?color=%231a73e8&size=48