text edit style icon
text-edit-style-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.
- Name
- text-edit-style-32-light
- Set
- Fluent UI System Icons
- Style
- 32 Light
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M10.427 2.625c-.337-.833-1.517-.833-1.854 0L3.037 16.312a.5.5 0 0 0 .927.375L5.859 12h7.282l1.736 4.293l.768-.768zM12.737 11H6.263L9.5 3zm15.08.182a4.036 4.036 0 0 0-5.707 0L11.514 21.779c-.3.3-.52.672-.636 1.08l-1.859 6.504a.5.5 0 0 0 .619.618l6.5-1.858a2.5 2.5 0 0 0 1.081-.636L27.817 16.89a4.036 4.036 0 0 0 0-5.707m-5 .707a3.035 3.035 0 1 1 4.293 4.293L16.512 26.78c-.18.18-.404.312-.649.382l-5.635 1.61l1.611-5.638a1.5 1.5 0 0 1 .382-.648z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextEditStyle32Light(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.427 2.625c-.337-.833-1.517-.833-1.854 0L3.037 16.312a.5.5 0 0 0 .927.375L5.859 12h7.282l1.736 4.293l.768-.768zM12.737 11H6.263L9.5 3zm15.08.182a4.036 4.036 0 0 0-5.707 0L11.514 21.779c-.3.3-.52.672-.636 1.08l-1.859 6.504a.5.5 0 0 0 .619.618l6.5-1.858a2.5 2.5 0 0 0 1.081-.636L27.817 16.89a4.036 4.036 0 0 0 0-5.707m-5 .707a3.035 3.035 0 1 1 4.293 4.293L16.512 26.78c-.18.18-.404.312-.649.382l-5.635 1.61l1.611-5.638a1.5 1.5 0 0 1 .382-.648z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.427 2.625c-.337-.833-1.517-.833-1.854 0L3.037 16.312a.5.5 0 0 0 .927.375L5.859 12h7.282l1.736 4.293l.768-.768zM12.737 11H6.263L9.5 3zm15.08.182a4.036 4.036 0 0 0-5.707 0L11.514 21.779c-.3.3-.52.672-.636 1.08l-1.859 6.504a.5.5 0 0 0 .619.618l6.5-1.858a2.5 2.5 0 0 0 1.081-.636L27.817 16.89a4.036 4.036 0 0 0 0-5.707m-5 .707a3.035 3.035 0 1 1 4.293 4.293L16.512 26.78c-.18.18-.404.312-.649.382l-5.635 1.61l1.611-5.638a1.5 1.5 0 0 1 .382-.648z"/></svg> </template>
CSS
.icon-text-edit-style-32-light {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.427%202.625c-.337-.833-1.517-.833-1.854%200L3.037%2016.312a.5.5%200%200%200%20.927.375L5.859%2012h7.282l1.736%204.293l.768-.768zM12.737%2011H6.263L9.5%203zm15.08.182a4.036%204.036%200%200%200-5.707%200L11.514%2021.779c-.3.3-.52.672-.636%201.08l-1.859%206.504a.5.5%200%200%200%20.619.618l6.5-1.858a2.5%202.5%200%200%200%201.081-.636L27.817%2016.89a4.036%204.036%200%200%200%200-5.707m-5%20.707a3.035%203.035%200%201%201%204.293%204.293L16.512%2026.78c-.18.18-.404.312-.649.382l-5.635%201.61l1.611-5.638a1.5%201.5%200%200%201%20.382-.648z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.427%202.625c-.337-.833-1.517-.833-1.854%200L3.037%2016.312a.5.5%200%200%200%20.927.375L5.859%2012h7.282l1.736%204.293l.768-.768zM12.737%2011H6.263L9.5%203zm15.08.182a4.036%204.036%200%200%200-5.707%200L11.514%2021.779c-.3.3-.52.672-.636%201.08l-1.859%206.504a.5.5%200%200%200%20.619.618l6.5-1.858a2.5%202.5%200%200%200%201.081-.636L27.817%2016.89a4.036%204.036%200%200%200%200-5.707m-5%20.707a3.035%203.035%200%201%201%204.293%204.293L16.512%2026.78c-.18.18-.404.312-.649.382l-5.635%201.61l1.611-5.638a1.5%201.5%200%200%201%20.382-.648z%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-32-light.svg?color=%231a73e8&size=48