android messages icon

android-messages-outline from Material Symbols by Google · Outline · Apache-2.0 Free for personal and commercial use.

Name
android-messages-outline
Set
Material Symbols
Style
Outline
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Symbols

The same icon in other sets

Related icons in Material Symbols

Use the android messages icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5 8.75l-2.75-3.1q-.425-.5-.162-1.075Q2.35 4 3 4h17q.825 0 1.413.588Q22 5.175 22 6v12q0 .825-.587 1.413Q20.825 20 20 20H7q-.825 0-1.412-.587Q5 18.825 5 18ZM5.225 6ZM9 13h9q.425 0 .712-.288Q19 12.425 19 12t-.288-.713Q18.425 11 18 11H9q-.425 0-.712.287Q8 11.575 8 12t.288.712Q8.575 13 9 13Zm0 3h6q.425 0 .713-.288Q16 15.425 16 15t-.287-.713Q15.425 14 15 14H9q-.425 0-.712.287Q8 14.575 8 15t.288.712Q8.575 16 9 16Zm0-6h9q.425 0 .712-.288Q19 9.425 19 9t-.288-.713Q18.425 8 18 8H9q-.425 0-.712.287Q8 8.575 8 9t.288.712Q8.575 10 9 10ZM7 8v10h13V6H5.225Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAndroidMessagesOutline(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="m5 8.75l-2.75-3.1q-.425-.5-.162-1.075Q2.35 4 3 4h17q.825 0 1.413.588Q22 5.175 22 6v12q0 .825-.587 1.413Q20.825 20 20 20H7q-.825 0-1.412-.587Q5 18.825 5 18ZM5.225 6ZM9 13h9q.425 0 .712-.288Q19 12.425 19 12t-.288-.713Q18.425 11 18 11H9q-.425 0-.712.287Q8 11.575 8 12t.288.712Q8.575 13 9 13Zm0 3h6q.425 0 .713-.288Q16 15.425 16 15t-.287-.713Q15.425 14 15 14H9q-.425 0-.712.287Q8 14.575 8 15t.288.712Q8.575 16 9 16Zm0-6h9q.425 0 .712-.288Q19 9.425 19 9t-.288-.713Q18.425 8 18 8H9q-.425 0-.712.287Q8 8.575 8 9t.288.712Q8.575 10 9 10ZM7 8v10h13V6H5.225Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5 8.75l-2.75-3.1q-.425-.5-.162-1.075Q2.35 4 3 4h17q.825 0 1.413.588Q22 5.175 22 6v12q0 .825-.587 1.413Q20.825 20 20 20H7q-.825 0-1.412-.587Q5 18.825 5 18ZM5.225 6ZM9 13h9q.425 0 .712-.288Q19 12.425 19 12t-.288-.713Q18.425 11 18 11H9q-.425 0-.712.287Q8 11.575 8 12t.288.712Q8.575 13 9 13Zm0 3h6q.425 0 .713-.288Q16 15.425 16 15t-.287-.713Q15.425 14 15 14H9q-.425 0-.712.287Q8 14.575 8 15t.288.712Q8.575 16 9 16Zm0-6h9q.425 0 .712-.288Q19 9.425 19 9t-.288-.713Q18.425 8 18 8H9q-.425 0-.712.287Q8 8.575 8 9t.288.712Q8.575 10 9 10ZM7 8v10h13V6H5.225Z"/></svg>
</template>

CSS

.icon-android-messages-outline {
  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%22m5%208.75l-2.75-3.1q-.425-.5-.162-1.075Q2.35%204%203%204h17q.825%200%201.413.588Q22%205.175%2022%206v12q0%20.825-.587%201.413Q20.825%2020%2020%2020H7q-.825%200-1.412-.587Q5%2018.825%205%2018ZM5.225%206ZM9%2013h9q.425%200%20.712-.288Q19%2012.425%2019%2012t-.288-.713Q18.425%2011%2018%2011H9q-.425%200-.712.287Q8%2011.575%208%2012t.288.712Q8.575%2013%209%2013Zm0%203h6q.425%200%20.713-.288Q16%2015.425%2016%2015t-.287-.713Q15.425%2014%2015%2014H9q-.425%200-.712.287Q8%2014.575%208%2015t.288.712Q8.575%2016%209%2016Zm0-6h9q.425%200%20.712-.288Q19%209.425%2019%209t-.288-.713Q18.425%208%2018%208H9q-.425%200-.712.287Q8%208.575%208%209t.288.712Q8.575%2010%209%2010ZM7%208v10h13V6H5.225Z%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%22m5%208.75l-2.75-3.1q-.425-.5-.162-1.075Q2.35%204%203%204h17q.825%200%201.413.588Q22%205.175%2022%206v12q0%20.825-.587%201.413Q20.825%2020%2020%2020H7q-.825%200-1.412-.587Q5%2018.825%205%2018ZM5.225%206ZM9%2013h9q.425%200%20.712-.288Q19%2012.425%2019%2012t-.288-.713Q18.425%2011%2018%2011H9q-.425%200-.712.287Q8%2011.575%208%2012t.288.712Q8.575%2013%209%2013Zm0%203h6q.425%200%20.713-.288Q16%2015.425%2016%2015t-.287-.713Q15.425%2014%2015%2014H9q-.425%200-.712.287Q8%2014.575%208%2015t.288.712Q8.575%2016%209%2016Zm0-6h9q.425%200%20.712-.288Q19%209.425%2019%209t-.288-.713Q18.425%208%2018%208H9q-.425%200-.712.287Q8%208.575%208%209t.288.712Q8.575%2010%209%2010ZM7%208v10h13V6H5.225Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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