data bar vertical edit icon

data-bar-vertical-edit-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
data-bar-vertical-edit-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the data bar vertical edit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.81 10.548a1.87 1.87 0 1 1 2.644 2.644l-4.829 4.83a2.2 2.2 0 0 1-1.021.578l-1.498.375a.89.89 0 0 1-1.079-1.08l.374-1.497c.097-.387.297-.74.579-1.021zM5 9a2 2 0 0 1 2 2v4a2 2 0 1 1-4 0v-4a2 2 0 0 1 2-2m5-3a2 2 0 0 1 2 2v4.943l-1 1V8a1 1 0 1 0-2 0v7a1 1 0 0 0 .518.875a3 3 0 0 0-.085.28l-.176.7A2 2 0 0 1 8 15V8a2 2 0 0 1 2-2m-5 4a1 1 0 0 0-1 1v4a1 1 0 1 0 2 0v-4a1 1 0 0 0-1-1m10-7a2 2 0 0 1 2 2v4.006c-.342.016-.68.091-1 .228V5a1 1 0 1 0-2 0v5.943l-1 1V5a2 2 0 0 1 2-2"/></svg>

React

import type { SVGProps } from "react";

export function FluentDataBarVerticalEdit20Regular(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="M15.81 10.548a1.87 1.87 0 1 1 2.644 2.644l-4.829 4.83a2.2 2.2 0 0 1-1.021.578l-1.498.375a.89.89 0 0 1-1.079-1.08l.374-1.497c.097-.387.297-.74.579-1.021zM5 9a2 2 0 0 1 2 2v4a2 2 0 1 1-4 0v-4a2 2 0 0 1 2-2m5-3a2 2 0 0 1 2 2v4.943l-1 1V8a1 1 0 1 0-2 0v7a1 1 0 0 0 .518.875a3 3 0 0 0-.085.28l-.176.7A2 2 0 0 1 8 15V8a2 2 0 0 1 2-2m-5 4a1 1 0 0 0-1 1v4a1 1 0 1 0 2 0v-4a1 1 0 0 0-1-1m10-7a2 2 0 0 1 2 2v4.006c-.342.016-.68.091-1 .228V5a1 1 0 1 0-2 0v5.943l-1 1V5a2 2 0 0 1 2-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.81 10.548a1.87 1.87 0 1 1 2.644 2.644l-4.829 4.83a2.2 2.2 0 0 1-1.021.578l-1.498.375a.89.89 0 0 1-1.079-1.08l.374-1.497c.097-.387.297-.74.579-1.021zM5 9a2 2 0 0 1 2 2v4a2 2 0 1 1-4 0v-4a2 2 0 0 1 2-2m5-3a2 2 0 0 1 2 2v4.943l-1 1V8a1 1 0 1 0-2 0v7a1 1 0 0 0 .518.875a3 3 0 0 0-.085.28l-.176.7A2 2 0 0 1 8 15V8a2 2 0 0 1 2-2m-5 4a1 1 0 0 0-1 1v4a1 1 0 1 0 2 0v-4a1 1 0 0 0-1-1m10-7a2 2 0 0 1 2 2v4.006c-.342.016-.68.091-1 .228V5a1 1 0 1 0-2 0v5.943l-1 1V5a2 2 0 0 1 2-2"/></svg>
</template>

CSS

.icon-data-bar-vertical-edit-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%22M15.81%2010.548a1.87%201.87%200%201%201%202.644%202.644l-4.829%204.83a2.2%202.2%200%200%201-1.021.578l-1.498.375a.89.89%200%200%201-1.079-1.08l.374-1.497c.097-.387.297-.74.579-1.021zM5%209a2%202%200%200%201%202%202v4a2%202%200%201%201-4%200v-4a2%202%200%200%201%202-2m5-3a2%202%200%200%201%202%202v4.943l-1%201V8a1%201%200%201%200-2%200v7a1%201%200%200%200%20.518.875a3%203%200%200%200-.085.28l-.176.7A2%202%200%200%201%208%2015V8a2%202%200%200%201%202-2m-5%204a1%201%200%200%200-1%201v4a1%201%200%201%200%202%200v-4a1%201%200%200%200-1-1m10-7a2%202%200%200%201%202%202v4.006c-.342.016-.68.091-1%20.228V5a1%201%200%201%200-2%200v5.943l-1%201V5a2%202%200%200%201%202-2%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%22M15.81%2010.548a1.87%201.87%200%201%201%202.644%202.644l-4.829%204.83a2.2%202.2%200%200%201-1.021.578l-1.498.375a.89.89%200%200%201-1.079-1.08l.374-1.497c.097-.387.297-.74.579-1.021zM5%209a2%202%200%200%201%202%202v4a2%202%200%201%201-4%200v-4a2%202%200%200%201%202-2m5-3a2%202%200%200%201%202%202v4.943l-1%201V8a1%201%200%201%200-2%200v7a1%201%200%200%200%20.518.875a3%203%200%200%200-.085.28l-.176.7A2%202%200%200%201%208%2015V8a2%202%200%200%201%202-2m-5%204a1%201%200%200%200-1%201v4a1%201%200%201%200%202%200v-4a1%201%200%200%200-1-1m10-7a2%202%200%200%201%202%202v4.006c-.342.016-.68.091-1%20.228V5a1%201%200%201%200-2%200v5.943l-1%201V5a2%202%200%200%201%202-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/data-bar-vertical-edit-20-regular.svg?color=%231a73e8&size=48