rebase-edit-outline-sharp from Material Symbols by Google · Outline Sharp · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
rebase-edit-outline-sharp
Set
Material Symbols
Style
Outline Sharp
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the rebase edit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 22v-4.1l8.775-8.725l4.05 4.075L14.1 22zm9.925-8.7l-1.25-1.225zM12 20h1.25l4.05-4.05l-.625-.625l-.625-.625L12 18.75zm4.675-4.675l-.625-.625zl.625.625zM10.75 9.25l-1.4-1.425L11.175 6h-3.35q-.225.65-.7 1.125T6 7.825v8.35q.875.325 1.438 1.088T8 19q0 1.25-.875 2.125T5 22t-2.125-.875T2 19q0-.975.563-1.725T4 16.2V7.825Q3.125 7.5 2.563 6.737T2 5q0-1.25.875-2.125T5 2q.975 0 1.738.563T7.825 4h3.35L9.35 2.175L10.75.75L15 5zm10.375-6.375Q22 3.75 22 5t-.875 2.125T19 8t-2.125-.875T16 5t.875-2.125T19 2t2.125.875M5 20q.425 0 .713-.288T6 19t-.288-.712T5 18t-.712.288T4 19t.288.713T5 20M5 6q.425 0 .713-.288T6 5t-.288-.712T5 4t-.712.288T4 5t.288.713T5 6m14 0q.425 0 .713-.288T20 5t-.288-.712T19 4t-.712.288T18 5t.288.713T19 6m0-1"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRebaseEditOutlineSharp(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="M10 22v-4.1l8.775-8.725l4.05 4.075L14.1 22zm9.925-8.7l-1.25-1.225zM12 20h1.25l4.05-4.05l-.625-.625l-.625-.625L12 18.75zm4.675-4.675l-.625-.625zl.625.625zM10.75 9.25l-1.4-1.425L11.175 6h-3.35q-.225.65-.7 1.125T6 7.825v8.35q.875.325 1.438 1.088T8 19q0 1.25-.875 2.125T5 22t-2.125-.875T2 19q0-.975.563-1.725T4 16.2V7.825Q3.125 7.5 2.563 6.737T2 5q0-1.25.875-2.125T5 2q.975 0 1.738.563T7.825 4h3.35L9.35 2.175L10.75.75L15 5zm10.375-6.375Q22 3.75 22 5t-.875 2.125T19 8t-2.125-.875T16 5t.875-2.125T19 2t2.125.875M5 20q.425 0 .713-.288T6 19t-.288-.712T5 18t-.712.288T4 19t.288.713T5 20M5 6q.425 0 .713-.288T6 5t-.288-.712T5 4t-.712.288T4 5t.288.713T5 6m14 0q.425 0 .713-.288T20 5t-.288-.712T19 4t-.712.288T18 5t.288.713T19 6m0-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 22v-4.1l8.775-8.725l4.05 4.075L14.1 22zm9.925-8.7l-1.25-1.225zM12 20h1.25l4.05-4.05l-.625-.625l-.625-.625L12 18.75zm4.675-4.675l-.625-.625zl.625.625zM10.75 9.25l-1.4-1.425L11.175 6h-3.35q-.225.65-.7 1.125T6 7.825v8.35q.875.325 1.438 1.088T8 19q0 1.25-.875 2.125T5 22t-2.125-.875T2 19q0-.975.563-1.725T4 16.2V7.825Q3.125 7.5 2.563 6.737T2 5q0-1.25.875-2.125T5 2q.975 0 1.738.563T7.825 4h3.35L9.35 2.175L10.75.75L15 5zm10.375-6.375Q22 3.75 22 5t-.875 2.125T19 8t-2.125-.875T16 5t.875-2.125T19 2t2.125.875M5 20q.425 0 .713-.288T6 19t-.288-.712T5 18t-.712.288T4 19t.288.713T5 20M5 6q.425 0 .713-.288T6 5t-.288-.712T5 4t-.712.288T4 5t.288.713T5 6m14 0q.425 0 .713-.288T20 5t-.288-.712T19 4t-.712.288T18 5t.288.713T19 6m0-1"/></svg>
</template>

CSS

.icon-rebase-edit-outline-sharp {
  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%22M10%2022v-4.1l8.775-8.725l4.05%204.075L14.1%2022zm9.925-8.7l-1.25-1.225zM12%2020h1.25l4.05-4.05l-.625-.625l-.625-.625L12%2018.75zm4.675-4.675l-.625-.625zl.625.625zM10.75%209.25l-1.4-1.425L11.175%206h-3.35q-.225.65-.7%201.125T6%207.825v8.35q.875.325%201.438%201.088T8%2019q0%201.25-.875%202.125T5%2022t-2.125-.875T2%2019q0-.975.563-1.725T4%2016.2V7.825Q3.125%207.5%202.563%206.737T2%205q0-1.25.875-2.125T5%202q.975%200%201.738.563T7.825%204h3.35L9.35%202.175L10.75.75L15%205zm10.375-6.375Q22%203.75%2022%205t-.875%202.125T19%208t-2.125-.875T16%205t.875-2.125T19%202t2.125.875M5%2020q.425%200%20.713-.288T6%2019t-.288-.712T5%2018t-.712.288T4%2019t.288.713T5%2020M5%206q.425%200%20.713-.288T6%205t-.288-.712T5%204t-.712.288T4%205t.288.713T5%206m14%200q.425%200%20.713-.288T20%205t-.288-.712T19%204t-.712.288T18%205t.288.713T19%206m0-1%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%22M10%2022v-4.1l8.775-8.725l4.05%204.075L14.1%2022zm9.925-8.7l-1.25-1.225zM12%2020h1.25l4.05-4.05l-.625-.625l-.625-.625L12%2018.75zm4.675-4.675l-.625-.625zl.625.625zM10.75%209.25l-1.4-1.425L11.175%206h-3.35q-.225.65-.7%201.125T6%207.825v8.35q.875.325%201.438%201.088T8%2019q0%201.25-.875%202.125T5%2022t-2.125-.875T2%2019q0-.975.563-1.725T4%2016.2V7.825Q3.125%207.5%202.563%206.737T2%205q0-1.25.875-2.125T5%202q.975%200%201.738.563T7.825%204h3.35L9.35%202.175L10.75.75L15%205zm10.375-6.375Q22%203.75%2022%205t-.875%202.125T19%208t-2.125-.875T16%205t.875-2.125T19%202t2.125.875M5%2020q.425%200%20.713-.288T6%2019t-.288-.712T5%2018t-.712.288T4%2019t.288.713T5%2020M5%206q.425%200%20.713-.288T6%205t-.288-.712T5%204t-.712.288T4%205t.288.713T5%206m14%200q.425%200%20.713-.288T20%205t-.288-.712T19%204t-.712.288T18%205t.288.713T19%206m0-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/rebase-edit-outline-sharp.svg?color=%231a73e8&size=48