prompt-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
prompt-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Use the prompt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M22.5 6.75a.75.75 0 0 0 1.5 0V5.5h1.25a.75.75 0 0 0 0-1.5H24V2.75a.75.75 0 0 0-1.5 0V4h-1.25a.75.75 0 0 0 0 1.5h1.25zM10.074 3.926c.059-.282.28-.426.428-.426s.368.143.426.425c.215 1.033.759 2.622 2.141 4.006c1.383 1.383 2.972 1.927 4.005 2.142c.282.058.426.28.426.427s-.143.369-.425.428c-1.034.214-2.622.758-4.005 2.142s-1.927 2.97-2.141 4.004c-.059.282-.28.426-.428.426s-.368-.143-.427-.425c-.215-1.033-.759-2.623-2.142-4.006S4.96 11.14 3.927 10.927c-.281-.059-.425-.28-.425-.426c0-.148.143-.37.426-.428c1.033-.215 2.62-.759 4.004-2.142s1.928-2.972 2.142-4.005M10.502 2c-.995 0-1.723.785-1.896 1.62c-.177.852-.622 2.137-1.735 3.25S4.474 8.427 3.623 8.604c-.837.174-1.623.904-1.621 1.9c.002.992.786 1.719 1.62 1.892c.851.176 2.137.62 3.25 1.733c1.111 1.113 1.556 2.4 1.733 3.251c.174.836.902 1.62 1.896 1.62c.995 0 1.723-.785 1.897-1.621c.176-.851.62-2.136 1.732-3.248s2.398-1.558 3.25-1.735c.835-.174 1.62-.902 1.62-1.896s-.785-1.722-1.62-1.896c-.852-.177-2.138-.621-3.25-1.734c-1.111-1.112-1.556-2.398-1.733-3.25c-.173-.835-.902-1.62-1.895-1.62m.998 17.82v2.43a2.25 2.25 0 0 0 2.25 2.25h8.5a2.25 2.25 0 0 0 2.25-2.25v-8.5a2.25 2.25 0 0 0-2.25-2.25h-2.43a2.9 2.9 0 0 0 .137-1.5h2.293A3.75 3.75 0 0 1 26 13.75v8.5A3.75 3.75 0 0 1 22.25 26h-8.5A3.75 3.75 0 0 1 10 22.25v-2.293a2.9 2.9 0 0 0 1.5-.137M2 23.25a.75.75 0 0 1 .75-.75H4v-1.25a.75.75 0 0 1 1.5 0v1.25h1.25a.75.75 0 0 1 0 1.5H5.5v1.25a.75.75 0 0 1-1.5 0V24H2.75a.75.75 0 0 1-.75-.75m12-7a.75.75 0 0 1 .75-.75h7a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1-.75-.75m.75 2.75a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPrompt28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M22.5 6.75a.75.75 0 0 0 1.5 0V5.5h1.25a.75.75 0 0 0 0-1.5H24V2.75a.75.75 0 0 0-1.5 0V4h-1.25a.75.75 0 0 0 0 1.5h1.25zM10.074 3.926c.059-.282.28-.426.428-.426s.368.143.426.425c.215 1.033.759 2.622 2.141 4.006c1.383 1.383 2.972 1.927 4.005 2.142c.282.058.426.28.426.427s-.143.369-.425.428c-1.034.214-2.622.758-4.005 2.142s-1.927 2.97-2.141 4.004c-.059.282-.28.426-.428.426s-.368-.143-.427-.425c-.215-1.033-.759-2.623-2.142-4.006S4.96 11.14 3.927 10.927c-.281-.059-.425-.28-.425-.426c0-.148.143-.37.426-.428c1.033-.215 2.62-.759 4.004-2.142s1.928-2.972 2.142-4.005M10.502 2c-.995 0-1.723.785-1.896 1.62c-.177.852-.622 2.137-1.735 3.25S4.474 8.427 3.623 8.604c-.837.174-1.623.904-1.621 1.9c.002.992.786 1.719 1.62 1.892c.851.176 2.137.62 3.25 1.733c1.111 1.113 1.556 2.4 1.733 3.251c.174.836.902 1.62 1.896 1.62c.995 0 1.723-.785 1.897-1.621c.176-.851.62-2.136 1.732-3.248s2.398-1.558 3.25-1.735c.835-.174 1.62-.902 1.62-1.896s-.785-1.722-1.62-1.896c-.852-.177-2.138-.621-3.25-1.734c-1.111-1.112-1.556-2.398-1.733-3.25c-.173-.835-.902-1.62-1.895-1.62m.998 17.82v2.43a2.25 2.25 0 0 0 2.25 2.25h8.5a2.25 2.25 0 0 0 2.25-2.25v-8.5a2.25 2.25 0 0 0-2.25-2.25h-2.43a2.9 2.9 0 0 0 .137-1.5h2.293A3.75 3.75 0 0 1 26 13.75v8.5A3.75 3.75 0 0 1 22.25 26h-8.5A3.75 3.75 0 0 1 10 22.25v-2.293a2.9 2.9 0 0 0 1.5-.137M2 23.25a.75.75 0 0 1 .75-.75H4v-1.25a.75.75 0 0 1 1.5 0v1.25h1.25a.75.75 0 0 1 0 1.5H5.5v1.25a.75.75 0 0 1-1.5 0V24H2.75a.75.75 0 0 1-.75-.75m12-7a.75.75 0 0 1 .75-.75h7a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1-.75-.75m.75 2.75a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M22.5 6.75a.75.75 0 0 0 1.5 0V5.5h1.25a.75.75 0 0 0 0-1.5H24V2.75a.75.75 0 0 0-1.5 0V4h-1.25a.75.75 0 0 0 0 1.5h1.25zM10.074 3.926c.059-.282.28-.426.428-.426s.368.143.426.425c.215 1.033.759 2.622 2.141 4.006c1.383 1.383 2.972 1.927 4.005 2.142c.282.058.426.28.426.427s-.143.369-.425.428c-1.034.214-2.622.758-4.005 2.142s-1.927 2.97-2.141 4.004c-.059.282-.28.426-.428.426s-.368-.143-.427-.425c-.215-1.033-.759-2.623-2.142-4.006S4.96 11.14 3.927 10.927c-.281-.059-.425-.28-.425-.426c0-.148.143-.37.426-.428c1.033-.215 2.62-.759 4.004-2.142s1.928-2.972 2.142-4.005M10.502 2c-.995 0-1.723.785-1.896 1.62c-.177.852-.622 2.137-1.735 3.25S4.474 8.427 3.623 8.604c-.837.174-1.623.904-1.621 1.9c.002.992.786 1.719 1.62 1.892c.851.176 2.137.62 3.25 1.733c1.111 1.113 1.556 2.4 1.733 3.251c.174.836.902 1.62 1.896 1.62c.995 0 1.723-.785 1.897-1.621c.176-.851.62-2.136 1.732-3.248s2.398-1.558 3.25-1.735c.835-.174 1.62-.902 1.62-1.896s-.785-1.722-1.62-1.896c-.852-.177-2.138-.621-3.25-1.734c-1.111-1.112-1.556-2.398-1.733-3.25c-.173-.835-.902-1.62-1.895-1.62m.998 17.82v2.43a2.25 2.25 0 0 0 2.25 2.25h8.5a2.25 2.25 0 0 0 2.25-2.25v-8.5a2.25 2.25 0 0 0-2.25-2.25h-2.43a2.9 2.9 0 0 0 .137-1.5h2.293A3.75 3.75 0 0 1 26 13.75v8.5A3.75 3.75 0 0 1 22.25 26h-8.5A3.75 3.75 0 0 1 10 22.25v-2.293a2.9 2.9 0 0 0 1.5-.137M2 23.25a.75.75 0 0 1 .75-.75H4v-1.25a.75.75 0 0 1 1.5 0v1.25h1.25a.75.75 0 0 1 0 1.5H5.5v1.25a.75.75 0 0 1-1.5 0V24H2.75a.75.75 0 0 1-.75-.75m12-7a.75.75 0 0 1 .75-.75h7a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1-.75-.75m.75 2.75a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5z"/></svg>
</template>

CSS

.icon-prompt-28-regular {
  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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.5%206.75a.75.75%200%200%200%201.5%200V5.5h1.25a.75.75%200%200%200%200-1.5H24V2.75a.75.75%200%200%200-1.5%200V4h-1.25a.75.75%200%200%200%200%201.5h1.25zM10.074%203.926c.059-.282.28-.426.428-.426s.368.143.426.425c.215%201.033.759%202.622%202.141%204.006c1.383%201.383%202.972%201.927%204.005%202.142c.282.058.426.28.426.427s-.143.369-.425.428c-1.034.214-2.622.758-4.005%202.142s-1.927%202.97-2.141%204.004c-.059.282-.28.426-.428.426s-.368-.143-.427-.425c-.215-1.033-.759-2.623-2.142-4.006S4.96%2011.14%203.927%2010.927c-.281-.059-.425-.28-.425-.426c0-.148.143-.37.426-.428c1.033-.215%202.62-.759%204.004-2.142s1.928-2.972%202.142-4.005M10.502%202c-.995%200-1.723.785-1.896%201.62c-.177.852-.622%202.137-1.735%203.25S4.474%208.427%203.623%208.604c-.837.174-1.623.904-1.621%201.9c.002.992.786%201.719%201.62%201.892c.851.176%202.137.62%203.25%201.733c1.111%201.113%201.556%202.4%201.733%203.251c.174.836.902%201.62%201.896%201.62c.995%200%201.723-.785%201.897-1.621c.176-.851.62-2.136%201.732-3.248s2.398-1.558%203.25-1.735c.835-.174%201.62-.902%201.62-1.896s-.785-1.722-1.62-1.896c-.852-.177-2.138-.621-3.25-1.734c-1.111-1.112-1.556-2.398-1.733-3.25c-.173-.835-.902-1.62-1.895-1.62m.998%2017.82v2.43a2.25%202.25%200%200%200%202.25%202.25h8.5a2.25%202.25%200%200%200%202.25-2.25v-8.5a2.25%202.25%200%200%200-2.25-2.25h-2.43a2.9%202.9%200%200%200%20.137-1.5h2.293A3.75%203.75%200%200%201%2026%2013.75v8.5A3.75%203.75%200%200%201%2022.25%2026h-8.5A3.75%203.75%200%200%201%2010%2022.25v-2.293a2.9%202.9%200%200%200%201.5-.137M2%2023.25a.75.75%200%200%201%20.75-.75H4v-1.25a.75.75%200%200%201%201.5%200v1.25h1.25a.75.75%200%200%201%200%201.5H5.5v1.25a.75.75%200%200%201-1.5%200V24H2.75a.75.75%200%200%201-.75-.75m12-7a.75.75%200%200%201%20.75-.75h7a.75.75%200%200%201%200%201.5h-7a.75.75%200%200%201-.75-.75m.75%202.75a.75.75%200%200%200%200%201.5h4.5a.75.75%200%200%200%200-1.5z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.5%206.75a.75.75%200%200%200%201.5%200V5.5h1.25a.75.75%200%200%200%200-1.5H24V2.75a.75.75%200%200%200-1.5%200V4h-1.25a.75.75%200%200%200%200%201.5h1.25zM10.074%203.926c.059-.282.28-.426.428-.426s.368.143.426.425c.215%201.033.759%202.622%202.141%204.006c1.383%201.383%202.972%201.927%204.005%202.142c.282.058.426.28.426.427s-.143.369-.425.428c-1.034.214-2.622.758-4.005%202.142s-1.927%202.97-2.141%204.004c-.059.282-.28.426-.428.426s-.368-.143-.427-.425c-.215-1.033-.759-2.623-2.142-4.006S4.96%2011.14%203.927%2010.927c-.281-.059-.425-.28-.425-.426c0-.148.143-.37.426-.428c1.033-.215%202.62-.759%204.004-2.142s1.928-2.972%202.142-4.005M10.502%202c-.995%200-1.723.785-1.896%201.62c-.177.852-.622%202.137-1.735%203.25S4.474%208.427%203.623%208.604c-.837.174-1.623.904-1.621%201.9c.002.992.786%201.719%201.62%201.892c.851.176%202.137.62%203.25%201.733c1.111%201.113%201.556%202.4%201.733%203.251c.174.836.902%201.62%201.896%201.62c.995%200%201.723-.785%201.897-1.621c.176-.851.62-2.136%201.732-3.248s2.398-1.558%203.25-1.735c.835-.174%201.62-.902%201.62-1.896s-.785-1.722-1.62-1.896c-.852-.177-2.138-.621-3.25-1.734c-1.111-1.112-1.556-2.398-1.733-3.25c-.173-.835-.902-1.62-1.895-1.62m.998%2017.82v2.43a2.25%202.25%200%200%200%202.25%202.25h8.5a2.25%202.25%200%200%200%202.25-2.25v-8.5a2.25%202.25%200%200%200-2.25-2.25h-2.43a2.9%202.9%200%200%200%20.137-1.5h2.293A3.75%203.75%200%200%201%2026%2013.75v8.5A3.75%203.75%200%200%201%2022.25%2026h-8.5A3.75%203.75%200%200%201%2010%2022.25v-2.293a2.9%202.9%200%200%200%201.5-.137M2%2023.25a.75.75%200%200%201%20.75-.75H4v-1.25a.75.75%200%200%201%201.5%200v1.25h1.25a.75.75%200%200%201%200%201.5H5.5v1.25a.75.75%200%200%201-1.5%200V24H2.75a.75.75%200%200%201-.75-.75m12-7a.75.75%200%200%201%20.75-.75h7a.75.75%200%200%201%200%201.5h-7a.75.75%200%200%201-.75-.75m.75%202.75a.75.75%200%200%200%200%201.5h4.5a.75.75%200%200%200%200-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/prompt-28-regular.svg?color=%231a73e8&size=48