deployed code update icon

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

Name
deployed-code-update-rounded
Set
Material Symbols Light
Style
Rounded
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="m17.616 19.87l-1.335-1.336q-.112-.111-.264-.12q-.151-.01-.282.12q-.131.132-.131.274t.13.273l1.7 1.7q.131.13.268.184q.136.052.298.052t.298-.052t.267-.184l1.7-1.7q.112-.112.121-.264q.01-.151-.12-.282q-.132-.131-.274-.131t-.273.13l-1.335 1.335v-3.33q0-.162-.111-.274q-.111-.111-.273-.111t-.273.111t-.111.273zm-5.197-7.595q.202-.056.389-.161l5.69-3.291q.177-.104.229-.305q.052-.2-.052-.378q-.104-.177-.302-.229t-.375.052L12 11.427L6.002 7.964q-.177-.104-.375-.052t-.302.229t-.049.377t.232.305l5.684 3.29q.187.106.389.162t.419.056t.42-.056M4 15.61V8.39q0-.434.215-.807q.214-.373.593-.59l6.384-3.68q.212-.125.401-.17q.19-.047.407-.047t.42.046q.201.046.388.171l6.384 3.68q.38.216.594.59q.214.373.214.808v3.361q0 .354-.279.565q-.279.212-.646.145q-.252-.068-.522-.082T18 12.366q-2.65 0-4.517 1.867t-1.867 4.517v.397q0 .18.03.342q.062.49-.314.772t-.78.066l-5.744-3.32q-.38-.217-.593-.59Q4 16.044 4 15.61m11.165 5.976Q14 20.422 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 MaterialSymbolsLightDeployedCodeUpdateRounded(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="m17.616 19.87l-1.335-1.336q-.112-.111-.264-.12q-.151-.01-.282.12q-.131.132-.131.274t.13.273l1.7 1.7q.131.13.268.184q.136.052.298.052t.298-.052t.267-.184l1.7-1.7q.112-.112.121-.264q.01-.151-.12-.282q-.132-.131-.274-.131t-.273.13l-1.335 1.335v-3.33q0-.162-.111-.274q-.111-.111-.273-.111t-.273.111t-.111.273zm-5.197-7.595q.202-.056.389-.161l5.69-3.291q.177-.104.229-.305q.052-.2-.052-.378q-.104-.177-.302-.229t-.375.052L12 11.427L6.002 7.964q-.177-.104-.375-.052t-.302.229t-.049.377t.232.305l5.684 3.29q.187.106.389.162t.419.056t.42-.056M4 15.61V8.39q0-.434.215-.807q.214-.373.593-.59l6.384-3.68q.212-.125.401-.17q.19-.047.407-.047t.42.046q.201.046.388.171l6.384 3.68q.38.216.594.59q.214.373.214.808v3.361q0 .354-.279.565q-.279.212-.646.145q-.252-.068-.522-.082T18 12.366q-2.65 0-4.517 1.867t-1.867 4.517v.397q0 .18.03.342q.062.49-.314.772t-.78.066l-5.744-3.32q-.38-.217-.593-.59Q4 16.044 4 15.61m11.165 5.976Q14 20.422 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="m17.616 19.87l-1.335-1.336q-.112-.111-.264-.12q-.151-.01-.282.12q-.131.132-.131.274t.13.273l1.7 1.7q.131.13.268.184q.136.052.298.052t.298-.052t.267-.184l1.7-1.7q.112-.112.121-.264q.01-.151-.12-.282q-.132-.131-.274-.131t-.273.13l-1.335 1.335v-3.33q0-.162-.111-.274q-.111-.111-.273-.111t-.273.111t-.111.273zm-5.197-7.595q.202-.056.389-.161l5.69-3.291q.177-.104.229-.305q.052-.2-.052-.378q-.104-.177-.302-.229t-.375.052L12 11.427L6.002 7.964q-.177-.104-.375-.052t-.302.229t-.049.377t.232.305l5.684 3.29q.187.106.389.162t.419.056t.42-.056M4 15.61V8.39q0-.434.215-.807q.214-.373.593-.59l6.384-3.68q.212-.125.401-.17q.19-.047.407-.047t.42.046q.201.046.388.171l6.384 3.68q.38.216.594.59q.214.373.214.808v3.361q0 .354-.279.565q-.279.212-.646.145q-.252-.068-.522-.082T18 12.366q-2.65 0-4.517 1.867t-1.867 4.517v.397q0 .18.03.342q.062.49-.314.772t-.78.066l-5.744-3.32q-.38-.217-.593-.59Q4 16.044 4 15.61m11.165 5.976Q14 20.422 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-rounded {
  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%22m17.616%2019.87l-1.335-1.336q-.112-.111-.264-.12q-.151-.01-.282.12q-.131.132-.131.274t.13.273l1.7%201.7q.131.13.268.184q.136.052.298.052t.298-.052t.267-.184l1.7-1.7q.112-.112.121-.264q.01-.151-.12-.282q-.132-.131-.274-.131t-.273.13l-1.335%201.335v-3.33q0-.162-.111-.274q-.111-.111-.273-.111t-.273.111t-.111.273zm-5.197-7.595q.202-.056.389-.161l5.69-3.291q.177-.104.229-.305q.052-.2-.052-.378q-.104-.177-.302-.229t-.375.052L12%2011.427L6.002%207.964q-.177-.104-.375-.052t-.302.229t-.049.377t.232.305l5.684%203.29q.187.106.389.162t.419.056t.42-.056M4%2015.61V8.39q0-.434.215-.807q.214-.373.593-.59l6.384-3.68q.212-.125.401-.17q.19-.047.407-.047t.42.046q.201.046.388.171l6.384%203.68q.38.216.594.59q.214.373.214.808v3.361q0%20.354-.279.565q-.279.212-.646.145q-.252-.068-.522-.082T18%2012.366q-2.65%200-4.517%201.867t-1.867%204.517v.397q0%20.18.03.342q.062.49-.314.772t-.78.066l-5.744-3.32q-.38-.217-.593-.59Q4%2016.044%204%2015.61m11.165%205.976Q14%2020.422%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%22m17.616%2019.87l-1.335-1.336q-.112-.111-.264-.12q-.151-.01-.282.12q-.131.132-.131.274t.13.273l1.7%201.7q.131.13.268.184q.136.052.298.052t.298-.052t.267-.184l1.7-1.7q.112-.112.121-.264q.01-.151-.12-.282q-.132-.131-.274-.131t-.273.13l-1.335%201.335v-3.33q0-.162-.111-.274q-.111-.111-.273-.111t-.273.111t-.111.273zm-5.197-7.595q.202-.056.389-.161l5.69-3.291q.177-.104.229-.305q.052-.2-.052-.378q-.104-.177-.302-.229t-.375.052L12%2011.427L6.002%207.964q-.177-.104-.375-.052t-.302.229t-.049.377t.232.305l5.684%203.29q.187.106.389.162t.419.056t.42-.056M4%2015.61V8.39q0-.434.215-.807q.214-.373.593-.59l6.384-3.68q.212-.125.401-.17q.19-.047.407-.047t.42.046q.201.046.388.171l6.384%203.68q.38.216.594.59q.214.373.214.808v3.361q0%20.354-.279.565q-.279.212-.646.145q-.252-.068-.522-.082T18%2012.366q-2.65%200-4.517%201.867t-1.867%204.517v.397q0%20.18.03.342q.062.49-.314.772t-.78.066l-5.744-3.32q-.38-.217-.593-.59Q4%2016.044%204%2015.61m11.165%205.976Q14%2020.422%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-rounded.svg?color=%231a73e8&size=48