update complete icon

update-complete from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
update-complete
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

More actions icons from Carbon

Use the update complete icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 30C8.28 30 2 23.72 2 16h2c0 6.617 5.383 12 12 12zM12 8H7.078C9.336 5.476 12.545 4 16 4c6.617 0 12 5.383 12 12h2c0-7.72-6.28-14-14-14A13.92 13.92 0 0 0 6 6.234V2H4v8h8zm10 19.18l-2.59-2.59L18 26l4 4l8-8l-1.41-1.41z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonUpdateComplete(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 30C8.28 30 2 23.72 2 16h2c0 6.617 5.383 12 12 12zM12 8H7.078C9.336 5.476 12.545 4 16 4c6.617 0 12 5.383 12 12h2c0-7.72-6.28-14-14-14A13.92 13.92 0 0 0 6 6.234V2H4v8h8zm10 19.18l-2.59-2.59L18 26l4 4l8-8l-1.41-1.41z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 30C8.28 30 2 23.72 2 16h2c0 6.617 5.383 12 12 12zM12 8H7.078C9.336 5.476 12.545 4 16 4c6.617 0 12 5.383 12 12h2c0-7.72-6.28-14-14-14A13.92 13.92 0 0 0 6 6.234V2H4v8h8zm10 19.18l-2.59-2.59L18 26l4 4l8-8l-1.41-1.41z"/></svg>
</template>

CSS

.icon-update-complete {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2030C8.28%2030%202%2023.72%202%2016h2c0%206.617%205.383%2012%2012%2012zM12%208H7.078C9.336%205.476%2012.545%204%2016%204c6.617%200%2012%205.383%2012%2012h2c0-7.72-6.28-14-14-14A13.92%2013.92%200%200%200%206%206.234V2H4v8h8zm10%2019.18l-2.59-2.59L18%2026l4%204l8-8l-1.41-1.41z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2030C8.28%2030%202%2023.72%202%2016h2c0%206.617%205.383%2012%2012%2012zM12%208H7.078C9.336%205.476%2012.545%204%2016%204c6.617%200%2012%205.383%2012%2012h2c0-7.72-6.28-14-14-14A13.92%2013.92%200%200%200%206%206.234V2H4v8h8zm10%2019.18l-2.59-2.59L18%2026l4%204l8-8l-1.41-1.41z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/update-complete.svg?color=%231a73e8&size=48