quick-phrases from Material Symbols Light by Google · Regular · Android · Apache-2.0 Free for personal and commercial use.

Name
quick-phrases
Set
Material Symbols Light
Style
Regular
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
quick-phrases-outline, quick-phrases-outline-sharp, quick-phrases-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

Use the quick phrases icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 20.116v-4.122h-.173q-2.39-.046-4.109-1.607T3 10.5q0-2.302 1.599-3.891q1.599-1.59 3.901-1.59h2.04l-2.094-2.1l.708-.708L12.46 5.52L9.154 8.827l-.708-.708l2.094-2.1H8.5q-1.875 0-3.187 1.303Q4 8.625 4 10.5q0 1.933 1.476 3.216T8.942 15H10v2.694L12.675 15H15.5q1.875 0 3.197-1.312t1.322-3.188t-1.322-3.187T15.5 6h-.308V5h.308q2.302 0 3.91 1.599q1.61 1.599 1.61 3.901t-1.61 3.901T15.5 16h-2.384z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightQuickPhrases(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="M9 20.116v-4.122h-.173q-2.39-.046-4.109-1.607T3 10.5q0-2.302 1.599-3.891q1.599-1.59 3.901-1.59h2.04l-2.094-2.1l.708-.708L12.46 5.52L9.154 8.827l-.708-.708l2.094-2.1H8.5q-1.875 0-3.187 1.303Q4 8.625 4 10.5q0 1.933 1.476 3.216T8.942 15H10v2.694L12.675 15H15.5q1.875 0 3.197-1.312t1.322-3.188t-1.322-3.187T15.5 6h-.308V5h.308q2.302 0 3.91 1.599q1.61 1.599 1.61 3.901t-1.61 3.901T15.5 16h-2.384z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 20.116v-4.122h-.173q-2.39-.046-4.109-1.607T3 10.5q0-2.302 1.599-3.891q1.599-1.59 3.901-1.59h2.04l-2.094-2.1l.708-.708L12.46 5.52L9.154 8.827l-.708-.708l2.094-2.1H8.5q-1.875 0-3.187 1.303Q4 8.625 4 10.5q0 1.933 1.476 3.216T8.942 15H10v2.694L12.675 15H15.5q1.875 0 3.197-1.312t1.322-3.188t-1.322-3.187T15.5 6h-.308V5h.308q2.302 0 3.91 1.599q1.61 1.599 1.61 3.901t-1.61 3.901T15.5 16h-2.384z"/></svg>
</template>

CSS

.icon-quick-phrases {
  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%22M9%2020.116v-4.122h-.173q-2.39-.046-4.109-1.607T3%2010.5q0-2.302%201.599-3.891q1.599-1.59%203.901-1.59h2.04l-2.094-2.1l.708-.708L12.46%205.52L9.154%208.827l-.708-.708l2.094-2.1H8.5q-1.875%200-3.187%201.303Q4%208.625%204%2010.5q0%201.933%201.476%203.216T8.942%2015H10v2.694L12.675%2015H15.5q1.875%200%203.197-1.312t1.322-3.188t-1.322-3.187T15.5%206h-.308V5h.308q2.302%200%203.91%201.599q1.61%201.599%201.61%203.901t-1.61%203.901T15.5%2016h-2.384z%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%22M9%2020.116v-4.122h-.173q-2.39-.046-4.109-1.607T3%2010.5q0-2.302%201.599-3.891q1.599-1.59%203.901-1.59h2.04l-2.094-2.1l.708-.708L12.46%205.52L9.154%208.827l-.708-.708l2.094-2.1H8.5q-1.875%200-3.187%201.303Q4%208.625%204%2010.5q0%201.933%201.476%203.216T8.942%2015H10v2.694L12.675%2015H15.5q1.875%200%203.197-1.312t1.322-3.188t-1.322-3.187T15.5%206h-.308V5h.308q2.302%200%203.91%201.599q1.61%201.599%201.61%203.901t-1.61%203.901T15.5%2016h-2.384z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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