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

Name
textbox-settings-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the textbox settings icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.25 3A2.75 2.75 0 0 1 21 5.75v6.272a6.5 6.5 0 0 0-1.5-.709V5.75c0-.69-.56-1.25-1.25-1.25H5.75c-.69 0-1.25.56-1.25 1.25v12.5c0 .69.56 1.25 1.25 1.25h5.563c.173.534.412 1.037.709 1.5H5.75A2.75 2.75 0 0 1 3 18.25V5.75A2.75 2.75 0 0 1 5.75 3zm-4 8.5c.162 0 .313.052.435.14A6.5 6.5 0 0 0 12.81 13H6.75a.75.75 0 0 1-.102-1.493l.102-.007zm-7.5 4h4.563c-.154.478-.255.98-.294 1.5H6.75a.75.75 0 0 1-.102-1.493zm10.5-8H6.75l-.102.007A.75.75 0 0 0 6.75 9h10.5l.102-.007A.75.75 0 0 0 17.25 7.5m-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 FluentTextboxSettings24Regular(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.25 3A2.75 2.75 0 0 1 21 5.75v6.272a6.5 6.5 0 0 0-1.5-.709V5.75c0-.69-.56-1.25-1.25-1.25H5.75c-.69 0-1.25.56-1.25 1.25v12.5c0 .69.56 1.25 1.25 1.25h5.563c.173.534.412 1.037.709 1.5H5.75A2.75 2.75 0 0 1 3 18.25V5.75A2.75 2.75 0 0 1 5.75 3zm-4 8.5c.162 0 .313.052.435.14A6.5 6.5 0 0 0 12.81 13H6.75a.75.75 0 0 1-.102-1.493l.102-.007zm-7.5 4h4.563c-.154.478-.255.98-.294 1.5H6.75a.75.75 0 0 1-.102-1.493zm10.5-8H6.75l-.102.007A.75.75 0 0 0 6.75 9h10.5l.102-.007A.75.75 0 0 0 17.25 7.5m-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="M18.25 3A2.75 2.75 0 0 1 21 5.75v6.272a6.5 6.5 0 0 0-1.5-.709V5.75c0-.69-.56-1.25-1.25-1.25H5.75c-.69 0-1.25.56-1.25 1.25v12.5c0 .69.56 1.25 1.25 1.25h5.563c.173.534.412 1.037.709 1.5H5.75A2.75 2.75 0 0 1 3 18.25V5.75A2.75 2.75 0 0 1 5.75 3zm-4 8.5c.162 0 .313.052.435.14A6.5 6.5 0 0 0 12.81 13H6.75a.75.75 0 0 1-.102-1.493l.102-.007zm-7.5 4h4.563c-.154.478-.255.98-.294 1.5H6.75a.75.75 0 0 1-.102-1.493zm10.5-8H6.75l-.102.007A.75.75 0 0 0 6.75 9h10.5l.102-.007A.75.75 0 0 0 17.25 7.5m-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-textbox-settings-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.25%203A2.75%202.75%200%200%201%2021%205.75v6.272a6.5%206.5%200%200%200-1.5-.709V5.75c0-.69-.56-1.25-1.25-1.25H5.75c-.69%200-1.25.56-1.25%201.25v12.5c0%20.69.56%201.25%201.25%201.25h5.563c.173.534.412%201.037.709%201.5H5.75A2.75%202.75%200%200%201%203%2018.25V5.75A2.75%202.75%200%200%201%205.75%203zm-4%208.5c.162%200%20.313.052.435.14A6.5%206.5%200%200%200%2012.81%2013H6.75a.75.75%200%200%201-.102-1.493l.102-.007zm-7.5%204h4.563c-.154.478-.255.98-.294%201.5H6.75a.75.75%200%200%201-.102-1.493zm10.5-8H6.75l-.102.007A.75.75%200%200%200%206.75%209h10.5l.102-.007A.75.75%200%200%200%2017.25%207.5m-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%22M18.25%203A2.75%202.75%200%200%201%2021%205.75v6.272a6.5%206.5%200%200%200-1.5-.709V5.75c0-.69-.56-1.25-1.25-1.25H5.75c-.69%200-1.25.56-1.25%201.25v12.5c0%20.69.56%201.25%201.25%201.25h5.563c.173.534.412%201.037.709%201.5H5.75A2.75%202.75%200%200%201%203%2018.25V5.75A2.75%202.75%200%200%201%205.75%203zm-4%208.5c.162%200%20.313.052.435.14A6.5%206.5%200%200%200%2012.81%2013H6.75a.75.75%200%200%201-.102-1.493l.102-.007zm-7.5%204h4.563c-.154.478-.255.98-.294%201.5H6.75a.75.75%200%200%201-.102-1.493zm10.5-8H6.75l-.102.007A.75.75%200%200%200%206.75%209h10.5l.102-.007A.75.75%200%200%200%2017.25%207.5m-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/textbox-settings-24-regular.svg?color=%231a73e8&size=48