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

Name
rebase-edit-rounded
Set
Material Symbols Light
Style
Rounded
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 19.423v-1.444q0-.162.047-.298q.046-.137.177-.267l6.742-6.737q.146-.146.335-.22q.19-.072.378-.072q.189 0 .388.063q.199.064.345.21l1.052 1.038q.16.166.242.355q.083.19.102.391q.02.202-.066.392q-.086.189-.246.355l-6.794 6.8q-.13.13-.267.186t-.298.056H12q-.348 0-.578-.23t-.23-.578m7.495-5.604L20 12.481l-1.071-1.135l-1.358 1.358zM5.769 20.231q-.827 0-1.413-.587t-.587-1.413q0-.706.428-1.235t1.072-.7V7.71q-.644-.171-1.072-.703t-.428-1.238q0-.827.587-1.413t1.413-.587q.706 0 1.238.428q.531.428.702 1.072h4.677l-1.99-1.971q-.165-.146-.165-.344t.165-.363t.357-.166t.357.166l2.613 2.613q.243.242.243.565t-.243.566l-2.62 2.619q-.145.146-.343.155t-.364-.155t-.165-.357q0-.191.165-.357l1.99-1.97H7.71q-.148.534-.527.913q-.38.379-.914.527v8.58q.645.172 1.072.703q.428.532.428 1.238q0 .827-.586 1.413t-1.414.587M19.644 4.356q.587.586.587 1.413t-.587 1.414t-1.413.586t-1.414-.586t-.586-1.414t.586-1.413t1.414-.587t1.413.587"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightRebaseEditRounded(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 19.423v-1.444q0-.162.047-.298q.046-.137.177-.267l6.742-6.737q.146-.146.335-.22q.19-.072.378-.072q.189 0 .388.063q.199.064.345.21l1.052 1.038q.16.166.242.355q.083.19.102.391q.02.202-.066.392q-.086.189-.246.355l-6.794 6.8q-.13.13-.267.186t-.298.056H12q-.348 0-.578-.23t-.23-.578m7.495-5.604L20 12.481l-1.071-1.135l-1.358 1.358zM5.769 20.231q-.827 0-1.413-.587t-.587-1.413q0-.706.428-1.235t1.072-.7V7.71q-.644-.171-1.072-.703t-.428-1.238q0-.827.587-1.413t1.413-.587q.706 0 1.238.428q.531.428.702 1.072h4.677l-1.99-1.971q-.165-.146-.165-.344t.165-.363t.357-.166t.357.166l2.613 2.613q.243.242.243.565t-.243.566l-2.62 2.619q-.145.146-.343.155t-.364-.155t-.165-.357q0-.191.165-.357l1.99-1.97H7.71q-.148.534-.527.913q-.38.379-.914.527v8.58q.645.172 1.072.703q.428.532.428 1.238q0 .827-.586 1.413t-1.414.587M19.644 4.356q.587.586.587 1.413t-.587 1.414t-1.413.586t-1.414-.586t-.586-1.414t.586-1.413t1.414-.587t1.413.587"/></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 19.423v-1.444q0-.162.047-.298q.046-.137.177-.267l6.742-6.737q.146-.146.335-.22q.19-.072.378-.072q.189 0 .388.063q.199.064.345.21l1.052 1.038q.16.166.242.355q.083.19.102.391q.02.202-.066.392q-.086.189-.246.355l-6.794 6.8q-.13.13-.267.186t-.298.056H12q-.348 0-.578-.23t-.23-.578m7.495-5.604L20 12.481l-1.071-1.135l-1.358 1.358zM5.769 20.231q-.827 0-1.413-.587t-.587-1.413q0-.706.428-1.235t1.072-.7V7.71q-.644-.171-1.072-.703t-.428-1.238q0-.827.587-1.413t1.413-.587q.706 0 1.238.428q.531.428.702 1.072h4.677l-1.99-1.971q-.165-.146-.165-.344t.165-.363t.357-.166t.357.166l2.613 2.613q.243.242.243.565t-.243.566l-2.62 2.619q-.145.146-.343.155t-.364-.155t-.165-.357q0-.191.165-.357l1.99-1.97H7.71q-.148.534-.527.913q-.38.379-.914.527v8.58q.645.172 1.072.703q.428.532.428 1.238q0 .827-.586 1.413t-1.414.587M19.644 4.356q.587.586.587 1.413t-.587 1.414t-1.413.586t-1.414-.586t-.586-1.414t.586-1.413t1.414-.587t1.413.587"/></svg>
</template>

CSS

.icon-rebase-edit-rounded {
  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%2019.423v-1.444q0-.162.047-.298q.046-.137.177-.267l6.742-6.737q.146-.146.335-.22q.19-.072.378-.072q.189%200%20.388.063q.199.064.345.21l1.052%201.038q.16.166.242.355q.083.19.102.391q.02.202-.066.392q-.086.189-.246.355l-6.794%206.8q-.13.13-.267.186t-.298.056H12q-.348%200-.578-.23t-.23-.578m7.495-5.604L20%2012.481l-1.071-1.135l-1.358%201.358zM5.769%2020.231q-.827%200-1.413-.587t-.587-1.413q0-.706.428-1.235t1.072-.7V7.71q-.644-.171-1.072-.703t-.428-1.238q0-.827.587-1.413t1.413-.587q.706%200%201.238.428q.531.428.702%201.072h4.677l-1.99-1.971q-.165-.146-.165-.344t.165-.363t.357-.166t.357.166l2.613%202.613q.243.242.243.565t-.243.566l-2.62%202.619q-.145.146-.343.155t-.364-.155t-.165-.357q0-.191.165-.357l1.99-1.97H7.71q-.148.534-.527.913q-.38.379-.914.527v8.58q.645.172%201.072.703q.428.532.428%201.238q0%20.827-.586%201.413t-1.414.587M19.644%204.356q.587.586.587%201.413t-.587%201.414t-1.413.586t-1.414-.586t-.586-1.414t.586-1.413t1.414-.587t1.413.587%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%2019.423v-1.444q0-.162.047-.298q.046-.137.177-.267l6.742-6.737q.146-.146.335-.22q.19-.072.378-.072q.189%200%20.388.063q.199.064.345.21l1.052%201.038q.16.166.242.355q.083.19.102.391q.02.202-.066.392q-.086.189-.246.355l-6.794%206.8q-.13.13-.267.186t-.298.056H12q-.348%200-.578-.23t-.23-.578m7.495-5.604L20%2012.481l-1.071-1.135l-1.358%201.358zM5.769%2020.231q-.827%200-1.413-.587t-.587-1.413q0-.706.428-1.235t1.072-.7V7.71q-.644-.171-1.072-.703t-.428-1.238q0-.827.587-1.413t1.413-.587q.706%200%201.238.428q.531.428.702%201.072h4.677l-1.99-1.971q-.165-.146-.165-.344t.165-.363t.357-.166t.357.166l2.613%202.613q.243.242.243.565t-.243.566l-2.62%202.619q-.145.146-.343.155t-.364-.155t-.165-.357q0-.191.165-.357l1.99-1.97H7.71q-.148.534-.527.913q-.38.379-.914.527v8.58q.645.172%201.072.703q.428.532.428%201.238q0%20.827-.586%201.413t-1.414.587M19.644%204.356q.587.586.587%201.413t-.587%201.414t-1.413.586t-1.414-.586t-.586-1.414t.586-1.413t1.414-.587t1.413.587%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-rounded.svg?color=%231a73e8&size=48