prompt suggestion icon

prompt-suggestion-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
prompt-suggestion-rounded
Set
Material Symbols Light
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
prompt-suggestion-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the prompt suggestion icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.079 13.539H7.827q-1.586 0-2.707-1.092Q4 11.356 4 9.769t1.12-2.678T7.827 6q.214 0 .357.143t.143.357t-.143.357T7.827 7q-1.165 0-1.996.802T5 9.769t.83 1.967t1.997.802h10.252L14.589 9.1q-.16-.14-.163-.351t.163-.357q.14-.14.344-.14t.344.14l4.139 4.062q.242.242.242.575t-.243.575l-4.138 4.062q-.146.146-.344.143t-.344-.15q-.16-.145-.163-.353t.163-.354z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPromptSuggestionRounded(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.079 13.539H7.827q-1.586 0-2.707-1.092Q4 11.356 4 9.769t1.12-2.678T7.827 6q.214 0 .357.143t.143.357t-.143.357T7.827 7q-1.165 0-1.996.802T5 9.769t.83 1.967t1.997.802h10.252L14.589 9.1q-.16-.14-.163-.351t.163-.357q.14-.14.344-.14t.344.14l4.139 4.062q.242.242.242.575t-.243.575l-4.138 4.062q-.146.146-.344.143t-.344-.15q-.16-.145-.163-.353t.163-.354z"/></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.079 13.539H7.827q-1.586 0-2.707-1.092Q4 11.356 4 9.769t1.12-2.678T7.827 6q.214 0 .357.143t.143.357t-.143.357T7.827 7q-1.165 0-1.996.802T5 9.769t.83 1.967t1.997.802h10.252L14.589 9.1q-.16-.14-.163-.351t.163-.357q.14-.14.344-.14t.344.14l4.139 4.062q.242.242.242.575t-.243.575l-4.138 4.062q-.146.146-.344.143t-.344-.15q-.16-.145-.163-.353t.163-.354z"/></svg>
</template>

CSS

.icon-prompt-suggestion-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.079%2013.539H7.827q-1.586%200-2.707-1.092Q4%2011.356%204%209.769t1.12-2.678T7.827%206q.214%200%20.357.143t.143.357t-.143.357T7.827%207q-1.165%200-1.996.802T5%209.769t.83%201.967t1.997.802h10.252L14.589%209.1q-.16-.14-.163-.351t.163-.357q.14-.14.344-.14t.344.14l4.139%204.062q.242.242.242.575t-.243.575l-4.138%204.062q-.146.146-.344.143t-.344-.15q-.16-.145-.163-.353t.163-.354z%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.079%2013.539H7.827q-1.586%200-2.707-1.092Q4%2011.356%204%209.769t1.12-2.678T7.827%206q.214%200%20.357.143t.143.357t-.143.357T7.827%207q-1.165%200-1.996.802T5%209.769t.83%201.967t1.997.802h10.252L14.589%209.1q-.16-.14-.163-.351t.163-.357q.14-.14.344-.14t.344.14l4.139%204.062q.242.242.242.575t-.243.575l-4.138%204.062q-.146.146-.344.143t-.344-.15q-.16-.145-.163-.353t.163-.354z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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