chat paste go icon

chat-paste-go-outline-rounded from Material Symbols by Google · Outline Rounded · Communicate · Apache-2.0 Free for personal and commercial use.

Name
chat-paste-go-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Communicate
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More communicate icons from Material Symbols

Use the chat paste go icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.175 18H15q-.425 0-.712-.288T14 17t.288-.712T15 16h3.175l-.875-.875q-.275-.3-.288-.712t.288-.713t.7-.3t.7.3l2.6 2.6q.3.3.3.7t-.3.7l-2.6 2.6q-.3.3-.7.3t-.7-.3t-.288-.712t.288-.713zM6 18l-2.15 2.15q-.25.25-.55.125T3 19.8V6q0-.825.588-1.412T5 4h12q.825 0 1.413.588T19 6v4q0 .425-.288.713T18 11t-.712-.288T17 10V6H5v10h6q.425 0 .713.288T12 17t-.288.713T11 18zm2-8h6q.425 0 .713-.288T15 9t-.288-.712T14 8H8q-.425 0-.712.288T7 9t.288.713T8 10m0 4h3q.425 0 .713-.288T12 13t-.288-.712T11 12H8q-.425 0-.712.288T7 13t.288.713T8 14m-3 2V6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsChatPasteGoOutlineRounded(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.175 18H15q-.425 0-.712-.288T14 17t.288-.712T15 16h3.175l-.875-.875q-.275-.3-.288-.712t.288-.713t.7-.3t.7.3l2.6 2.6q.3.3.3.7t-.3.7l-2.6 2.6q-.3.3-.7.3t-.7-.3t-.288-.712t.288-.713zM6 18l-2.15 2.15q-.25.25-.55.125T3 19.8V6q0-.825.588-1.412T5 4h12q.825 0 1.413.588T19 6v4q0 .425-.288.713T18 11t-.712-.288T17 10V6H5v10h6q.425 0 .713.288T12 17t-.288.713T11 18zm2-8h6q.425 0 .713-.288T15 9t-.288-.712T14 8H8q-.425 0-.712.288T7 9t.288.713T8 10m0 4h3q.425 0 .713-.288T12 13t-.288-.712T11 12H8q-.425 0-.712.288T7 13t.288.713T8 14m-3 2V6z"/></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.175 18H15q-.425 0-.712-.288T14 17t.288-.712T15 16h3.175l-.875-.875q-.275-.3-.288-.712t.288-.713t.7-.3t.7.3l2.6 2.6q.3.3.3.7t-.3.7l-2.6 2.6q-.3.3-.7.3t-.7-.3t-.288-.712t.288-.713zM6 18l-2.15 2.15q-.25.25-.55.125T3 19.8V6q0-.825.588-1.412T5 4h12q.825 0 1.413.588T19 6v4q0 .425-.288.713T18 11t-.712-.288T17 10V6H5v10h6q.425 0 .713.288T12 17t-.288.713T11 18zm2-8h6q.425 0 .713-.288T15 9t-.288-.712T14 8H8q-.425 0-.712.288T7 9t.288.713T8 10m0 4h3q.425 0 .713-.288T12 13t-.288-.712T11 12H8q-.425 0-.712.288T7 13t.288.713T8 14m-3 2V6z"/></svg>
</template>

CSS

.icon-chat-paste-go-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%22M18.175%2018H15q-.425%200-.712-.288T14%2017t.288-.712T15%2016h3.175l-.875-.875q-.275-.3-.288-.712t.288-.713t.7-.3t.7.3l2.6%202.6q.3.3.3.7t-.3.7l-2.6%202.6q-.3.3-.7.3t-.7-.3t-.288-.712t.288-.713zM6%2018l-2.15%202.15q-.25.25-.55.125T3%2019.8V6q0-.825.588-1.412T5%204h12q.825%200%201.413.588T19%206v4q0%20.425-.288.713T18%2011t-.712-.288T17%2010V6H5v10h6q.425%200%20.713.288T12%2017t-.288.713T11%2018zm2-8h6q.425%200%20.713-.288T15%209t-.288-.712T14%208H8q-.425%200-.712.288T7%209t.288.713T8%2010m0%204h3q.425%200%20.713-.288T12%2013t-.288-.712T11%2012H8q-.425%200-.712.288T7%2013t.288.713T8%2014m-3%202V6z%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.175%2018H15q-.425%200-.712-.288T14%2017t.288-.712T15%2016h3.175l-.875-.875q-.275-.3-.288-.712t.288-.713t.7-.3t.7.3l2.6%202.6q.3.3.3.7t-.3.7l-2.6%202.6q-.3.3-.7.3t-.7-.3t-.288-.712t.288-.713zM6%2018l-2.15%202.15q-.25.25-.55.125T3%2019.8V6q0-.825.588-1.412T5%204h12q.825%200%201.413.588T19%206v4q0%20.425-.288.713T18%2011t-.712-.288T17%2010V6H5v10h6q.425%200%20.713.288T12%2017t-.288.713T11%2018zm2-8h6q.425%200%20.713-.288T15%209t-.288-.712T14%208H8q-.425%200-.712.288T7%209t.288.713T8%2010m0%204h3q.425%200%20.713-.288T12%2013t-.288-.712T11%2012H8q-.425%200-.712.288T7%2013t.288.713T8%2014m-3%202V6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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