deployed code account icon

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

Name
deployed-code-account-outline
Set
Material Symbols Light
Style
Outline
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 account icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.236 19.911q-.16-.037-.3-.13l-2.345-1.365q-.286-.164-.438-.44Q13 17.698 13 17.37v-2.717q0-.328.153-.604q.152-.276.438-.44l2.346-1.366q.14-.093.3-.13q.161-.037.322-.037t.308.047t.287.12L19.5 13.61q.287.164.451.44t.165.604v2.717q0 .328-.165.604q-.164.277-.451.44l-2.346 1.368q-.137.079-.287.122t-.31.043t-.32-.037m-8.36-9.403Q7 9.63 7 8.385t.877-2.123T10 5.385t2.123.877T13 8.385t-.877 2.123t-2.123.877t-2.123-.877M3 18.616v-1.647q0-.69.348-1.194t.983-.802q1.217-.592 2.51-.975q1.292-.382 3.159-.382h.235q.092 0 .223.011q-.104.258-.165.505l-.116.484H10q-1.679 0-2.928.344t-2.264.89q-.456.24-.632.504q-.176.263-.176.615v.647h6.3q.073.236.179.508t.233.492zm8.413-8.819Q12 9.21 12 8.385t-.587-1.413T10 6.385t-1.412.587T8 8.385t.588 1.412t1.412.588t1.413-.588m2.93 4.36l2.215 1.28l2.215-1.28l-2.215-1.272zm2.657 4.7l2.23-1.287v-2.724L17 16.191zm-3.116-1.28l2.231 1.306v-2.667l-2.23-1.325z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDeployedCodeAccountOutline(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="M16.236 19.911q-.16-.037-.3-.13l-2.345-1.365q-.286-.164-.438-.44Q13 17.698 13 17.37v-2.717q0-.328.153-.604q.152-.276.438-.44l2.346-1.366q.14-.093.3-.13q.161-.037.322-.037t.308.047t.287.12L19.5 13.61q.287.164.451.44t.165.604v2.717q0 .328-.165.604q-.164.277-.451.44l-2.346 1.368q-.137.079-.287.122t-.31.043t-.32-.037m-8.36-9.403Q7 9.63 7 8.385t.877-2.123T10 5.385t2.123.877T13 8.385t-.877 2.123t-2.123.877t-2.123-.877M3 18.616v-1.647q0-.69.348-1.194t.983-.802q1.217-.592 2.51-.975q1.292-.382 3.159-.382h.235q.092 0 .223.011q-.104.258-.165.505l-.116.484H10q-1.679 0-2.928.344t-2.264.89q-.456.24-.632.504q-.176.263-.176.615v.647h6.3q.073.236.179.508t.233.492zm8.413-8.819Q12 9.21 12 8.385t-.587-1.413T10 6.385t-1.412.587T8 8.385t.588 1.412t1.412.588t1.413-.588m2.93 4.36l2.215 1.28l2.215-1.28l-2.215-1.272zm2.657 4.7l2.23-1.287v-2.724L17 16.191zm-3.116-1.28l2.231 1.306v-2.667l-2.23-1.325z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.236 19.911q-.16-.037-.3-.13l-2.345-1.365q-.286-.164-.438-.44Q13 17.698 13 17.37v-2.717q0-.328.153-.604q.152-.276.438-.44l2.346-1.366q.14-.093.3-.13q.161-.037.322-.037t.308.047t.287.12L19.5 13.61q.287.164.451.44t.165.604v2.717q0 .328-.165.604q-.164.277-.451.44l-2.346 1.368q-.137.079-.287.122t-.31.043t-.32-.037m-8.36-9.403Q7 9.63 7 8.385t.877-2.123T10 5.385t2.123.877T13 8.385t-.877 2.123t-2.123.877t-2.123-.877M3 18.616v-1.647q0-.69.348-1.194t.983-.802q1.217-.592 2.51-.975q1.292-.382 3.159-.382h.235q.092 0 .223.011q-.104.258-.165.505l-.116.484H10q-1.679 0-2.928.344t-2.264.89q-.456.24-.632.504q-.176.263-.176.615v.647h6.3q.073.236.179.508t.233.492zm8.413-8.819Q12 9.21 12 8.385t-.587-1.413T10 6.385t-1.412.587T8 8.385t.588 1.412t1.412.588t1.413-.588m2.93 4.36l2.215 1.28l2.215-1.28l-2.215-1.272zm2.657 4.7l2.23-1.287v-2.724L17 16.191zm-3.116-1.28l2.231 1.306v-2.667l-2.23-1.325z"/></svg>
</template>

CSS

.icon-deployed-code-account-outline {
  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%22M16.236%2019.911q-.16-.037-.3-.13l-2.345-1.365q-.286-.164-.438-.44Q13%2017.698%2013%2017.37v-2.717q0-.328.153-.604q.152-.276.438-.44l2.346-1.366q.14-.093.3-.13q.161-.037.322-.037t.308.047t.287.12L19.5%2013.61q.287.164.451.44t.165.604v2.717q0%20.328-.165.604q-.164.277-.451.44l-2.346%201.368q-.137.079-.287.122t-.31.043t-.32-.037m-8.36-9.403Q7%209.63%207%208.385t.877-2.123T10%205.385t2.123.877T13%208.385t-.877%202.123t-2.123.877t-2.123-.877M3%2018.616v-1.647q0-.69.348-1.194t.983-.802q1.217-.592%202.51-.975q1.292-.382%203.159-.382h.235q.092%200%20.223.011q-.104.258-.165.505l-.116.484H10q-1.679%200-2.928.344t-2.264.89q-.456.24-.632.504q-.176.263-.176.615v.647h6.3q.073.236.179.508t.233.492zm8.413-8.819Q12%209.21%2012%208.385t-.587-1.413T10%206.385t-1.412.587T8%208.385t.588%201.412t1.412.588t1.413-.588m2.93%204.36l2.215%201.28l2.215-1.28l-2.215-1.272zm2.657%204.7l2.23-1.287v-2.724L17%2016.191zm-3.116-1.28l2.231%201.306v-2.667l-2.23-1.325z%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%22M16.236%2019.911q-.16-.037-.3-.13l-2.345-1.365q-.286-.164-.438-.44Q13%2017.698%2013%2017.37v-2.717q0-.328.153-.604q.152-.276.438-.44l2.346-1.366q.14-.093.3-.13q.161-.037.322-.037t.308.047t.287.12L19.5%2013.61q.287.164.451.44t.165.604v2.717q0%20.328-.165.604q-.164.277-.451.44l-2.346%201.368q-.137.079-.287.122t-.31.043t-.32-.037m-8.36-9.403Q7%209.63%207%208.385t.877-2.123T10%205.385t2.123.877T13%208.385t-.877%202.123t-2.123.877t-2.123-.877M3%2018.616v-1.647q0-.69.348-1.194t.983-.802q1.217-.592%202.51-.975q1.292-.382%203.159-.382h.235q.092%200%20.223.011q-.104.258-.165.505l-.116.484H10q-1.679%200-2.928.344t-2.264.89q-.456.24-.632.504q-.176.263-.176.615v.647h6.3q.073.236.179.508t.233.492zm8.413-8.819Q12%209.21%2012%208.385t-.587-1.413T10%206.385t-1.412.587T8%208.385t.588%201.412t1.412.588t1.413-.588m2.93%204.36l2.215%201.28l2.215-1.28l-2.215-1.272zm2.657%204.7l2.23-1.287v-2.724L17%2016.191zm-3.116-1.28l2.231%201.306v-2.667l-2.23-1.325z%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-account-outline.svg?color=%231a73e8&size=48