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

Name
prompt-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M38.5 11.25a1.25 1.25 0 1 0 2.5 0V9.5h1.75a1.25 1.25 0 1 0 0-2.5H41V5.25a1.25 1.25 0 1 0-2.5 0V7h-1.75a1.25 1.25 0 1 0 0 2.5h1.75zM17.315 7.187c.095-.458.454-.687.688-.687c.232 0 .591.23.686.687c.354 1.701 1.249 4.318 3.527 6.597s4.895 3.176 6.597 3.529c.458.095.687.454.687.687s-.23.592-.687.688c-1.702.353-4.319 1.25-6.597 3.53c-2.278 2.278-3.173 4.892-3.526 6.594c-.095.458-.455.688-.688.688s-.592-.23-.687-.687c-.354-1.702-1.25-4.32-3.528-6.598c-2.28-2.28-4.896-3.175-6.597-3.529c-.458-.094-.687-.452-.687-.685s.229-.593.688-.688c1.702-.354 4.317-1.25 6.596-3.528c2.279-2.28 3.175-4.896 3.528-6.598M18.003 4c-1.645 0-2.849 1.298-3.135 2.679c-.291 1.398-1.022 3.51-2.85 5.338c-1.826 1.827-3.937 2.557-5.336 2.848c-1.382.287-2.682 1.493-2.679 3.14c.003 1.643 1.3 2.843 2.679 3.13c1.398.29 3.51 1.02 5.336 2.847s2.558 3.94 2.85 5.34c.286 1.38 1.49 2.678 3.134 2.678c1.645 0 2.849-1.299 3.136-2.68c.29-1.398 1.02-3.508 2.846-5.335c1.827-1.828 3.939-2.56 5.338-2.85C30.702 20.848 32 19.645 32 18s-1.298-2.848-2.68-3.135c-1.398-.29-3.51-1.02-5.336-2.848s-2.557-3.94-2.847-5.339C20.85 5.298 19.647 4 18.003 4M19.5 33.776v3.974a3.75 3.75 0 0 0 3.75 3.75h14.5a3.75 3.75 0 0 0 3.75-3.75v-14.5a3.75 3.75 0 0 0-3.75-3.75h-3.974A5 5 0 0 0 34 18q-.001-.522-.097-1h3.847A6.25 6.25 0 0 1 44 23.25v14.5A6.25 6.25 0 0 1 37.75 44h-14.5A6.25 6.25 0 0 1 17 37.75v-3.848q.48.097 1.002.098c.534 0 1.034-.08 1.498-.224M25 27.25c0-.69.56-1.25 1.25-1.25h9.5a1.25 1.25 0 1 1 0 2.5h-9.5c-.69 0-1.25-.56-1.25-1.25m1.25 5.25a1.25 1.25 0 1 0 0 2.5h6.5a1.25 1.25 0 1 0 0-2.5zM4 39.75c0-.69.56-1.25 1.25-1.25H7v-1.75a1.25 1.25 0 1 1 2.5 0v1.75h1.75a1.25 1.25 0 1 1 0 2.5H9.5v1.75a1.25 1.25 0 1 1-2.5 0V41H5.25C4.56 41 4 40.44 4 39.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentPrompt48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M38.5 11.25a1.25 1.25 0 1 0 2.5 0V9.5h1.75a1.25 1.25 0 1 0 0-2.5H41V5.25a1.25 1.25 0 1 0-2.5 0V7h-1.75a1.25 1.25 0 1 0 0 2.5h1.75zM17.315 7.187c.095-.458.454-.687.688-.687c.232 0 .591.23.686.687c.354 1.701 1.249 4.318 3.527 6.597s4.895 3.176 6.597 3.529c.458.095.687.454.687.687s-.23.592-.687.688c-1.702.353-4.319 1.25-6.597 3.53c-2.278 2.278-3.173 4.892-3.526 6.594c-.095.458-.455.688-.688.688s-.592-.23-.687-.687c-.354-1.702-1.25-4.32-3.528-6.598c-2.28-2.28-4.896-3.175-6.597-3.529c-.458-.094-.687-.452-.687-.685s.229-.593.688-.688c1.702-.354 4.317-1.25 6.596-3.528c2.279-2.28 3.175-4.896 3.528-6.598M18.003 4c-1.645 0-2.849 1.298-3.135 2.679c-.291 1.398-1.022 3.51-2.85 5.338c-1.826 1.827-3.937 2.557-5.336 2.848c-1.382.287-2.682 1.493-2.679 3.14c.003 1.643 1.3 2.843 2.679 3.13c1.398.29 3.51 1.02 5.336 2.847s2.558 3.94 2.85 5.34c.286 1.38 1.49 2.678 3.134 2.678c1.645 0 2.849-1.299 3.136-2.68c.29-1.398 1.02-3.508 2.846-5.335c1.827-1.828 3.939-2.56 5.338-2.85C30.702 20.848 32 19.645 32 18s-1.298-2.848-2.68-3.135c-1.398-.29-3.51-1.02-5.336-2.848s-2.557-3.94-2.847-5.339C20.85 5.298 19.647 4 18.003 4M19.5 33.776v3.974a3.75 3.75 0 0 0 3.75 3.75h14.5a3.75 3.75 0 0 0 3.75-3.75v-14.5a3.75 3.75 0 0 0-3.75-3.75h-3.974A5 5 0 0 0 34 18q-.001-.522-.097-1h3.847A6.25 6.25 0 0 1 44 23.25v14.5A6.25 6.25 0 0 1 37.75 44h-14.5A6.25 6.25 0 0 1 17 37.75v-3.848q.48.097 1.002.098c.534 0 1.034-.08 1.498-.224M25 27.25c0-.69.56-1.25 1.25-1.25h9.5a1.25 1.25 0 1 1 0 2.5h-9.5c-.69 0-1.25-.56-1.25-1.25m1.25 5.25a1.25 1.25 0 1 0 0 2.5h6.5a1.25 1.25 0 1 0 0-2.5zM4 39.75c0-.69.56-1.25 1.25-1.25H7v-1.75a1.25 1.25 0 1 1 2.5 0v1.75h1.75a1.25 1.25 0 1 1 0 2.5H9.5v1.75a1.25 1.25 0 1 1-2.5 0V41H5.25C4.56 41 4 40.44 4 39.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M38.5 11.25a1.25 1.25 0 1 0 2.5 0V9.5h1.75a1.25 1.25 0 1 0 0-2.5H41V5.25a1.25 1.25 0 1 0-2.5 0V7h-1.75a1.25 1.25 0 1 0 0 2.5h1.75zM17.315 7.187c.095-.458.454-.687.688-.687c.232 0 .591.23.686.687c.354 1.701 1.249 4.318 3.527 6.597s4.895 3.176 6.597 3.529c.458.095.687.454.687.687s-.23.592-.687.688c-1.702.353-4.319 1.25-6.597 3.53c-2.278 2.278-3.173 4.892-3.526 6.594c-.095.458-.455.688-.688.688s-.592-.23-.687-.687c-.354-1.702-1.25-4.32-3.528-6.598c-2.28-2.28-4.896-3.175-6.597-3.529c-.458-.094-.687-.452-.687-.685s.229-.593.688-.688c1.702-.354 4.317-1.25 6.596-3.528c2.279-2.28 3.175-4.896 3.528-6.598M18.003 4c-1.645 0-2.849 1.298-3.135 2.679c-.291 1.398-1.022 3.51-2.85 5.338c-1.826 1.827-3.937 2.557-5.336 2.848c-1.382.287-2.682 1.493-2.679 3.14c.003 1.643 1.3 2.843 2.679 3.13c1.398.29 3.51 1.02 5.336 2.847s2.558 3.94 2.85 5.34c.286 1.38 1.49 2.678 3.134 2.678c1.645 0 2.849-1.299 3.136-2.68c.29-1.398 1.02-3.508 2.846-5.335c1.827-1.828 3.939-2.56 5.338-2.85C30.702 20.848 32 19.645 32 18s-1.298-2.848-2.68-3.135c-1.398-.29-3.51-1.02-5.336-2.848s-2.557-3.94-2.847-5.339C20.85 5.298 19.647 4 18.003 4M19.5 33.776v3.974a3.75 3.75 0 0 0 3.75 3.75h14.5a3.75 3.75 0 0 0 3.75-3.75v-14.5a3.75 3.75 0 0 0-3.75-3.75h-3.974A5 5 0 0 0 34 18q-.001-.522-.097-1h3.847A6.25 6.25 0 0 1 44 23.25v14.5A6.25 6.25 0 0 1 37.75 44h-14.5A6.25 6.25 0 0 1 17 37.75v-3.848q.48.097 1.002.098c.534 0 1.034-.08 1.498-.224M25 27.25c0-.69.56-1.25 1.25-1.25h9.5a1.25 1.25 0 1 1 0 2.5h-9.5c-.69 0-1.25-.56-1.25-1.25m1.25 5.25a1.25 1.25 0 1 0 0 2.5h6.5a1.25 1.25 0 1 0 0-2.5zM4 39.75c0-.69.56-1.25 1.25-1.25H7v-1.75a1.25 1.25 0 1 1 2.5 0v1.75h1.75a1.25 1.25 0 1 1 0 2.5H9.5v1.75a1.25 1.25 0 1 1-2.5 0V41H5.25C4.56 41 4 40.44 4 39.75"/></svg>
</template>

CSS

.icon-prompt-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M38.5%2011.25a1.25%201.25%200%201%200%202.5%200V9.5h1.75a1.25%201.25%200%201%200%200-2.5H41V5.25a1.25%201.25%200%201%200-2.5%200V7h-1.75a1.25%201.25%200%201%200%200%202.5h1.75zM17.315%207.187c.095-.458.454-.687.688-.687c.232%200%20.591.23.686.687c.354%201.701%201.249%204.318%203.527%206.597s4.895%203.176%206.597%203.529c.458.095.687.454.687.687s-.23.592-.687.688c-1.702.353-4.319%201.25-6.597%203.53c-2.278%202.278-3.173%204.892-3.526%206.594c-.095.458-.455.688-.688.688s-.592-.23-.687-.687c-.354-1.702-1.25-4.32-3.528-6.598c-2.28-2.28-4.896-3.175-6.597-3.529c-.458-.094-.687-.452-.687-.685s.229-.593.688-.688c1.702-.354%204.317-1.25%206.596-3.528c2.279-2.28%203.175-4.896%203.528-6.598M18.003%204c-1.645%200-2.849%201.298-3.135%202.679c-.291%201.398-1.022%203.51-2.85%205.338c-1.826%201.827-3.937%202.557-5.336%202.848c-1.382.287-2.682%201.493-2.679%203.14c.003%201.643%201.3%202.843%202.679%203.13c1.398.29%203.51%201.02%205.336%202.847s2.558%203.94%202.85%205.34c.286%201.38%201.49%202.678%203.134%202.678c1.645%200%202.849-1.299%203.136-2.68c.29-1.398%201.02-3.508%202.846-5.335c1.827-1.828%203.939-2.56%205.338-2.85C30.702%2020.848%2032%2019.645%2032%2018s-1.298-2.848-2.68-3.135c-1.398-.29-3.51-1.02-5.336-2.848s-2.557-3.94-2.847-5.339C20.85%205.298%2019.647%204%2018.003%204M19.5%2033.776v3.974a3.75%203.75%200%200%200%203.75%203.75h14.5a3.75%203.75%200%200%200%203.75-3.75v-14.5a3.75%203.75%200%200%200-3.75-3.75h-3.974A5%205%200%200%200%2034%2018q-.001-.522-.097-1h3.847A6.25%206.25%200%200%201%2044%2023.25v14.5A6.25%206.25%200%200%201%2037.75%2044h-14.5A6.25%206.25%200%200%201%2017%2037.75v-3.848q.48.097%201.002.098c.534%200%201.034-.08%201.498-.224M25%2027.25c0-.69.56-1.25%201.25-1.25h9.5a1.25%201.25%200%201%201%200%202.5h-9.5c-.69%200-1.25-.56-1.25-1.25m1.25%205.25a1.25%201.25%200%201%200%200%202.5h6.5a1.25%201.25%200%201%200%200-2.5zM4%2039.75c0-.69.56-1.25%201.25-1.25H7v-1.75a1.25%201.25%200%201%201%202.5%200v1.75h1.75a1.25%201.25%200%201%201%200%202.5H9.5v1.75a1.25%201.25%200%201%201-2.5%200V41H5.25C4.56%2041%204%2040.44%204%2039.75%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M38.5%2011.25a1.25%201.25%200%201%200%202.5%200V9.5h1.75a1.25%201.25%200%201%200%200-2.5H41V5.25a1.25%201.25%200%201%200-2.5%200V7h-1.75a1.25%201.25%200%201%200%200%202.5h1.75zM17.315%207.187c.095-.458.454-.687.688-.687c.232%200%20.591.23.686.687c.354%201.701%201.249%204.318%203.527%206.597s4.895%203.176%206.597%203.529c.458.095.687.454.687.687s-.23.592-.687.688c-1.702.353-4.319%201.25-6.597%203.53c-2.278%202.278-3.173%204.892-3.526%206.594c-.095.458-.455.688-.688.688s-.592-.23-.687-.687c-.354-1.702-1.25-4.32-3.528-6.598c-2.28-2.28-4.896-3.175-6.597-3.529c-.458-.094-.687-.452-.687-.685s.229-.593.688-.688c1.702-.354%204.317-1.25%206.596-3.528c2.279-2.28%203.175-4.896%203.528-6.598M18.003%204c-1.645%200-2.849%201.298-3.135%202.679c-.291%201.398-1.022%203.51-2.85%205.338c-1.826%201.827-3.937%202.557-5.336%202.848c-1.382.287-2.682%201.493-2.679%203.14c.003%201.643%201.3%202.843%202.679%203.13c1.398.29%203.51%201.02%205.336%202.847s2.558%203.94%202.85%205.34c.286%201.38%201.49%202.678%203.134%202.678c1.645%200%202.849-1.299%203.136-2.68c.29-1.398%201.02-3.508%202.846-5.335c1.827-1.828%203.939-2.56%205.338-2.85C30.702%2020.848%2032%2019.645%2032%2018s-1.298-2.848-2.68-3.135c-1.398-.29-3.51-1.02-5.336-2.848s-2.557-3.94-2.847-5.339C20.85%205.298%2019.647%204%2018.003%204M19.5%2033.776v3.974a3.75%203.75%200%200%200%203.75%203.75h14.5a3.75%203.75%200%200%200%203.75-3.75v-14.5a3.75%203.75%200%200%200-3.75-3.75h-3.974A5%205%200%200%200%2034%2018q-.001-.522-.097-1h3.847A6.25%206.25%200%200%201%2044%2023.25v14.5A6.25%206.25%200%200%201%2037.75%2044h-14.5A6.25%206.25%200%200%201%2017%2037.75v-3.848q.48.097%201.002.098c.534%200%201.034-.08%201.498-.224M25%2027.25c0-.69.56-1.25%201.25-1.25h9.5a1.25%201.25%200%201%201%200%202.5h-9.5c-.69%200-1.25-.56-1.25-1.25m1.25%205.25a1.25%201.25%200%201%200%200%202.5h6.5a1.25%201.25%200%201%200%200-2.5zM4%2039.75c0-.69.56-1.25%201.25-1.25H7v-1.75a1.25%201.25%200%201%201%202.5%200v1.75h1.75a1.25%201.25%200%201%201%200%202.5H9.5v1.75a1.25%201.25%200%201%201-2.5%200V41H5.25C4.56%2041%204%2040.44%204%2039.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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