file edit icon
file-edit from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- file-edit
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Prime Icons
Use the file edit icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 18.75H6.5c-.69 0-1.25-.56-1.25-1.25v-12c0-.69.56-1.25 1.25-1.25h3.75V9c0 .41.34.75.75.75h4.8c.1.29.37.5.7.5c.41 0 .75-.34.75-.75V9a.78.78 0 0 0-.22-.53l-5.5-5.5a.78.78 0 0 0-.53-.22H6.5c-1.52 0-2.75 1.23-2.75 2.75v12c0 1.52 1.23 2.75 2.75 2.75H8c.41 0 .75-.34.75-.75s-.34-.75-.75-.75m3.75-13.44l2.94 2.94h-2.94zm7.86 6.06c-.38-.38-.94-.61-1.52-.62c-.6-.03-1.17.2-1.55.59l-6.39 6.4c-.13.13-.2.29-.22.47l-.18 2.23c-.02.22.06.44.22.59c.14.14.33.22.53.22h.07l2.25-.21a.74.74 0 0 0 .46-.22l6.39-6.4c.8-.79.77-2.22-.06-3.05m-1 1.99l-6.2 6.21l-1.09.1l.08-1.06l6.2-6.21c.1-.1.28-.14.46-.15c.2 0 .38.07.49.18c.24.23.27.72.06.93"/></svg>
React
import type { SVGProps } from "react";
export function PrimeFileEdit(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="M8 18.75H6.5c-.69 0-1.25-.56-1.25-1.25v-12c0-.69.56-1.25 1.25-1.25h3.75V9c0 .41.34.75.75.75h4.8c.1.29.37.5.7.5c.41 0 .75-.34.75-.75V9a.78.78 0 0 0-.22-.53l-5.5-5.5a.78.78 0 0 0-.53-.22H6.5c-1.52 0-2.75 1.23-2.75 2.75v12c0 1.52 1.23 2.75 2.75 2.75H8c.41 0 .75-.34.75-.75s-.34-.75-.75-.75m3.75-13.44l2.94 2.94h-2.94zm7.86 6.06c-.38-.38-.94-.61-1.52-.62c-.6-.03-1.17.2-1.55.59l-6.39 6.4c-.13.13-.2.29-.22.47l-.18 2.23c-.02.22.06.44.22.59c.14.14.33.22.53.22h.07l2.25-.21a.74.74 0 0 0 .46-.22l6.39-6.4c.8-.79.77-2.22-.06-3.05m-1 1.99l-6.2 6.21l-1.09.1l.08-1.06l6.2-6.21c.1-.1.28-.14.46-.15c.2 0 .38.07.49.18c.24.23.27.72.06.93"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 18.75H6.5c-.69 0-1.25-.56-1.25-1.25v-12c0-.69.56-1.25 1.25-1.25h3.75V9c0 .41.34.75.75.75h4.8c.1.29.37.5.7.5c.41 0 .75-.34.75-.75V9a.78.78 0 0 0-.22-.53l-5.5-5.5a.78.78 0 0 0-.53-.22H6.5c-1.52 0-2.75 1.23-2.75 2.75v12c0 1.52 1.23 2.75 2.75 2.75H8c.41 0 .75-.34.75-.75s-.34-.75-.75-.75m3.75-13.44l2.94 2.94h-2.94zm7.86 6.06c-.38-.38-.94-.61-1.52-.62c-.6-.03-1.17.2-1.55.59l-6.39 6.4c-.13.13-.2.29-.22.47l-.18 2.23c-.02.22.06.44.22.59c.14.14.33.22.53.22h.07l2.25-.21a.74.74 0 0 0 .46-.22l6.39-6.4c.8-.79.77-2.22-.06-3.05m-1 1.99l-6.2 6.21l-1.09.1l.08-1.06l6.2-6.21c.1-.1.28-.14.46-.15c.2 0 .38.07.49.18c.24.23.27.72.06.93"/></svg> </template>
CSS
.icon-file-edit {
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%22M8%2018.75H6.5c-.69%200-1.25-.56-1.25-1.25v-12c0-.69.56-1.25%201.25-1.25h3.75V9c0%20.41.34.75.75.75h4.8c.1.29.37.5.7.5c.41%200%20.75-.34.75-.75V9a.78.78%200%200%200-.22-.53l-5.5-5.5a.78.78%200%200%200-.53-.22H6.5c-1.52%200-2.75%201.23-2.75%202.75v12c0%201.52%201.23%202.75%202.75%202.75H8c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75m3.75-13.44l2.94%202.94h-2.94zm7.86%206.06c-.38-.38-.94-.61-1.52-.62c-.6-.03-1.17.2-1.55.59l-6.39%206.4c-.13.13-.2.29-.22.47l-.18%202.23c-.02.22.06.44.22.59c.14.14.33.22.53.22h.07l2.25-.21a.74.74%200%200%200%20.46-.22l6.39-6.4c.8-.79.77-2.22-.06-3.05m-1%201.99l-6.2%206.21l-1.09.1l.08-1.06l6.2-6.21c.1-.1.28-.14.46-.15c.2%200%20.38.07.49.18c.24.23.27.72.06.93%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%22M8%2018.75H6.5c-.69%200-1.25-.56-1.25-1.25v-12c0-.69.56-1.25%201.25-1.25h3.75V9c0%20.41.34.75.75.75h4.8c.1.29.37.5.7.5c.41%200%20.75-.34.75-.75V9a.78.78%200%200%200-.22-.53l-5.5-5.5a.78.78%200%200%200-.53-.22H6.5c-1.52%200-2.75%201.23-2.75%202.75v12c0%201.52%201.23%202.75%202.75%202.75H8c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75m3.75-13.44l2.94%202.94h-2.94zm7.86%206.06c-.38-.38-.94-.61-1.52-.62c-.6-.03-1.17.2-1.55.59l-6.39%206.4c-.13.13-.2.29-.22.47l-.18%202.23c-.02.22.06.44.22.59c.14.14.33.22.53.22h.07l2.25-.21a.74.74%200%200%200%20.46-.22l6.39-6.4c.8-.79.77-2.22-.06-3.05m-1%201.99l-6.2%206.21l-1.09.1l.08-1.06l6.2-6.21c.1-.1.28-.14.46-.15c.2%200%20.38.07.49.18c.24.23.27.72.06.93%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/file-edit.svg?color=%231a73e8&size=48