round drive file rename icon

round-drive-file-rename-outline from Google Material Icons by Material Design Authors · Outline · File · Apache-2.0 Free for personal and commercial use.

Name
round-drive-file-rename-outline
Set
Google Material Icons
Style
Outline
Category
File
Viewbox
24×24
License
Apache 2.0

More file icons from Google Material Icons

Use the round drive file rename icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15 16l-4 4h8c1.1 0 2-.9 2-2s-.9-2-2-2zm-2.94-8.81l-8.77 8.77c-.18.18-.29.44-.29.7V19c0 .55.45 1 1 1h2.34c.27 0 .52-.11.71-.29l8.77-8.77zm6.65.85a.996.996 0 0 0 0-1.41l-2.34-2.34a.996.996 0 0 0-1.41 0l-1.83 1.83l3.75 3.75z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundDriveFileRenameOutline(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="m15 16l-4 4h8c1.1 0 2-.9 2-2s-.9-2-2-2zm-2.94-8.81l-8.77 8.77c-.18.18-.29.44-.29.7V19c0 .55.45 1 1 1h2.34c.27 0 .52-.11.71-.29l8.77-8.77zm6.65.85a.996.996 0 0 0 0-1.41l-2.34-2.34a.996.996 0 0 0-1.41 0l-1.83 1.83l3.75 3.75z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15 16l-4 4h8c1.1 0 2-.9 2-2s-.9-2-2-2zm-2.94-8.81l-8.77 8.77c-.18.18-.29.44-.29.7V19c0 .55.45 1 1 1h2.34c.27 0 .52-.11.71-.29l8.77-8.77zm6.65.85a.996.996 0 0 0 0-1.41l-2.34-2.34a.996.996 0 0 0-1.41 0l-1.83 1.83l3.75 3.75z"/></svg>
</template>

CSS

.icon-round-drive-file-rename-outline {
  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%22m15%2016l-4%204h8c1.1%200%202-.9%202-2s-.9-2-2-2zm-2.94-8.81l-8.77%208.77c-.18.18-.29.44-.29.7V19c0%20.55.45%201%201%201h2.34c.27%200%20.52-.11.71-.29l8.77-8.77zm6.65.85a.996.996%200%200%200%200-1.41l-2.34-2.34a.996.996%200%200%200-1.41%200l-1.83%201.83l3.75%203.75z%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%22m15%2016l-4%204h8c1.1%200%202-.9%202-2s-.9-2-2-2zm-2.94-8.81l-8.77%208.77c-.18.18-.29.44-.29.7V19c0%20.55.45%201%201%201h2.34c.27%200%20.52-.11.71-.29l8.77-8.77zm6.65.85a.996.996%200%200%200%200-1.41l-2.34-2.34a.996.996%200%200%200-1.41%200l-1.83%201.83l3.75%203.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-drive-file-rename-outline.svg?color=%231a73e8&size=48