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

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

1 other variant in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

Use the update icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-1.875 0-3.512-.712t-2.85-1.925t-1.925-2.85T3 12t.713-3.512t1.924-2.85t2.85-1.925T12 3q2.05 0 3.888.875T19 6.35V4h2v6h-6V8h2.75q-1.025-1.4-2.525-2.2T12 5Q9.075 5 7.038 7.038T5 12t2.038 4.963T12 19q2.625 0 4.588-1.7T18.9 13h2.05q-.375 3.425-2.937 5.713T12 21m2.8-4.8L11 12.4V7h2v4.6l3.2 3.2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsUpdate(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="M12 21q-1.875 0-3.512-.712t-2.85-1.925t-1.925-2.85T3 12t.713-3.512t1.924-2.85t2.85-1.925T12 3q2.05 0 3.888.875T19 6.35V4h2v6h-6V8h2.75q-1.025-1.4-2.525-2.2T12 5Q9.075 5 7.038 7.038T5 12t2.038 4.963T12 19q2.625 0 4.588-1.7T18.9 13h2.05q-.375 3.425-2.937 5.713T12 21m2.8-4.8L11 12.4V7h2v4.6l3.2 3.2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-1.875 0-3.512-.712t-2.85-1.925t-1.925-2.85T3 12t.713-3.512t1.924-2.85t2.85-1.925T12 3q2.05 0 3.888.875T19 6.35V4h2v6h-6V8h2.75q-1.025-1.4-2.525-2.2T12 5Q9.075 5 7.038 7.038T5 12t2.038 4.963T12 19q2.625 0 4.588-1.7T18.9 13h2.05q-.375 3.425-2.937 5.713T12 21m2.8-4.8L11 12.4V7h2v4.6l3.2 3.2z"/></svg>
</template>

CSS

.icon-update {
  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%22M12%2021q-1.875%200-3.512-.712t-2.85-1.925t-1.925-2.85T3%2012t.713-3.512t1.924-2.85t2.85-1.925T12%203q2.05%200%203.888.875T19%206.35V4h2v6h-6V8h2.75q-1.025-1.4-2.525-2.2T12%205Q9.075%205%207.038%207.038T5%2012t2.038%204.963T12%2019q2.625%200%204.588-1.7T18.9%2013h2.05q-.375%203.425-2.937%205.713T12%2021m2.8-4.8L11%2012.4V7h2v4.6l3.2%203.2z%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%22M12%2021q-1.875%200-3.512-.712t-2.85-1.925t-1.925-2.85T3%2012t.713-3.512t1.924-2.85t2.85-1.925T12%203q2.05%200%203.888.875T19%206.35V4h2v6h-6V8h2.75q-1.025-1.4-2.525-2.2T12%205Q9.075%205%207.038%207.038T5%2012t2.038%204.963T12%2019q2.625%200%204.588-1.7T18.9%2013h2.05q-.375%203.425-2.937%205.713T12%2021m2.8-4.8L11%2012.4V7h2v4.6l3.2%203.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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