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

Name
commit
Set
Material Symbols Light
Style
Regular
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
commit-outline, commit-outline-sharp, commit-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

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="M9.015 15.363Q7.777 14.225 7.504 12.5H3v-1h4.504q.273-1.725 1.51-2.863T12 7.5t2.995 1.138t1.501 2.862H21v1h-4.504q-.254 1.725-1.5 2.863Q13.747 16.5 12 16.5t-2.985-1.137M12 15.5q1.442 0 2.471-1.029T15.5 12t-1.029-2.471T12 8.5T9.529 9.529T8.5 12t1.029 2.471T12 15.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCommit(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="M9.015 15.363Q7.777 14.225 7.504 12.5H3v-1h4.504q.273-1.725 1.51-2.863T12 7.5t2.995 1.138t1.501 2.862H21v1h-4.504q-.254 1.725-1.5 2.863Q13.747 16.5 12 16.5t-2.985-1.137M12 15.5q1.442 0 2.471-1.029T15.5 12t-1.029-2.471T12 8.5T9.529 9.529T8.5 12t1.029 2.471T12 15.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.015 15.363Q7.777 14.225 7.504 12.5H3v-1h4.504q.273-1.725 1.51-2.863T12 7.5t2.995 1.138t1.501 2.862H21v1h-4.504q-.254 1.725-1.5 2.863Q13.747 16.5 12 16.5t-2.985-1.137M12 15.5q1.442 0 2.471-1.029T15.5 12t-1.029-2.471T12 8.5T9.529 9.529T8.5 12t1.029 2.471T12 15.5"/></svg>
</template>

CSS

.icon-commit {
  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%22M9.015%2015.363Q7.777%2014.225%207.504%2012.5H3v-1h4.504q.273-1.725%201.51-2.863T12%207.5t2.995%201.138t1.501%202.862H21v1h-4.504q-.254%201.725-1.5%202.863Q13.747%2016.5%2012%2016.5t-2.985-1.137M12%2015.5q1.442%200%202.471-1.029T15.5%2012t-1.029-2.471T12%208.5T9.529%209.529T8.5%2012t1.029%202.471T12%2015.5%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%22M9.015%2015.363Q7.777%2014.225%207.504%2012.5H3v-1h4.504q.273-1.725%201.51-2.863T12%207.5t2.995%201.138t1.501%202.862H21v1h-4.504q-.254%201.725-1.5%202.863Q13.747%2016.5%2012%2016.5t-2.985-1.137M12%2015.5q1.442%200%202.471-1.029T15.5%2012t-1.029-2.471T12%208.5T9.529%209.529T8.5%2012t1.029%202.471T12%2015.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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