file change icon
file-change from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- file-change
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the file change icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.81 24.32C28.66 25.56 27.56 26 26.55 26c-1.16 0-2.21-.58-3.09-1.22c-1.99-1.41-2.86-.77-3.73.16l-1.46-1.37c1.19-1.27 3.15-2.7 6.35-.41c1.47 1.05 2.36 1.27 3.72-.2zM8 28h16v2H8c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c.27 0 .52.11.71.29l7 7c.18.19.29.44.29.71v10h-2v-8h-6c-1.1 0-2-.9-2-2V4H8zM18 4.41V10h5.59z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonFileChange(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="M29.81 24.32C28.66 25.56 27.56 26 26.55 26c-1.16 0-2.21-.58-3.09-1.22c-1.99-1.41-2.86-.77-3.73.16l-1.46-1.37c1.19-1.27 3.15-2.7 6.35-.41c1.47 1.05 2.36 1.27 3.72-.2zM8 28h16v2H8c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c.27 0 .52.11.71.29l7 7c.18.19.29.44.29.71v10h-2v-8h-6c-1.1 0-2-.9-2-2V4H8zM18 4.41V10h5.59z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.81 24.32C28.66 25.56 27.56 26 26.55 26c-1.16 0-2.21-.58-3.09-1.22c-1.99-1.41-2.86-.77-3.73.16l-1.46-1.37c1.19-1.27 3.15-2.7 6.35-.41c1.47 1.05 2.36 1.27 3.72-.2zM8 28h16v2H8c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c.27 0 .52.11.71.29l7 7c.18.19.29.44.29.71v10h-2v-8h-6c-1.1 0-2-.9-2-2V4H8zM18 4.41V10h5.59z"/></svg> </template>
CSS
.icon-file-change {
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%22M29.81%2024.32C28.66%2025.56%2027.56%2026%2026.55%2026c-1.16%200-2.21-.58-3.09-1.22c-1.99-1.41-2.86-.77-3.73.16l-1.46-1.37c1.19-1.27%203.15-2.7%206.35-.41c1.47%201.05%202.36%201.27%203.72-.2zM8%2028h16v2H8c-1.1%200-2-.9-2-2V4c0-1.1.9-2%202-2h10c.27%200%20.52.11.71.29l7%207c.18.19.29.44.29.71v10h-2v-8h-6c-1.1%200-2-.9-2-2V4H8zM18%204.41V10h5.59z%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%22M29.81%2024.32C28.66%2025.56%2027.56%2026%2026.55%2026c-1.16%200-2.21-.58-3.09-1.22c-1.99-1.41-2.86-.77-3.73.16l-1.46-1.37c1.19-1.27%203.15-2.7%206.35-.41c1.47%201.05%202.36%201.27%203.72-.2zM8%2028h16v2H8c-1.1%200-2-.9-2-2V4c0-1.1.9-2%202-2h10c.27%200%20.52.11.71.29l7%207c.18.19.29.44.29.71v10h-2v-8h-6c-1.1%200-2-.9-2-2V4H8zM18%204.41V10h5.59z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/file-change.svg?color=%231a73e8&size=48