deployed code update icon

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

Name
deployed-code-update
Set
Material Symbols Light
Style
Regular
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the deployed code update icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18 21.346l2.539-2.538l-.547-.546l-1.608 1.607v-3.715h-.769v3.715l-1.607-1.607l-.547.546zm-6-9.919L5.575 7.714l-.383.22q-.096.058-.144.155Q5 8.185 5 8.28v.242l7 4.05l7-4.05V8.28q0-.097-.048-.193t-.144-.153l-.383-.221zm-.808 9.26l-6.384-3.68q-.38-.217-.593-.59Q4 16.044 4 15.61V8.391q0-.435.215-.808q.214-.373.593-.59l6.384-3.68q.38-.217.808-.217t.808.217l6.384 3.68q.38.216.594.59q.214.373.214.808v4.303q-.483-.171-.976-.25T18 12.365q-2.65 0-4.517 1.868t-1.867 4.517q0 .57.095 1.105t.285 1.037q-.213.008-.414-.039t-.39-.166m3.973.899Q14 20.42 14 18.75t1.165-2.835T18 14.75t2.836 1.165T22 18.75t-1.164 2.836T18 22.75t-2.835-1.164"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDeployedCodeUpdate(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="m18 21.346l2.539-2.538l-.547-.546l-1.608 1.607v-3.715h-.769v3.715l-1.607-1.607l-.547.546zm-6-9.919L5.575 7.714l-.383.22q-.096.058-.144.155Q5 8.185 5 8.28v.242l7 4.05l7-4.05V8.28q0-.097-.048-.193t-.144-.153l-.383-.221zm-.808 9.26l-6.384-3.68q-.38-.217-.593-.59Q4 16.044 4 15.61V8.391q0-.435.215-.808q.214-.373.593-.59l6.384-3.68q.38-.217.808-.217t.808.217l6.384 3.68q.38.216.594.59q.214.373.214.808v4.303q-.483-.171-.976-.25T18 12.365q-2.65 0-4.517 1.868t-1.867 4.517q0 .57.095 1.105t.285 1.037q-.213.008-.414-.039t-.39-.166m3.973.899Q14 20.42 14 18.75t1.165-2.835T18 14.75t2.836 1.165T22 18.75t-1.164 2.836T18 22.75t-2.835-1.164"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18 21.346l2.539-2.538l-.547-.546l-1.608 1.607v-3.715h-.769v3.715l-1.607-1.607l-.547.546zm-6-9.919L5.575 7.714l-.383.22q-.096.058-.144.155Q5 8.185 5 8.28v.242l7 4.05l7-4.05V8.28q0-.097-.048-.193t-.144-.153l-.383-.221zm-.808 9.26l-6.384-3.68q-.38-.217-.593-.59Q4 16.044 4 15.61V8.391q0-.435.215-.808q.214-.373.593-.59l6.384-3.68q.38-.217.808-.217t.808.217l6.384 3.68q.38.216.594.59q.214.373.214.808v4.303q-.483-.171-.976-.25T18 12.365q-2.65 0-4.517 1.868t-1.867 4.517q0 .57.095 1.105t.285 1.037q-.213.008-.414-.039t-.39-.166m3.973.899Q14 20.42 14 18.75t1.165-2.835T18 14.75t2.836 1.165T22 18.75t-1.164 2.836T18 22.75t-2.835-1.164"/></svg>
</template>

CSS

.icon-deployed-code-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%22m18%2021.346l2.539-2.538l-.547-.546l-1.608%201.607v-3.715h-.769v3.715l-1.607-1.607l-.547.546zm-6-9.919L5.575%207.714l-.383.22q-.096.058-.144.155Q5%208.185%205%208.28v.242l7%204.05l7-4.05V8.28q0-.097-.048-.193t-.144-.153l-.383-.221zm-.808%209.26l-6.384-3.68q-.38-.217-.593-.59Q4%2016.044%204%2015.61V8.391q0-.435.215-.808q.214-.373.593-.59l6.384-3.68q.38-.217.808-.217t.808.217l6.384%203.68q.38.216.594.59q.214.373.214.808v4.303q-.483-.171-.976-.25T18%2012.365q-2.65%200-4.517%201.868t-1.867%204.517q0%20.57.095%201.105t.285%201.037q-.213.008-.414-.039t-.39-.166m3.973.899Q14%2020.42%2014%2018.75t1.165-2.835T18%2014.75t2.836%201.165T22%2018.75t-1.164%202.836T18%2022.75t-2.835-1.164%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%22m18%2021.346l2.539-2.538l-.547-.546l-1.608%201.607v-3.715h-.769v3.715l-1.607-1.607l-.547.546zm-6-9.919L5.575%207.714l-.383.22q-.096.058-.144.155Q5%208.185%205%208.28v.242l7%204.05l7-4.05V8.28q0-.097-.048-.193t-.144-.153l-.383-.221zm-.808%209.26l-6.384-3.68q-.38-.217-.593-.59Q4%2016.044%204%2015.61V8.391q0-.435.215-.808q.214-.373.593-.59l6.384-3.68q.38-.217.808-.217t.808.217l6.384%203.68q.38.216.594.59q.214.373.214.808v4.303q-.483-.171-.976-.25T18%2012.365q-2.65%200-4.517%201.868t-1.867%204.517q0%20.57.095%201.105t.285%201.037q-.213.008-.414-.039t-.39-.166m3.973.899Q14%2020.42%2014%2018.75t1.165-2.835T18%2014.75t2.836%201.165T22%2018.75t-1.164%202.836T18%2022.75t-2.835-1.164%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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