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

Name
fluid-med-sharp
Set
Material Symbols Light
Style
Sharp
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 14V8h8v6q0 1.537-1.003 2.659t-2.497 1.299v.965q0 .27.173.443t.442.173h2.385v1zm.635-7.039h1.25V9h-6v2.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-.769v-1h3.462V4.77H5.769v-1h3.616v1H8.076V6.5h3.462v1h-.77v7.27q0 .666-.474 1.14t-1.141.475H8.077zM6 15.385h3.154q.269 0 .442-.173t.173-.443v-1.423H7.385v-.884h2.384v-2.039H7.385v-.885h2.384V7.5H5.385v7.27q0 .268.173.442q.173.172.442.172"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFluidMedSharp(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 14V8h8v6q0 1.537-1.003 2.659t-2.497 1.299v.965q0 .27.173.443t.442.173h2.385v1zm.635-7.039h1.25V9h-6v2.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-.769v-1h3.462V4.77H5.769v-1h3.616v1H8.076V6.5h3.462v1h-.77v7.27q0 .666-.474 1.14t-1.141.475H8.077zM6 15.385h3.154q.269 0 .442-.173t.173-.443v-1.423H7.385v-.884h2.384v-2.039H7.385v-.885h2.384V7.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 14V8h8v6q0 1.537-1.003 2.659t-2.497 1.299v.965q0 .27.173.443t.442.173h2.385v1zm.635-7.039h1.25V9h-6v2.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-.769v-1h3.462V4.77H5.769v-1h3.616v1H8.076V6.5h3.462v1h-.77v7.27q0 .666-.474 1.14t-1.141.475H8.077zM6 15.385h3.154q.269 0 .442-.173t.173-.443v-1.423H7.385v-.884h2.384v-2.039H7.385v-.885h2.384V7.5H5.385v7.27q0 .268.173.442q.173.172.442.172"/></svg>
</template>

CSS

.icon-fluid-med-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%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%2014V8h8v6q0%201.537-1.003%202.659t-2.497%201.299v.965q0%20.27.173.443t.442.173h2.385v1zm.635-7.039h1.25V9h-6v2.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-.769v-1h3.462V4.77H5.769v-1h3.616v1H8.076V6.5h3.462v1h-.77v7.27q0%20.666-.474%201.14t-1.141.475H8.077zM6%2015.385h3.154q.269%200%20.442-.173t.173-.443v-1.423H7.385v-.884h2.384v-2.039H7.385v-.885h2.384V7.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%2014V8h8v6q0%201.537-1.003%202.659t-2.497%201.299v.965q0%20.27.173.443t.442.173h2.385v1zm.635-7.039h1.25V9h-6v2.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-.769v-1h3.462V4.77H5.769v-1h3.616v1H8.076V6.5h3.462v1h-.77v7.27q0%20.666-.474%201.14t-1.141.475H8.077zM6%2015.385h3.154q.269%200%20.442-.173t.173-.443v-1.423H7.385v-.884h2.384v-2.039H7.385v-.885h2.384V7.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-sharp.svg?color=%231a73e8&size=48