fluid-med from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
fluid-med
Set
Material Symbols Light
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the fluid med icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.346 20.539q-.666 0-1.14-.475t-.475-1.141v-.965q-1.495-.177-2.497-1.3Q13.23 15.538 13.23 14V9.616q0-.667.464-1.141Q14.16 8 14.846 8h4.77q.666 0 1.14.475t.475 1.14V14q0 1.537-1.003 2.659t-2.497 1.299v.965q0 .27.173.443t.442.173h2.385v1zm.635-7.039h1.25V9.616q0-.25-.183-.433Q19.866 9 19.616 9h-4.77q-.269 0-.442.183t-.173.433V11.5h.75q.69 0 1.322.317t1.074.89q.267.397.702.595t.902.198M8.077 20.923l-1-.75v-3.788H6q-.666 0-1.14-.475q-.476-.475-.476-1.14V7.5h-.269q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h2.962V4.77h-.808q-.212 0-.356-.145t-.144-.357t.144-.356t.356-.143h2.615q.213 0 .357.144q.143.144.143.357t-.143.356t-.357.143h-.807V6.5h2.962q.212 0 .356.144t.143.357t-.143.356t-.357.143h-.269v7.27q0 .666-.474 1.14t-1.141.475H8.077zM6 15.385h3.154q.269 0 .442-.173t.173-.443v-1.423H7.827q-.177 0-.31-.129q-.132-.128-.132-.313t.132-.313q.133-.13.31-.13h1.942v-2.038H7.827q-.177 0-.31-.129t-.132-.313t.132-.314t.31-.128h1.942V7.5H5.385v7.27q0 .268.173.442q.173.172.442.172"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFluidMed(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="M18.346 20.539q-.666 0-1.14-.475t-.475-1.141v-.965q-1.495-.177-2.497-1.3Q13.23 15.538 13.23 14V9.616q0-.667.464-1.141Q14.16 8 14.846 8h4.77q.666 0 1.14.475t.475 1.14V14q0 1.537-1.003 2.659t-2.497 1.299v.965q0 .27.173.443t.442.173h2.385v1zm.635-7.039h1.25V9.616q0-.25-.183-.433Q19.866 9 19.616 9h-4.77q-.269 0-.442.183t-.173.433V11.5h.75q.69 0 1.322.317t1.074.89q.267.397.702.595t.902.198M8.077 20.923l-1-.75v-3.788H6q-.666 0-1.14-.475q-.476-.475-.476-1.14V7.5h-.269q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h2.962V4.77h-.808q-.212 0-.356-.145t-.144-.357t.144-.356t.356-.143h2.615q.213 0 .357.144q.143.144.143.357t-.143.356t-.357.143h-.807V6.5h2.962q.212 0 .356.144t.143.357t-.143.356t-.357.143h-.269v7.27q0 .666-.474 1.14t-1.141.475H8.077zM6 15.385h3.154q.269 0 .442-.173t.173-.443v-1.423H7.827q-.177 0-.31-.129q-.132-.128-.132-.313t.132-.313q.133-.13.31-.13h1.942v-2.038H7.827q-.177 0-.31-.129t-.132-.313t.132-.314t.31-.128h1.942V7.5H5.385v7.27q0 .268.173.442q.173.172.442.172"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.346 20.539q-.666 0-1.14-.475t-.475-1.141v-.965q-1.495-.177-2.497-1.3Q13.23 15.538 13.23 14V9.616q0-.667.464-1.141Q14.16 8 14.846 8h4.77q.666 0 1.14.475t.475 1.14V14q0 1.537-1.003 2.659t-2.497 1.299v.965q0 .27.173.443t.442.173h2.385v1zm.635-7.039h1.25V9.616q0-.25-.183-.433Q19.866 9 19.616 9h-4.77q-.269 0-.442.183t-.173.433V11.5h.75q.69 0 1.322.317t1.074.89q.267.397.702.595t.902.198M8.077 20.923l-1-.75v-3.788H6q-.666 0-1.14-.475q-.476-.475-.476-1.14V7.5h-.269q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h2.962V4.77h-.808q-.212 0-.356-.145t-.144-.357t.144-.356t.356-.143h2.615q.213 0 .357.144q.143.144.143.357t-.143.356t-.357.143h-.807V6.5h2.962q.212 0 .356.144t.143.357t-.143.356t-.357.143h-.269v7.27q0 .666-.474 1.14t-1.141.475H8.077zM6 15.385h3.154q.269 0 .442-.173t.173-.443v-1.423H7.827q-.177 0-.31-.129q-.132-.128-.132-.313t.132-.313q.133-.13.31-.13h1.942v-2.038H7.827q-.177 0-.31-.129t-.132-.313t.132-.314t.31-.128h1.942V7.5H5.385v7.27q0 .268.173.442q.173.172.442.172"/></svg>
</template>

CSS

.icon-fluid-med {
  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%22M18.346%2020.539q-.666%200-1.14-.475t-.475-1.141v-.965q-1.495-.177-2.497-1.3Q13.23%2015.538%2013.23%2014V9.616q0-.667.464-1.141Q14.16%208%2014.846%208h4.77q.666%200%201.14.475t.475%201.14V14q0%201.537-1.003%202.659t-2.497%201.299v.965q0%20.27.173.443t.442.173h2.385v1zm.635-7.039h1.25V9.616q0-.25-.183-.433Q19.866%209%2019.616%209h-4.77q-.269%200-.442.183t-.173.433V11.5h.75q.69%200%201.322.317t1.074.89q.267.397.702.595t.902.198M8.077%2020.923l-1-.75v-3.788H6q-.666%200-1.14-.475q-.476-.475-.476-1.14V7.5h-.269q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h2.962V4.77h-.808q-.212%200-.356-.145t-.144-.357t.144-.356t.356-.143h2.615q.213%200%20.357.144q.143.144.143.357t-.143.356t-.357.143h-.807V6.5h2.962q.212%200%20.356.144t.143.357t-.143.356t-.357.143h-.269v7.27q0%20.666-.474%201.14t-1.141.475H8.077zM6%2015.385h3.154q.269%200%20.442-.173t.173-.443v-1.423H7.827q-.177%200-.31-.129q-.132-.128-.132-.313t.132-.313q.133-.13.31-.13h1.942v-2.038H7.827q-.177%200-.31-.129t-.132-.313t.132-.314t.31-.128h1.942V7.5H5.385v7.27q0%20.268.173.442q.173.172.442.172%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%22M18.346%2020.539q-.666%200-1.14-.475t-.475-1.141v-.965q-1.495-.177-2.497-1.3Q13.23%2015.538%2013.23%2014V9.616q0-.667.464-1.141Q14.16%208%2014.846%208h4.77q.666%200%201.14.475t.475%201.14V14q0%201.537-1.003%202.659t-2.497%201.299v.965q0%20.27.173.443t.442.173h2.385v1zm.635-7.039h1.25V9.616q0-.25-.183-.433Q19.866%209%2019.616%209h-4.77q-.269%200-.442.183t-.173.433V11.5h.75q.69%200%201.322.317t1.074.89q.267.397.702.595t.902.198M8.077%2020.923l-1-.75v-3.788H6q-.666%200-1.14-.475q-.476-.475-.476-1.14V7.5h-.269q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h2.962V4.77h-.808q-.212%200-.356-.145t-.144-.357t.144-.356t.356-.143h2.615q.213%200%20.357.144q.143.144.143.357t-.143.356t-.357.143h-.807V6.5h2.962q.212%200%20.356.144t.143.357t-.143.356t-.357.143h-.269v7.27q0%20.666-.474%201.14t-1.141.475H8.077zM6%2015.385h3.154q.269%200%20.442-.173t.173-.443v-1.423H7.827q-.177%200-.31-.129q-.132-.128-.132-.313t.132-.313q.133-.13.31-.13h1.942v-2.038H7.827q-.177%200-.31-.129t-.132-.313t.132-.314t.31-.128h1.942V7.5H5.385v7.27q0%20.268.173.442q.173.172.442.172%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/fluid-med.svg?color=%231a73e8&size=48