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

Name
update
Set
Material Symbols Light
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 Light

The same icon in other sets

More actions icons from Material Symbols Light

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.02 20q-1.664 0-3.119-.626T6.359 17.66t-1.714-2.542T4.02 12t.626-3.118T6.36 6.34T8.9 4.626T12.019 4q1.723 0 3.282.712q1.559.711 2.718 1.984V4.308h1v4.154h-4.153v-1h2.48q-1.044-1.15-2.41-1.806Q13.572 5 12.02 5Q9.094 5 7.057 7.038T5.019 12t2.038 4.963T12.019 19q2.625 0 4.569-1.71t2.35-4.29h1.012q-.356 3.021-2.62 5.01Q15.066 20 12.02 20m3.146-4.146l-3.647-3.646V7h1v4.792l3.354 3.354z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightUpdate(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.02 20q-1.664 0-3.119-.626T6.359 17.66t-1.714-2.542T4.02 12t.626-3.118T6.36 6.34T8.9 4.626T12.019 4q1.723 0 3.282.712q1.559.711 2.718 1.984V4.308h1v4.154h-4.153v-1h2.48q-1.044-1.15-2.41-1.806Q13.572 5 12.02 5Q9.094 5 7.057 7.038T5.019 12t2.038 4.963T12.019 19q2.625 0 4.569-1.71t2.35-4.29h1.012q-.356 3.021-2.62 5.01Q15.066 20 12.02 20m3.146-4.146l-3.647-3.646V7h1v4.792l3.354 3.354z"/></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.02 20q-1.664 0-3.119-.626T6.359 17.66t-1.714-2.542T4.02 12t.626-3.118T6.36 6.34T8.9 4.626T12.019 4q1.723 0 3.282.712q1.559.711 2.718 1.984V4.308h1v4.154h-4.153v-1h2.48q-1.044-1.15-2.41-1.806Q13.572 5 12.02 5Q9.094 5 7.057 7.038T5.019 12t2.038 4.963T12.019 19q2.625 0 4.569-1.71t2.35-4.29h1.012q-.356 3.021-2.62 5.01Q15.066 20 12.02 20m3.146-4.146l-3.647-3.646V7h1v4.792l3.354 3.354z"/></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.02%2020q-1.664%200-3.119-.626T6.359%2017.66t-1.714-2.542T4.02%2012t.626-3.118T6.36%206.34T8.9%204.626T12.019%204q1.723%200%203.282.712q1.559.711%202.718%201.984V4.308h1v4.154h-4.153v-1h2.48q-1.044-1.15-2.41-1.806Q13.572%205%2012.02%205Q9.094%205%207.057%207.038T5.019%2012t2.038%204.963T12.019%2019q2.625%200%204.569-1.71t2.35-4.29h1.012q-.356%203.021-2.62%205.01Q15.066%2020%2012.02%2020m3.146-4.146l-3.647-3.646V7h1v4.792l3.354%203.354z%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.02%2020q-1.664%200-3.119-.626T6.359%2017.66t-1.714-2.542T4.02%2012t.626-3.118T6.36%206.34T8.9%204.626T12.019%204q1.723%200%203.282.712q1.559.711%202.718%201.984V4.308h1v4.154h-4.153v-1h2.48q-1.044-1.15-2.41-1.806Q13.572%205%2012.02%205Q9.094%205%207.057%207.038T5.019%2012t2.038%204.963T12.019%2019q2.625%200%204.569-1.71t2.35-4.29h1.012q-.356%203.021-2.62%205.01Q15.066%2020%2012.02%2020m3.146-4.146l-3.647-3.646V7h1v4.792l3.354%203.354z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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