commit-rounded from Material Symbols by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
commit-rounded
Set
Material Symbols
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
commit-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

Use the commit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.813 15.863Q7.45 14.725 7.1 13H3q-.425 0-.712-.288T2 12t.288-.712T3 11h4.1q.35-1.725 1.713-2.863T12 7t3.188 1.138T16.9 11H21q.425 0 .713.288T22 12t-.288.713T21 13h-4.1q-.35 1.725-1.712 2.863T12 17t-3.187-1.137M12 15q1.25 0 2.125-.875T15 12t-.875-2.125T12 9t-2.125.875T9 12t.875 2.125T12 15"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCommitRounded(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="M8.813 15.863Q7.45 14.725 7.1 13H3q-.425 0-.712-.288T2 12t.288-.712T3 11h4.1q.35-1.725 1.713-2.863T12 7t3.188 1.138T16.9 11H21q.425 0 .713.288T22 12t-.288.713T21 13h-4.1q-.35 1.725-1.712 2.863T12 17t-3.187-1.137M12 15q1.25 0 2.125-.875T15 12t-.875-2.125T12 9t-2.125.875T9 12t.875 2.125T12 15"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.813 15.863Q7.45 14.725 7.1 13H3q-.425 0-.712-.288T2 12t.288-.712T3 11h4.1q.35-1.725 1.713-2.863T12 7t3.188 1.138T16.9 11H21q.425 0 .713.288T22 12t-.288.713T21 13h-4.1q-.35 1.725-1.712 2.863T12 17t-3.187-1.137M12 15q1.25 0 2.125-.875T15 12t-.875-2.125T12 9t-2.125.875T9 12t.875 2.125T12 15"/></svg>
</template>

CSS

.icon-commit-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%22M8.813%2015.863Q7.45%2014.725%207.1%2013H3q-.425%200-.712-.288T2%2012t.288-.712T3%2011h4.1q.35-1.725%201.713-2.863T12%207t3.188%201.138T16.9%2011H21q.425%200%20.713.288T22%2012t-.288.713T21%2013h-4.1q-.35%201.725-1.712%202.863T12%2017t-3.187-1.137M12%2015q1.25%200%202.125-.875T15%2012t-.875-2.125T12%209t-2.125.875T9%2012t.875%202.125T12%2015%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%22M8.813%2015.863Q7.45%2014.725%207.1%2013H3q-.425%200-.712-.288T2%2012t.288-.712T3%2011h4.1q.35-1.725%201.713-2.863T12%207t3.188%201.138T16.9%2011H21q.425%200%20.713.288T22%2012t-.288.713T21%2013h-4.1q-.35%201.725-1.712%202.863T12%2017t-3.187-1.137M12%2015q1.25%200%202.125-.875T15%2012t-.875-2.125T12%209t-2.125.875T9%2012t.875%202.125T12%2015%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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