text edit style icon
text-edit-style-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- text-edit-style-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
9 other variants in Fluent UI System Icons
The same icon in other sets
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 edit style icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.087 6.703a2.263 2.263 0 0 1 3.07-.126l.13.12l.126.137a2.28 2.28 0 0 1 0 2.951l-.12.13l-6.876 6.903a1.5 1.5 0 0 1-.547.35l-.157.048l-3.086.76a.5.5 0 0 1-.618-.526l.015-.084l.792-3.07a1.5 1.5 0 0 1 .283-.566l.106-.119zm2.494.702a1.263 1.263 0 0 0-1.683-.088l-.102.092l-6.882 6.908a.5.5 0 0 0-.1.145l-.03.083l-.583 2.26l2.273-.56a.5.5 0 0 0 .113-.043l.052-.031l.07-.058l6.875-6.903a1.277 1.277 0 0 0-.003-1.805M6.424 2.23l.042.084l2.982 7.63l-.772.774l-.672-1.719H4.007l-1.04 2.68a.5.5 0 0 1-.561.31l-.087-.025a.5.5 0 0 1-.31-.56l.025-.087l3.5-9.002a.5.5 0 0 1 .89-.085m-.423 1.64L4.396 7.998h3.218z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextEditStyle20Regular(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="M14.087 6.703a2.263 2.263 0 0 1 3.07-.126l.13.12l.126.137a2.28 2.28 0 0 1 0 2.951l-.12.13l-6.876 6.903a1.5 1.5 0 0 1-.547.35l-.157.048l-3.086.76a.5.5 0 0 1-.618-.526l.015-.084l.792-3.07a1.5 1.5 0 0 1 .283-.566l.106-.119zm2.494.702a1.263 1.263 0 0 0-1.683-.088l-.102.092l-6.882 6.908a.5.5 0 0 0-.1.145l-.03.083l-.583 2.26l2.273-.56a.5.5 0 0 0 .113-.043l.052-.031l.07-.058l6.875-6.903a1.277 1.277 0 0 0-.003-1.805M6.424 2.23l.042.084l2.982 7.63l-.772.774l-.672-1.719H4.007l-1.04 2.68a.5.5 0 0 1-.561.31l-.087-.025a.5.5 0 0 1-.31-.56l.025-.087l3.5-9.002a.5.5 0 0 1 .89-.085m-.423 1.64L4.396 7.998h3.218z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.087 6.703a2.263 2.263 0 0 1 3.07-.126l.13.12l.126.137a2.28 2.28 0 0 1 0 2.951l-.12.13l-6.876 6.903a1.5 1.5 0 0 1-.547.35l-.157.048l-3.086.76a.5.5 0 0 1-.618-.526l.015-.084l.792-3.07a1.5 1.5 0 0 1 .283-.566l.106-.119zm2.494.702a1.263 1.263 0 0 0-1.683-.088l-.102.092l-6.882 6.908a.5.5 0 0 0-.1.145l-.03.083l-.583 2.26l2.273-.56a.5.5 0 0 0 .113-.043l.052-.031l.07-.058l6.875-6.903a1.277 1.277 0 0 0-.003-1.805M6.424 2.23l.042.084l2.982 7.63l-.772.774l-.672-1.719H4.007l-1.04 2.68a.5.5 0 0 1-.561.31l-.087-.025a.5.5 0 0 1-.31-.56l.025-.087l3.5-9.002a.5.5 0 0 1 .89-.085m-.423 1.64L4.396 7.998h3.218z"/></svg> </template>
CSS
.icon-text-edit-style-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%22M14.087%206.703a2.263%202.263%200%200%201%203.07-.126l.13.12l.126.137a2.28%202.28%200%200%201%200%202.951l-.12.13l-6.876%206.903a1.5%201.5%200%200%201-.547.35l-.157.048l-3.086.76a.5.5%200%200%201-.618-.526l.015-.084l.792-3.07a1.5%201.5%200%200%201%20.283-.566l.106-.119zm2.494.702a1.263%201.263%200%200%200-1.683-.088l-.102.092l-6.882%206.908a.5.5%200%200%200-.1.145l-.03.083l-.583%202.26l2.273-.56a.5.5%200%200%200%20.113-.043l.052-.031l.07-.058l6.875-6.903a1.277%201.277%200%200%200-.003-1.805M6.424%202.23l.042.084l2.982%207.63l-.772.774l-.672-1.719H4.007l-1.04%202.68a.5.5%200%200%201-.561.31l-.087-.025a.5.5%200%200%201-.31-.56l.025-.087l3.5-9.002a.5.5%200%200%201%20.89-.085m-.423%201.64L4.396%207.998h3.218z%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%22M14.087%206.703a2.263%202.263%200%200%201%203.07-.126l.13.12l.126.137a2.28%202.28%200%200%201%200%202.951l-.12.13l-6.876%206.903a1.5%201.5%200%200%201-.547.35l-.157.048l-3.086.76a.5.5%200%200%201-.618-.526l.015-.084l.792-3.07a1.5%201.5%200%200%201%20.283-.566l.106-.119zm2.494.702a1.263%201.263%200%200%200-1.683-.088l-.102.092l-6.882%206.908a.5.5%200%200%200-.1.145l-.03.083l-.583%202.26l2.273-.56a.5.5%200%200%200%20.113-.043l.052-.031l.07-.058l6.875-6.903a1.277%201.277%200%200%200-.003-1.805M6.424%202.23l.042.084l2.982%207.63l-.772.774l-.672-1.719H4.007l-1.04%202.68a.5.5%200%200%201-.561.31l-.087-.025a.5.5%200%200%201-.31-.56l.025-.087l3.5-9.002a.5.5%200%200%201%20.89-.085m-.423%201.64L4.396%207.998h3.218z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/text-edit-style-20-regular.svg?color=%231a73e8&size=48