textbox more icon
textbox-more-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- textbox-more-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
textbox-align-bottom-20-filledtextbox-align-bottom-center-16-filledtextbox-align-bottom-left-16-filledtextbox-align-bottom-right-16-filledtextbox-align-bottom-rotate-90-20-filledtextbox-align-center-16-filledtextbox-align-middle-16-filledtextbox-align-middle-left-16-filledtextbox-align-middle-right-16-filledtextbox-align-middle-rotate-90-20-filledtextbox-align-top-20-filledtextbox-align-top-arrow-clockwise-20-filledtextbox-align-top-center-16-filledtextbox-align-top-left-16-filledtextbox-align-top-right-16-filledtextbox-align-top-rotate-90-20-filledtextbox-checkmark-16-filledtextbox-rotate-90-20-filledtextbox-settings-20-filledtextbox-vertical-20-regular
Use the textbox more icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 6.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5M6.5 9a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zM6 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5M14.5 3A2.5 2.5 0 0 1 17 5.5v9q0 .126-.012.25a2.24 2.24 0 0 0-1.087.286q.097-.25.099-.536v-9A1.5 1.5 0 0 0 14.5 4h-9A1.5 1.5 0 0 0 4 5.5v9A1.5 1.5 0 0 0 5.5 16h1.484a2.24 2.24 0 0 0-.234 1H5.5A2.5 2.5 0 0 1 3 14.5v-9A2.5 2.5 0 0 1 5.5 3zm-4.25 14a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M13 18.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m4 0a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextboxMore20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 6.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5M6.5 9a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zM6 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5M14.5 3A2.5 2.5 0 0 1 17 5.5v9q0 .126-.012.25a2.24 2.24 0 0 0-1.087.286q.097-.25.099-.536v-9A1.5 1.5 0 0 0 14.5 4h-9A1.5 1.5 0 0 0 4 5.5v9A1.5 1.5 0 0 0 5.5 16h1.484a2.24 2.24 0 0 0-.234 1H5.5A2.5 2.5 0 0 1 3 14.5v-9A2.5 2.5 0 0 1 5.5 3zm-4.25 14a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M13 18.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m4 0a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 6.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5M6.5 9a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zM6 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5M14.5 3A2.5 2.5 0 0 1 17 5.5v9q0 .126-.012.25a2.24 2.24 0 0 0-1.087.286q.097-.25.099-.536v-9A1.5 1.5 0 0 0 14.5 4h-9A1.5 1.5 0 0 0 4 5.5v9A1.5 1.5 0 0 0 5.5 16h1.484a2.24 2.24 0 0 0-.234 1H5.5A2.5 2.5 0 0 1 3 14.5v-9A2.5 2.5 0 0 1 5.5 3zm-4.25 14a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M13 18.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m4 0a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg> </template>
CSS
.icon-textbox-more-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%206.5a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%200%201h-7a.5.5%200%200%201-.5-.5M6.5%209a.5.5%200%200%200%200%201h4a.5.5%200%200%200%200-1zM6%2012.5a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%200%201h-7a.5.5%200%200%201-.5-.5M14.5%203A2.5%202.5%200%200%201%2017%205.5v9q0%20.126-.012.25a2.24%202.24%200%200%200-1.087.286q.097-.25.099-.536v-9A1.5%201.5%200%200%200%2014.5%204h-9A1.5%201.5%200%200%200%204%205.5v9A1.5%201.5%200%200%200%205.5%2016h1.484a2.24%202.24%200%200%200-.234%201H5.5A2.5%202.5%200%200%201%203%2014.5v-9A2.5%202.5%200%200%201%205.5%203zm-4.25%2014a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M13%2018.25a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m4%200a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%206.5a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%200%201h-7a.5.5%200%200%201-.5-.5M6.5%209a.5.5%200%200%200%200%201h4a.5.5%200%200%200%200-1zM6%2012.5a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%200%201h-7a.5.5%200%200%201-.5-.5M14.5%203A2.5%202.5%200%200%201%2017%205.5v9q0%20.126-.012.25a2.24%202.24%200%200%200-1.087.286q.097-.25.099-.536v-9A1.5%201.5%200%200%200%2014.5%204h-9A1.5%201.5%200%200%200%204%205.5v9A1.5%201.5%200%200%200%205.5%2016h1.484a2.24%202.24%200%200%200-.234%201H5.5A2.5%202.5%200%200%201%203%2014.5v-9A2.5%202.5%200%200%201%205.5%203zm-4.25%2014a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M13%2018.25a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m4%200a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/textbox-more-20-regular.svg?color=%231a73e8&size=48