text box settings icon
text-box-settings-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- text-box-settings-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
text-abc-underline-double-32-filledtext-add-20-filledtext-add-space-after-20-filledtext-add-space-before-20-filledtext-add-t-20-filledtext-align-center-16-filledtext-align-center-rotate-270-16-filledtext-align-center-rotate-90-16-filledtext-align-distributed-20-filledtext-align-distributed-evenly-20-filledtext-align-distributed-vertical-20-filledtext-align-justify-20-filledtext-align-justify-low-20-filledtext-align-justify-low-90-20-filledtext-align-justify-low-rotate-270-20-filledtext-align-justify-low-rotate-90-20-filledtext-align-justify-rotate-270-20-filledtext-align-justify-rotate-90-20-filledtext-align-left-16-filledtext-align-left-rotate-270-16-filledtext-align-left-rotate-90-16-filledtext-align-right-16-filledtext-align-right-rotate-270-16-filledtext-align-right-rotate-90-16-filled
Use the text box settings icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 5.75A2.75 2.75 0 0 0 18.25 3H5.75A2.75 2.75 0 0 0 3 5.75v12.5A2.75 2.75 0 0 0 5.75 21h6.272a6.47 6.47 0 0 1-1.003-4H6.75a.75.75 0 0 1-.102-1.493l.102-.007h4.563A6.5 6.5 0 0 1 12.81 13H6.75a.75.75 0 0 1-.102-1.493l.102-.007h7.5c.162 0 .313.052.435.14A6.5 6.5 0 0 1 17.5 11a6.47 6.47 0 0 1 3.5 1.022zM17.25 7.5a.75.75 0 0 1 .102 1.493L17.25 9H6.75a.75.75 0 0 1-.102-1.493L6.75 7.5zm-4.75 8.129l.447.43a2 2 0 0 1 0 2.882l-.447.43c.2.574.49 1.103.853 1.57l.602-.178a2 2 0 0 1 2.51 1.45l.174.715a5.2 5.2 0 0 0 1.722 0l.173-.716a2 2 0 0 1 2.511-1.449l.602.178c.362-.467.652-.996.853-1.57l-.447-.43a2 2 0 0 1 0-2.882l.447-.43a5.5 5.5 0 0 0-.853-1.57l-.602.178a2 2 0 0 1-2.51-1.45l-.174-.715a5.2 5.2 0 0 0-1.723 0l-.172.716a2 2 0 0 1-2.511 1.449l-.602-.178a5.5 5.5 0 0 0-.853 1.57m5 3.371c-.8 0-1.45-.672-1.45-1.5S16.7 16 17.5 16s1.45.672 1.45 1.5S18.3 19 17.5 19"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextBoxSettings24Filled(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="M21 5.75A2.75 2.75 0 0 0 18.25 3H5.75A2.75 2.75 0 0 0 3 5.75v12.5A2.75 2.75 0 0 0 5.75 21h6.272a6.47 6.47 0 0 1-1.003-4H6.75a.75.75 0 0 1-.102-1.493l.102-.007h4.563A6.5 6.5 0 0 1 12.81 13H6.75a.75.75 0 0 1-.102-1.493l.102-.007h7.5c.162 0 .313.052.435.14A6.5 6.5 0 0 1 17.5 11a6.47 6.47 0 0 1 3.5 1.022zM17.25 7.5a.75.75 0 0 1 .102 1.493L17.25 9H6.75a.75.75 0 0 1-.102-1.493L6.75 7.5zm-4.75 8.129l.447.43a2 2 0 0 1 0 2.882l-.447.43c.2.574.49 1.103.853 1.57l.602-.178a2 2 0 0 1 2.51 1.45l.174.715a5.2 5.2 0 0 0 1.722 0l.173-.716a2 2 0 0 1 2.511-1.449l.602.178c.362-.467.652-.996.853-1.57l-.447-.43a2 2 0 0 1 0-2.882l.447-.43a5.5 5.5 0 0 0-.853-1.57l-.602.178a2 2 0 0 1-2.51-1.45l-.174-.715a5.2 5.2 0 0 0-1.723 0l-.172.716a2 2 0 0 1-2.511 1.449l-.602-.178a5.5 5.5 0 0 0-.853 1.57m5 3.371c-.8 0-1.45-.672-1.45-1.5S16.7 16 17.5 16s1.45.672 1.45 1.5S18.3 19 17.5 19"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 5.75A2.75 2.75 0 0 0 18.25 3H5.75A2.75 2.75 0 0 0 3 5.75v12.5A2.75 2.75 0 0 0 5.75 21h6.272a6.47 6.47 0 0 1-1.003-4H6.75a.75.75 0 0 1-.102-1.493l.102-.007h4.563A6.5 6.5 0 0 1 12.81 13H6.75a.75.75 0 0 1-.102-1.493l.102-.007h7.5c.162 0 .313.052.435.14A6.5 6.5 0 0 1 17.5 11a6.47 6.47 0 0 1 3.5 1.022zM17.25 7.5a.75.75 0 0 1 .102 1.493L17.25 9H6.75a.75.75 0 0 1-.102-1.493L6.75 7.5zm-4.75 8.129l.447.43a2 2 0 0 1 0 2.882l-.447.43c.2.574.49 1.103.853 1.57l.602-.178a2 2 0 0 1 2.51 1.45l.174.715a5.2 5.2 0 0 0 1.722 0l.173-.716a2 2 0 0 1 2.511-1.449l.602.178c.362-.467.652-.996.853-1.57l-.447-.43a2 2 0 0 1 0-2.882l.447-.43a5.5 5.5 0 0 0-.853-1.57l-.602.178a2 2 0 0 1-2.51-1.45l-.174-.715a5.2 5.2 0 0 0-1.723 0l-.172.716a2 2 0 0 1-2.511 1.449l-.602-.178a5.5 5.5 0 0 0-.853 1.57m5 3.371c-.8 0-1.45-.672-1.45-1.5S16.7 16 17.5 16s1.45.672 1.45 1.5S18.3 19 17.5 19"/></svg> </template>
CSS
.icon-text-box-settings-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%205.75A2.75%202.75%200%200%200%2018.25%203H5.75A2.75%202.75%200%200%200%203%205.75v12.5A2.75%202.75%200%200%200%205.75%2021h6.272a6.47%206.47%200%200%201-1.003-4H6.75a.75.75%200%200%201-.102-1.493l.102-.007h4.563A6.5%206.5%200%200%201%2012.81%2013H6.75a.75.75%200%200%201-.102-1.493l.102-.007h7.5c.162%200%20.313.052.435.14A6.5%206.5%200%200%201%2017.5%2011a6.47%206.47%200%200%201%203.5%201.022zM17.25%207.5a.75.75%200%200%201%20.102%201.493L17.25%209H6.75a.75.75%200%200%201-.102-1.493L6.75%207.5zm-4.75%208.129l.447.43a2%202%200%200%201%200%202.882l-.447.43c.2.574.49%201.103.853%201.57l.602-.178a2%202%200%200%201%202.51%201.45l.174.715a5.2%205.2%200%200%200%201.722%200l.173-.716a2%202%200%200%201%202.511-1.449l.602.178c.362-.467.652-.996.853-1.57l-.447-.43a2%202%200%200%201%200-2.882l.447-.43a5.5%205.5%200%200%200-.853-1.57l-.602.178a2%202%200%200%201-2.51-1.45l-.174-.715a5.2%205.2%200%200%200-1.723%200l-.172.716a2%202%200%200%201-2.511%201.449l-.602-.178a5.5%205.5%200%200%200-.853%201.57m5%203.371c-.8%200-1.45-.672-1.45-1.5S16.7%2016%2017.5%2016s1.45.672%201.45%201.5S18.3%2019%2017.5%2019%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%22M21%205.75A2.75%202.75%200%200%200%2018.25%203H5.75A2.75%202.75%200%200%200%203%205.75v12.5A2.75%202.75%200%200%200%205.75%2021h6.272a6.47%206.47%200%200%201-1.003-4H6.75a.75.75%200%200%201-.102-1.493l.102-.007h4.563A6.5%206.5%200%200%201%2012.81%2013H6.75a.75.75%200%200%201-.102-1.493l.102-.007h7.5c.162%200%20.313.052.435.14A6.5%206.5%200%200%201%2017.5%2011a6.47%206.47%200%200%201%203.5%201.022zM17.25%207.5a.75.75%200%200%201%20.102%201.493L17.25%209H6.75a.75.75%200%200%201-.102-1.493L6.75%207.5zm-4.75%208.129l.447.43a2%202%200%200%201%200%202.882l-.447.43c.2.574.49%201.103.853%201.57l.602-.178a2%202%200%200%201%202.51%201.45l.174.715a5.2%205.2%200%200%200%201.722%200l.173-.716a2%202%200%200%201%202.511-1.449l.602.178c.362-.467.652-.996.853-1.57l-.447-.43a2%202%200%200%201%200-2.882l.447-.43a5.5%205.5%200%200%200-.853-1.57l-.602.178a2%202%200%200%201-2.51-1.45l-.174-.715a5.2%205.2%200%200%200-1.723%200l-.172.716a2%202%200%200%201-2.511%201.449l-.602-.178a5.5%205.5%200%200%200-.853%201.57m5%203.371c-.8%200-1.45-.672-1.45-1.5S16.7%2016%2017.5%2016s1.45.672%201.45%201.5S18.3%2019%2017.5%2019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/text-box-settings-24-filled.svg?color=%231a73e8&size=48