prompt icon
prompt-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- prompt-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- 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.75zM14.868 6.679C15.154 5.299 16.358 4 18.003 4s2.847 1.298 3.134 2.678c.29 1.4 1.02 3.512 2.847 5.34c1.826 1.826 3.938 2.557 5.337 2.847C30.7 15.152 32 16.355 32 18s-1.298 2.848-2.678 3.135c-1.4.29-3.511 1.022-5.338 2.85c-1.826 1.827-2.556 3.937-2.846 5.335c-.287 1.381-1.49 2.68-3.136 2.68c-1.644 0-2.848-1.297-3.135-2.678c-.29-1.4-1.022-3.513-2.849-5.34c-1.826-1.828-3.938-2.558-5.336-2.848c-1.379-.286-2.676-1.486-2.679-3.128C4 16.358 5.3 15.152 6.683 14.865c1.398-.29 3.51-1.02 5.336-2.848s2.558-3.94 2.849-5.338M19.5 37.75v-3.974a5 5 0 0 1-1.498.224q-.523-.001-1.002-.098v3.848A6.25 6.25 0 0 0 23.25 44h14.5A6.25 6.25 0 0 0 44 37.75v-14.5A6.25 6.25 0 0 0 37.75 17h-3.847q.096.478.097 1a5 5 0 0 1-.224 1.5h3.974a3.75 3.75 0 0 1 3.75 3.75v14.5a3.75 3.75 0 0 1-3.75 3.75h-14.5a3.75 3.75 0 0 1-3.75-3.75m5.5-10.5c0-.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 FluentPrompt48Filled(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.75zM14.868 6.679C15.154 5.299 16.358 4 18.003 4s2.847 1.298 3.134 2.678c.29 1.4 1.02 3.512 2.847 5.34c1.826 1.826 3.938 2.557 5.337 2.847C30.7 15.152 32 16.355 32 18s-1.298 2.848-2.678 3.135c-1.4.29-3.511 1.022-5.338 2.85c-1.826 1.827-2.556 3.937-2.846 5.335c-.287 1.381-1.49 2.68-3.136 2.68c-1.644 0-2.848-1.297-3.135-2.678c-.29-1.4-1.022-3.513-2.849-5.34c-1.826-1.828-3.938-2.558-5.336-2.848c-1.379-.286-2.676-1.486-2.679-3.128C4 16.358 5.3 15.152 6.683 14.865c1.398-.29 3.51-1.02 5.336-2.848s2.558-3.94 2.849-5.338M19.5 37.75v-3.974a5 5 0 0 1-1.498.224q-.523-.001-1.002-.098v3.848A6.25 6.25 0 0 0 23.25 44h14.5A6.25 6.25 0 0 0 44 37.75v-14.5A6.25 6.25 0 0 0 37.75 17h-3.847q.096.478.097 1a5 5 0 0 1-.224 1.5h3.974a3.75 3.75 0 0 1 3.75 3.75v14.5a3.75 3.75 0 0 1-3.75 3.75h-14.5a3.75 3.75 0 0 1-3.75-3.75m5.5-10.5c0-.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.75zM14.868 6.679C15.154 5.299 16.358 4 18.003 4s2.847 1.298 3.134 2.678c.29 1.4 1.02 3.512 2.847 5.34c1.826 1.826 3.938 2.557 5.337 2.847C30.7 15.152 32 16.355 32 18s-1.298 2.848-2.678 3.135c-1.4.29-3.511 1.022-5.338 2.85c-1.826 1.827-2.556 3.937-2.846 5.335c-.287 1.381-1.49 2.68-3.136 2.68c-1.644 0-2.848-1.297-3.135-2.678c-.29-1.4-1.022-3.513-2.849-5.34c-1.826-1.828-3.938-2.558-5.336-2.848c-1.379-.286-2.676-1.486-2.679-3.128C4 16.358 5.3 15.152 6.683 14.865c1.398-.29 3.51-1.02 5.336-2.848s2.558-3.94 2.849-5.338M19.5 37.75v-3.974a5 5 0 0 1-1.498.224q-.523-.001-1.002-.098v3.848A6.25 6.25 0 0 0 23.25 44h14.5A6.25 6.25 0 0 0 44 37.75v-14.5A6.25 6.25 0 0 0 37.75 17h-3.847q.096.478.097 1a5 5 0 0 1-.224 1.5h3.974a3.75 3.75 0 0 1 3.75 3.75v14.5a3.75 3.75 0 0 1-3.75 3.75h-14.5a3.75 3.75 0 0 1-3.75-3.75m5.5-10.5c0-.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-filled {
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.75zM14.868%206.679C15.154%205.299%2016.358%204%2018.003%204s2.847%201.298%203.134%202.678c.29%201.4%201.02%203.512%202.847%205.34c1.826%201.826%203.938%202.557%205.337%202.847C30.7%2015.152%2032%2016.355%2032%2018s-1.298%202.848-2.678%203.135c-1.4.29-3.511%201.022-5.338%202.85c-1.826%201.827-2.556%203.937-2.846%205.335c-.287%201.381-1.49%202.68-3.136%202.68c-1.644%200-2.848-1.297-3.135-2.678c-.29-1.4-1.022-3.513-2.849-5.34c-1.826-1.828-3.938-2.558-5.336-2.848c-1.379-.286-2.676-1.486-2.679-3.128C4%2016.358%205.3%2015.152%206.683%2014.865c1.398-.29%203.51-1.02%205.336-2.848s2.558-3.94%202.849-5.338M19.5%2037.75v-3.974a5%205%200%200%201-1.498.224q-.523-.001-1.002-.098v3.848A6.25%206.25%200%200%200%2023.25%2044h14.5A6.25%206.25%200%200%200%2044%2037.75v-14.5A6.25%206.25%200%200%200%2037.75%2017h-3.847q.096.478.097%201a5%205%200%200%201-.224%201.5h3.974a3.75%203.75%200%200%201%203.75%203.75v14.5a3.75%203.75%200%200%201-3.75%203.75h-14.5a3.75%203.75%200%200%201-3.75-3.75m5.5-10.5c0-.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.75zM14.868%206.679C15.154%205.299%2016.358%204%2018.003%204s2.847%201.298%203.134%202.678c.29%201.4%201.02%203.512%202.847%205.34c1.826%201.826%203.938%202.557%205.337%202.847C30.7%2015.152%2032%2016.355%2032%2018s-1.298%202.848-2.678%203.135c-1.4.29-3.511%201.022-5.338%202.85c-1.826%201.827-2.556%203.937-2.846%205.335c-.287%201.381-1.49%202.68-3.136%202.68c-1.644%200-2.848-1.297-3.135-2.678c-.29-1.4-1.022-3.513-2.849-5.34c-1.826-1.828-3.938-2.558-5.336-2.848c-1.379-.286-2.676-1.486-2.679-3.128C4%2016.358%205.3%2015.152%206.683%2014.865c1.398-.29%203.51-1.02%205.336-2.848s2.558-3.94%202.849-5.338M19.5%2037.75v-3.974a5%205%200%200%201-1.498.224q-.523-.001-1.002-.098v3.848A6.25%206.25%200%200%200%2023.25%2044h14.5A6.25%206.25%200%200%200%2044%2037.75v-14.5A6.25%206.25%200%200%200%2037.75%2017h-3.847q.096.478.097%201a5%205%200%200%201-.224%201.5h3.974a3.75%203.75%200%200%201%203.75%203.75v14.5a3.75%203.75%200%200%201-3.75%203.75h-14.5a3.75%203.75%200%200%201-3.75-3.75m5.5-10.5c0-.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-filled.svg?color=%231a73e8&size=48