rename-a-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
rename-a-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

1 other variant in Fluent UI System Icons

Use the rename a icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.5 2a.48.48 0 0 1 .352.148A.48.48 0 0 1 15 2.5a.48.48 0 0 1-.148.352A.48.48 0 0 1 14.5 3H13v14h1.5a.48.48 0 0 1 .352.148a.48.48 0 0 1 .148.352a.48.48 0 0 1-.148.352a.48.48 0 0 1-.352.148h-4a.48.48 0 0 1-.352-.148A.48.48 0 0 1 10 17.5a.48.48 0 0 1 .148-.352A.48.48 0 0 1 10.5 17H12V3h-1.5a.48.48 0 0 1-.352-.148A.48.48 0 0 1 10 2.5a.48.48 0 0 1 .148-.352A.48.48 0 0 1 10.5 2zM11 16H5q-.625 0-1.164-.234a3.1 3.1 0 0 1-.953-.641A2.95 2.95 0 0 1 2 13V7q0-.617.234-1.164a3 3 0 0 1 .641-.953q.406-.406.953-.649Q4.375 3.992 5 4h6zm4-12q.618 0 1.164.234a3 3 0 0 1 1.602 1.602Q18.008 6.39 18 7v6q0 .625-.234 1.164q-.235.54-.641.953q-.406.414-.96.649A3 3 0 0 1 15 16h-1V4zM7 6a.5.5 0 0 0-.42.229l-.034.063l-2.75 6a.5.5 0 1 0 .908.416l.783-1.71L5.5 11h3l.012-.002l.784 1.71a.5.5 0 1 0 .908-.416l-2.75-6A.5.5 0 0 0 7 6m1.055 4h-2.11L7 7.698z"/></svg>

React

import type { SVGProps } from "react";

export function FluentRenameA20Filled(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="M14.5 2a.48.48 0 0 1 .352.148A.48.48 0 0 1 15 2.5a.48.48 0 0 1-.148.352A.48.48 0 0 1 14.5 3H13v14h1.5a.48.48 0 0 1 .352.148a.48.48 0 0 1 .148.352a.48.48 0 0 1-.148.352a.48.48 0 0 1-.352.148h-4a.48.48 0 0 1-.352-.148A.48.48 0 0 1 10 17.5a.48.48 0 0 1 .148-.352A.48.48 0 0 1 10.5 17H12V3h-1.5a.48.48 0 0 1-.352-.148A.48.48 0 0 1 10 2.5a.48.48 0 0 1 .148-.352A.48.48 0 0 1 10.5 2zM11 16H5q-.625 0-1.164-.234a3.1 3.1 0 0 1-.953-.641A2.95 2.95 0 0 1 2 13V7q0-.617.234-1.164a3 3 0 0 1 .641-.953q.406-.406.953-.649Q4.375 3.992 5 4h6zm4-12q.618 0 1.164.234a3 3 0 0 1 1.602 1.602Q18.008 6.39 18 7v6q0 .625-.234 1.164q-.235.54-.641.953q-.406.414-.96.649A3 3 0 0 1 15 16h-1V4zM7 6a.5.5 0 0 0-.42.229l-.034.063l-2.75 6a.5.5 0 1 0 .908.416l.783-1.71L5.5 11h3l.012-.002l.784 1.71a.5.5 0 1 0 .908-.416l-2.75-6A.5.5 0 0 0 7 6m1.055 4h-2.11L7 7.698z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.5 2a.48.48 0 0 1 .352.148A.48.48 0 0 1 15 2.5a.48.48 0 0 1-.148.352A.48.48 0 0 1 14.5 3H13v14h1.5a.48.48 0 0 1 .352.148a.48.48 0 0 1 .148.352a.48.48 0 0 1-.148.352a.48.48 0 0 1-.352.148h-4a.48.48 0 0 1-.352-.148A.48.48 0 0 1 10 17.5a.48.48 0 0 1 .148-.352A.48.48 0 0 1 10.5 17H12V3h-1.5a.48.48 0 0 1-.352-.148A.48.48 0 0 1 10 2.5a.48.48 0 0 1 .148-.352A.48.48 0 0 1 10.5 2zM11 16H5q-.625 0-1.164-.234a3.1 3.1 0 0 1-.953-.641A2.95 2.95 0 0 1 2 13V7q0-.617.234-1.164a3 3 0 0 1 .641-.953q.406-.406.953-.649Q4.375 3.992 5 4h6zm4-12q.618 0 1.164.234a3 3 0 0 1 1.602 1.602Q18.008 6.39 18 7v6q0 .625-.234 1.164q-.235.54-.641.953q-.406.414-.96.649A3 3 0 0 1 15 16h-1V4zM7 6a.5.5 0 0 0-.42.229l-.034.063l-2.75 6a.5.5 0 1 0 .908.416l.783-1.71L5.5 11h3l.012-.002l.784 1.71a.5.5 0 1 0 .908-.416l-2.75-6A.5.5 0 0 0 7 6m1.055 4h-2.11L7 7.698z"/></svg>
</template>

CSS

.icon-rename-a-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.5%202a.48.48%200%200%201%20.352.148A.48.48%200%200%201%2015%202.5a.48.48%200%200%201-.148.352A.48.48%200%200%201%2014.5%203H13v14h1.5a.48.48%200%200%201%20.352.148a.48.48%200%200%201%20.148.352a.48.48%200%200%201-.148.352a.48.48%200%200%201-.352.148h-4a.48.48%200%200%201-.352-.148A.48.48%200%200%201%2010%2017.5a.48.48%200%200%201%20.148-.352A.48.48%200%200%201%2010.5%2017H12V3h-1.5a.48.48%200%200%201-.352-.148A.48.48%200%200%201%2010%202.5a.48.48%200%200%201%20.148-.352A.48.48%200%200%201%2010.5%202zM11%2016H5q-.625%200-1.164-.234a3.1%203.1%200%200%201-.953-.641A2.95%202.95%200%200%201%202%2013V7q0-.617.234-1.164a3%203%200%200%201%20.641-.953q.406-.406.953-.649Q4.375%203.992%205%204h6zm4-12q.618%200%201.164.234a3%203%200%200%201%201.602%201.602Q18.008%206.39%2018%207v6q0%20.625-.234%201.164q-.235.54-.641.953q-.406.414-.96.649A3%203%200%200%201%2015%2016h-1V4zM7%206a.5.5%200%200%200-.42.229l-.034.063l-2.75%206a.5.5%200%201%200%20.908.416l.783-1.71L5.5%2011h3l.012-.002l.784%201.71a.5.5%200%201%200%20.908-.416l-2.75-6A.5.5%200%200%200%207%206m1.055%204h-2.11L7%207.698z%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%22M14.5%202a.48.48%200%200%201%20.352.148A.48.48%200%200%201%2015%202.5a.48.48%200%200%201-.148.352A.48.48%200%200%201%2014.5%203H13v14h1.5a.48.48%200%200%201%20.352.148a.48.48%200%200%201%20.148.352a.48.48%200%200%201-.148.352a.48.48%200%200%201-.352.148h-4a.48.48%200%200%201-.352-.148A.48.48%200%200%201%2010%2017.5a.48.48%200%200%201%20.148-.352A.48.48%200%200%201%2010.5%2017H12V3h-1.5a.48.48%200%200%201-.352-.148A.48.48%200%200%201%2010%202.5a.48.48%200%200%201%20.148-.352A.48.48%200%200%201%2010.5%202zM11%2016H5q-.625%200-1.164-.234a3.1%203.1%200%200%201-.953-.641A2.95%202.95%200%200%201%202%2013V7q0-.617.234-1.164a3%203%200%200%201%20.641-.953q.406-.406.953-.649Q4.375%203.992%205%204h6zm4-12q.618%200%201.164.234a3%203%200%200%201%201.602%201.602Q18.008%206.39%2018%207v6q0%20.625-.234%201.164q-.235.54-.641.953q-.406.414-.96.649A3%203%200%200%201%2015%2016h-1V4zM7%206a.5.5%200%200%200-.42.229l-.034.063l-2.75%206a.5.5%200%201%200%20.908.416l.783-1.71L5.5%2011h3l.012-.002l.784%201.71a.5.5%200%201%200%20.908-.416l-2.75-6A.5.5%200%200%200%207%206m1.055%204h-2.11L7%207.698z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/rename-a-20-filled.svg?color=%231a73e8&size=48