rebase edit icon
rebase-edit-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- rebase-edit-rounded
- Set
- Material Symbols
- Style
- Rounded
- 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 21v-2.675q0-.2.075-.375t.225-.325l7.05-7.025q.3-.3.663-.45t.762-.15t.763.15t.662.45l1.225 1.25q.275.3.425.663t.15.737t-.162.738t-.438.662l-7.025 7.05q-.15.15-.325.225t-.375.075H11q-.425 0-.712-.288T10 21m8.725-6.45L20 13.25L18.775 12l-1.3 1.3zM5 22q-1.25 0-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.35L10.05 2.875q-.3-.3-.3-.7t.3-.7t.713-.3t.712.3L14.3 4.3q.3.3.3.7t-.3.7l-2.85 2.85q-.3.3-.7.3t-.7-.3t-.3-.712t.3-.713L11.175 6h-3.35q-.225.65-.7 1.125T6 7.825v8.35q.875.325 1.438 1.088T8 19q0 1.25-.875 2.125T5 22M21.125 2.875Q22 3.75 22 5t-.875 2.125T19 8t-2.125-.875T16 5t.875-2.125T19 2t2.125.875"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsRebaseEditRounded(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 21v-2.675q0-.2.075-.375t.225-.325l7.05-7.025q.3-.3.663-.45t.762-.15t.763.15t.662.45l1.225 1.25q.275.3.425.663t.15.737t-.162.738t-.438.662l-7.025 7.05q-.15.15-.325.225t-.375.075H11q-.425 0-.712-.288T10 21m8.725-6.45L20 13.25L18.775 12l-1.3 1.3zM5 22q-1.25 0-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.35L10.05 2.875q-.3-.3-.3-.7t.3-.7t.713-.3t.712.3L14.3 4.3q.3.3.3.7t-.3.7l-2.85 2.85q-.3.3-.7.3t-.7-.3t-.3-.712t.3-.713L11.175 6h-3.35q-.225.65-.7 1.125T6 7.825v8.35q.875.325 1.438 1.088T8 19q0 1.25-.875 2.125T5 22M21.125 2.875Q22 3.75 22 5t-.875 2.125T19 8t-2.125-.875T16 5t.875-2.125T19 2t2.125.875"/></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 21v-2.675q0-.2.075-.375t.225-.325l7.05-7.025q.3-.3.663-.45t.762-.15t.763.15t.662.45l1.225 1.25q.275.3.425.663t.15.737t-.162.738t-.438.662l-7.025 7.05q-.15.15-.325.225t-.375.075H11q-.425 0-.712-.288T10 21m8.725-6.45L20 13.25L18.775 12l-1.3 1.3zM5 22q-1.25 0-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.35L10.05 2.875q-.3-.3-.3-.7t.3-.7t.713-.3t.712.3L14.3 4.3q.3.3.3.7t-.3.7l-2.85 2.85q-.3.3-.7.3t-.7-.3t-.3-.712t.3-.713L11.175 6h-3.35q-.225.65-.7 1.125T6 7.825v8.35q.875.325 1.438 1.088T8 19q0 1.25-.875 2.125T5 22M21.125 2.875Q22 3.75 22 5t-.875 2.125T19 8t-2.125-.875T16 5t.875-2.125T19 2t2.125.875"/></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%22M10%2021v-2.675q0-.2.075-.375t.225-.325l7.05-7.025q.3-.3.663-.45t.762-.15t.763.15t.662.45l1.225%201.25q.275.3.425.663t.15.737t-.162.738t-.438.662l-7.025%207.05q-.15.15-.325.225t-.375.075H11q-.425%200-.712-.288T10%2021m8.725-6.45L20%2013.25L18.775%2012l-1.3%201.3zM5%2022q-1.25%200-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.35L10.05%202.875q-.3-.3-.3-.7t.3-.7t.713-.3t.712.3L14.3%204.3q.3.3.3.7t-.3.7l-2.85%202.85q-.3.3-.7.3t-.7-.3t-.3-.712t.3-.713L11.175%206h-3.35q-.225.65-.7%201.125T6%207.825v8.35q.875.325%201.438%201.088T8%2019q0%201.25-.875%202.125T5%2022M21.125%202.875Q22%203.75%2022%205t-.875%202.125T19%208t-2.125-.875T16%205t.875-2.125T19%202t2.125.875%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%2021v-2.675q0-.2.075-.375t.225-.325l7.05-7.025q.3-.3.663-.45t.762-.15t.763.15t.662.45l1.225%201.25q.275.3.425.663t.15.737t-.162.738t-.438.662l-7.025%207.05q-.15.15-.325.225t-.375.075H11q-.425%200-.712-.288T10%2021m8.725-6.45L20%2013.25L18.775%2012l-1.3%201.3zM5%2022q-1.25%200-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.35L10.05%202.875q-.3-.3-.3-.7t.3-.7t.713-.3t.712.3L14.3%204.3q.3.3.3.7t-.3.7l-2.85%202.85q-.3.3-.7.3t-.7-.3t-.3-.712t.3-.713L11.175%206h-3.35q-.225.65-.7%201.125T6%207.825v8.35q.875.325%201.438%201.088T8%2019q0%201.25-.875%202.125T5%2022M21.125%202.875Q22%203.75%2022%205t-.875%202.125T19%208t-2.125-.875T16%205t.875-2.125T19%202t2.125.875%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-rounded.svg?color=%231a73e8&size=48