ai-edit-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
ai-edit-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the ai edit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.455 17.543L23.68 19l-3.225 1.456L19 23.68l-1.456-3.223L14.32 19l3.224-1.456L19 14.32zM22.415 6.5L8.294 20.62a3 3 0 0 1-2.122.88H1.5l.001-4.672a3 3 0 0 1 .878-2.121L16.5.585zM6.077 2.92L8.244 4L6.077 5.078L5 7.244L3.922 5.078L1.756 4l2.166-1.08L5 .756zM3.5 19.5h2.672a1 1 0 0 0 .707-.294L8.586 17.5L5.5 14.414L3.794 16.12a1 1 0 0 0-.293.707z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignAiEditFilled(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="M20.455 17.543L23.68 19l-3.225 1.456L19 23.68l-1.456-3.223L14.32 19l3.224-1.456L19 14.32zM22.415 6.5L8.294 20.62a3 3 0 0 1-2.122.88H1.5l.001-4.672a3 3 0 0 1 .878-2.121L16.5.585zM6.077 2.92L8.244 4L6.077 5.078L5 7.244L3.922 5.078L1.756 4l2.166-1.08L5 .756zM3.5 19.5h2.672a1 1 0 0 0 .707-.294L8.586 17.5L5.5 14.414L3.794 16.12a1 1 0 0 0-.293.707z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.455 17.543L23.68 19l-3.225 1.456L19 23.68l-1.456-3.223L14.32 19l3.224-1.456L19 14.32zM22.415 6.5L8.294 20.62a3 3 0 0 1-2.122.88H1.5l.001-4.672a3 3 0 0 1 .878-2.121L16.5.585zM6.077 2.92L8.244 4L6.077 5.078L5 7.244L3.922 5.078L1.756 4l2.166-1.08L5 .756zM3.5 19.5h2.672a1 1 0 0 0 .707-.294L8.586 17.5L5.5 14.414L3.794 16.12a1 1 0 0 0-.293.707z"/></svg>
</template>

CSS

.icon-ai-edit-filled {
  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%22M20.455%2017.543L23.68%2019l-3.225%201.456L19%2023.68l-1.456-3.223L14.32%2019l3.224-1.456L19%2014.32zM22.415%206.5L8.294%2020.62a3%203%200%200%201-2.122.88H1.5l.001-4.672a3%203%200%200%201%20.878-2.121L16.5.585zM6.077%202.92L8.244%204L6.077%205.078L5%207.244L3.922%205.078L1.756%204l2.166-1.08L5%20.756zM3.5%2019.5h2.672a1%201%200%200%200%20.707-.294L8.586%2017.5L5.5%2014.414L3.794%2016.12a1%201%200%200%200-.293.707z%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%22M20.455%2017.543L23.68%2019l-3.225%201.456L19%2023.68l-1.456-3.223L14.32%2019l3.224-1.456L19%2014.32zM22.415%206.5L8.294%2020.62a3%203%200%200%201-2.122.88H1.5l.001-4.672a3%203%200%200%201%20.878-2.121L16.5.585zM6.077%202.92L8.244%204L6.077%205.078L5%207.244L3.922%205.078L1.756%204l2.166-1.08L5%20.756zM3.5%2019.5h2.672a1%201%200%200%200%20.707-.294L8.586%2017.5L5.5%2014.414L3.794%2016.12a1%201%200%200%200-.293.707z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/ai-edit-filled.svg?color=%231a73e8&size=48