text-edit-style-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
text-edit-style-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

9 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the text edit style icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5 2a.5.5 0 0 1 .471.332l1.862 5.214l-.782.782L6.076 7H3.924L2.97 9.668a.5.5 0 0 1-.942-.336l2.5-7A.5.5 0 0 1 5 2m.72 4L5 3.987L4.281 6zm7.72-.438a1.914 1.914 0 0 0-2.708 0l-4.657 4.657a2.5 2.5 0 0 0-.684 1.277l-.381 1.906a.5.5 0 0 0 .588.589l1.906-.382a2.5 2.5 0 0 0 1.278-.683l4.657-4.657a1.915 1.915 0 0 0 0-2.707m-2.001.707a.914.914 0 1 1 1.293 1.293L8.075 12.22a1.5 1.5 0 0 1-.767.41l-1.17.234l.234-1.17a1.5 1.5 0 0 1 .41-.767z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextEditStyle16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5 2a.5.5 0 0 1 .471.332l1.862 5.214l-.782.782L6.076 7H3.924L2.97 9.668a.5.5 0 0 1-.942-.336l2.5-7A.5.5 0 0 1 5 2m.72 4L5 3.987L4.281 6zm7.72-.438a1.914 1.914 0 0 0-2.708 0l-4.657 4.657a2.5 2.5 0 0 0-.684 1.277l-.381 1.906a.5.5 0 0 0 .588.589l1.906-.382a2.5 2.5 0 0 0 1.278-.683l4.657-4.657a1.915 1.915 0 0 0 0-2.707m-2.001.707a.914.914 0 1 1 1.293 1.293L8.075 12.22a1.5 1.5 0 0 1-.767.41l-1.17.234l.234-1.17a1.5 1.5 0 0 1 .41-.767z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5 2a.5.5 0 0 1 .471.332l1.862 5.214l-.782.782L6.076 7H3.924L2.97 9.668a.5.5 0 0 1-.942-.336l2.5-7A.5.5 0 0 1 5 2m.72 4L5 3.987L4.281 6zm7.72-.438a1.914 1.914 0 0 0-2.708 0l-4.657 4.657a2.5 2.5 0 0 0-.684 1.277l-.381 1.906a.5.5 0 0 0 .588.589l1.906-.382a2.5 2.5 0 0 0 1.278-.683l4.657-4.657a1.915 1.915 0 0 0 0-2.707m-2.001.707a.914.914 0 1 1 1.293 1.293L8.075 12.22a1.5 1.5 0 0 1-.767.41l-1.17.234l.234-1.17a1.5 1.5 0 0 1 .41-.767z"/></svg>
</template>

CSS

.icon-text-edit-style-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%202a.5.5%200%200%201%20.471.332l1.862%205.214l-.782.782L6.076%207H3.924L2.97%209.668a.5.5%200%200%201-.942-.336l2.5-7A.5.5%200%200%201%205%202m.72%204L5%203.987L4.281%206zm7.72-.438a1.914%201.914%200%200%200-2.708%200l-4.657%204.657a2.5%202.5%200%200%200-.684%201.277l-.381%201.906a.5.5%200%200%200%20.588.589l1.906-.382a2.5%202.5%200%200%200%201.278-.683l4.657-4.657a1.915%201.915%200%200%200%200-2.707m-2.001.707a.914.914%200%201%201%201.293%201.293L8.075%2012.22a1.5%201.5%200%200%201-.767.41l-1.17.234l.234-1.17a1.5%201.5%200%200%201%20.41-.767z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%202a.5.5%200%200%201%20.471.332l1.862%205.214l-.782.782L6.076%207H3.924L2.97%209.668a.5.5%200%200%201-.942-.336l2.5-7A.5.5%200%200%201%205%202m.72%204L5%203.987L4.281%206zm7.72-.438a1.914%201.914%200%200%200-2.708%200l-4.657%204.657a2.5%202.5%200%200%200-.684%201.277l-.381%201.906a.5.5%200%200%200%20.588.589l1.906-.382a2.5%202.5%200%200%200%201.278-.683l4.657-4.657a1.915%201.915%200%200%200%200-2.707m-2.001.707a.914.914%200%201%201%201.293%201.293L8.075%2012.22a1.5%201.5%200%200%201-.767.41l-1.17.234l.234-1.17a1.5%201.5%200%200%201%20.41-.767z%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-16-regular.svg?color=%231a73e8&size=48