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

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

5 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

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="M11.192 20.23v-2.58l6.985-6.973q.154-.146.34-.22q.185-.072.374-.072q.188 0 .377.063t.336.21l1.071 1.038q.16.166.233.355q.073.19.092.391q.02.202-.057.392q-.076.189-.235.355l-7.031 7.042zm8.79-7.738l-1.076-1.129zm-7.79 6.739h1.058l4.723-4.723l-.529-.53l-.586-.566l-4.666 4.665zm5.252-5.252l-.586-.567zl.529.529zM10.75 9.308l-.708-.714l2.344-2.325H7.71q-.148.535-.527.914q-.38.378-.914.526v8.582q.645.17 1.072.702t.428 1.238q0 .833-.582 1.417q-.582.583-1.413.583t-1.418-.583t-.587-1.417q0-.706.428-1.235t1.072-.7V7.71q-.644-.171-1.072-.703t-.428-1.238q0-.833.583-1.416q.584-.584 1.417-.584q.706 0 1.238.428q.531.428.702 1.072h4.678l-2.345-2.325l.708-.713l3.539 3.538zm8.894-4.957q.587.582.587 1.414t-.582 1.418t-1.414.586t-1.418-.582t-.586-1.413t.582-1.418t1.413-.587t1.418.582M5.77 19.231q.425 0 .713-.288t.287-.712t-.287-.713t-.713-.287t-.712.287t-.288.713t.288.712t.712.288m0-12.462q.425 0 .713-.287t.287-.713t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287m12.462 0q.425 0 .712-.287t.288-.713t-.288-.712t-.712-.288t-.713.288t-.287.712t.287.713t.713.287m0-1"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightRebaseEditOutline(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="M11.192 20.23v-2.58l6.985-6.973q.154-.146.34-.22q.185-.072.374-.072q.188 0 .377.063t.336.21l1.071 1.038q.16.166.233.355q.073.19.092.391q.02.202-.057.392q-.076.189-.235.355l-7.031 7.042zm8.79-7.738l-1.076-1.129zm-7.79 6.739h1.058l4.723-4.723l-.529-.53l-.586-.566l-4.666 4.665zm5.252-5.252l-.586-.567zl.529.529zM10.75 9.308l-.708-.714l2.344-2.325H7.71q-.148.535-.527.914q-.38.378-.914.526v8.582q.645.17 1.072.702t.428 1.238q0 .833-.582 1.417q-.582.583-1.413.583t-1.418-.583t-.587-1.417q0-.706.428-1.235t1.072-.7V7.71q-.644-.171-1.072-.703t-.428-1.238q0-.833.583-1.416q.584-.584 1.417-.584q.706 0 1.238.428q.531.428.702 1.072h4.678l-2.345-2.325l.708-.713l3.539 3.538zm8.894-4.957q.587.582.587 1.414t-.582 1.418t-1.414.586t-1.418-.582t-.586-1.413t.582-1.418t1.413-.587t1.418.582M5.77 19.231q.425 0 .713-.288t.287-.712t-.287-.713t-.713-.287t-.712.287t-.288.713t.288.712t.712.288m0-12.462q.425 0 .713-.287t.287-.713t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287m12.462 0q.425 0 .712-.287t.288-.713t-.288-.712t-.712-.288t-.713.288t-.287.712t.287.713t.713.287m0-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="M11.192 20.23v-2.58l6.985-6.973q.154-.146.34-.22q.185-.072.374-.072q.188 0 .377.063t.336.21l1.071 1.038q.16.166.233.355q.073.19.092.391q.02.202-.057.392q-.076.189-.235.355l-7.031 7.042zm8.79-7.738l-1.076-1.129zm-7.79 6.739h1.058l4.723-4.723l-.529-.53l-.586-.566l-4.666 4.665zm5.252-5.252l-.586-.567zl.529.529zM10.75 9.308l-.708-.714l2.344-2.325H7.71q-.148.535-.527.914q-.38.378-.914.526v8.582q.645.17 1.072.702t.428 1.238q0 .833-.582 1.417q-.582.583-1.413.583t-1.418-.583t-.587-1.417q0-.706.428-1.235t1.072-.7V7.71q-.644-.171-1.072-.703t-.428-1.238q0-.833.583-1.416q.584-.584 1.417-.584q.706 0 1.238.428q.531.428.702 1.072h4.678l-2.345-2.325l.708-.713l3.539 3.538zm8.894-4.957q.587.582.587 1.414t-.582 1.418t-1.414.586t-1.418-.582t-.586-1.413t.582-1.418t1.413-.587t1.418.582M5.77 19.231q.425 0 .713-.288t.287-.712t-.287-.713t-.713-.287t-.712.287t-.288.713t.288.712t.712.288m0-12.462q.425 0 .713-.287t.287-.713t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287m12.462 0q.425 0 .712-.287t.288-.713t-.288-.712t-.712-.288t-.713.288t-.287.712t.287.713t.713.287m0-1"/></svg>
</template>

CSS

.icon-rebase-edit-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%22M11.192%2020.23v-2.58l6.985-6.973q.154-.146.34-.22q.185-.072.374-.072q.188%200%20.377.063t.336.21l1.071%201.038q.16.166.233.355q.073.19.092.391q.02.202-.057.392q-.076.189-.235.355l-7.031%207.042zm8.79-7.738l-1.076-1.129zm-7.79%206.739h1.058l4.723-4.723l-.529-.53l-.586-.566l-4.666%204.665zm5.252-5.252l-.586-.567zl.529.529zM10.75%209.308l-.708-.714l2.344-2.325H7.71q-.148.535-.527.914q-.38.378-.914.526v8.582q.645.17%201.072.702t.428%201.238q0%20.833-.582%201.417q-.582.583-1.413.583t-1.418-.583t-.587-1.417q0-.706.428-1.235t1.072-.7V7.71q-.644-.171-1.072-.703t-.428-1.238q0-.833.583-1.416q.584-.584%201.417-.584q.706%200%201.238.428q.531.428.702%201.072h4.678l-2.345-2.325l.708-.713l3.539%203.538zm8.894-4.957q.587.582.587%201.414t-.582%201.418t-1.414.586t-1.418-.582t-.586-1.413t.582-1.418t1.413-.587t1.418.582M5.77%2019.231q.425%200%20.713-.288t.287-.712t-.287-.713t-.713-.287t-.712.287t-.288.713t.288.712t.712.288m0-12.462q.425%200%20.713-.287t.287-.713t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287m12.462%200q.425%200%20.712-.287t.288-.713t-.288-.712t-.712-.288t-.713.288t-.287.712t.287.713t.713.287m0-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%22M11.192%2020.23v-2.58l6.985-6.973q.154-.146.34-.22q.185-.072.374-.072q.188%200%20.377.063t.336.21l1.071%201.038q.16.166.233.355q.073.19.092.391q.02.202-.057.392q-.076.189-.235.355l-7.031%207.042zm8.79-7.738l-1.076-1.129zm-7.79%206.739h1.058l4.723-4.723l-.529-.53l-.586-.566l-4.666%204.665zm5.252-5.252l-.586-.567zl.529.529zM10.75%209.308l-.708-.714l2.344-2.325H7.71q-.148.535-.527.914q-.38.378-.914.526v8.582q.645.17%201.072.702t.428%201.238q0%20.833-.582%201.417q-.582.583-1.413.583t-1.418-.583t-.587-1.417q0-.706.428-1.235t1.072-.7V7.71q-.644-.171-1.072-.703t-.428-1.238q0-.833.583-1.416q.584-.584%201.417-.584q.706%200%201.238.428q.531.428.702%201.072h4.678l-2.345-2.325l.708-.713l3.539%203.538zm8.894-4.957q.587.582.587%201.414t-.582%201.418t-1.414.586t-1.418-.582t-.586-1.413t.582-1.418t1.413-.587t1.418.582M5.77%2019.231q.425%200%20.713-.288t.287-.712t-.287-.713t-.713-.287t-.712.287t-.288.713t.288.712t.712.288m0-12.462q.425%200%20.713-.287t.287-.713t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287m12.462%200q.425%200%20.712-.287t.288-.713t-.288-.712t-.712-.288t-.713.288t-.287.712t.287.713t.713.287m0-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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