deployed code account icon
deployed-code-account-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- deployed-code-account-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 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.235 19.908q-.162-.04-.298-.127l-2.346-1.365q-.293-.162-.442-.442T13 17.371v-2.717q0-.323.149-.603t.442-.442l2.345-1.365q.137-.086.298-.127q.162-.04.324-.04t.31.043t.286.124L19.5 13.61q.292.161.454.441q.161.28.161.603v2.717q0 .323-.161.603q-.162.28-.454.442l-2.346 1.365q-.137.08-.286.124t-.31.043t-.324-.04M4.038 18.615q-.44 0-.739-.299T3 17.577v-.608q0-.69.348-1.194t.983-.802q1.361-.661 2.56-.987q1.198-.326 2.715-.376q.161 0 .292.068t.212.199t.115.27t-.015.301q-.073.327-.11.676t-.036.695q0 .5.076 1.007t.227.957q.056.161.027.298t-.11.267t-.198.199t-.28.069zm3.839-8.107Q7 9.63 7 8.385t.877-2.123T10 5.385t2.123.877T13 8.385t-.877 2.123t-2.123.877t-2.123-.877m6.465 3.65l2.216 1.279l2.215-1.28l-2.215-1.272zm2.658 4.7l2.23-1.281v-2.73L17 16.19zm-3.116-1.281l2.231 1.306v-2.667l-2.23-1.325z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDeployedCodeAccountRounded(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.235 19.908q-.162-.04-.298-.127l-2.346-1.365q-.293-.162-.442-.442T13 17.371v-2.717q0-.323.149-.603t.442-.442l2.345-1.365q.137-.086.298-.127q.162-.04.324-.04t.31.043t.286.124L19.5 13.61q.292.161.454.441q.161.28.161.603v2.717q0 .323-.161.603q-.162.28-.454.442l-2.346 1.365q-.137.08-.286.124t-.31.043t-.324-.04M4.038 18.615q-.44 0-.739-.299T3 17.577v-.608q0-.69.348-1.194t.983-.802q1.361-.661 2.56-.987q1.198-.326 2.715-.376q.161 0 .292.068t.212.199t.115.27t-.015.301q-.073.327-.11.676t-.036.695q0 .5.076 1.007t.227.957q.056.161.027.298t-.11.267t-.198.199t-.28.069zm3.839-8.107Q7 9.63 7 8.385t.877-2.123T10 5.385t2.123.877T13 8.385t-.877 2.123t-2.123.877t-2.123-.877m6.465 3.65l2.216 1.279l2.215-1.28l-2.215-1.272zm2.658 4.7l2.23-1.281v-2.73L17 16.19zm-3.116-1.281l2.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.235 19.908q-.162-.04-.298-.127l-2.346-1.365q-.293-.162-.442-.442T13 17.371v-2.717q0-.323.149-.603t.442-.442l2.345-1.365q.137-.086.298-.127q.162-.04.324-.04t.31.043t.286.124L19.5 13.61q.292.161.454.441q.161.28.161.603v2.717q0 .323-.161.603q-.162.28-.454.442l-2.346 1.365q-.137.08-.286.124t-.31.043t-.324-.04M4.038 18.615q-.44 0-.739-.299T3 17.577v-.608q0-.69.348-1.194t.983-.802q1.361-.661 2.56-.987q1.198-.326 2.715-.376q.161 0 .292.068t.212.199t.115.27t-.015.301q-.073.327-.11.676t-.036.695q0 .5.076 1.007t.227.957q.056.161.027.298t-.11.267t-.198.199t-.28.069zm3.839-8.107Q7 9.63 7 8.385t.877-2.123T10 5.385t2.123.877T13 8.385t-.877 2.123t-2.123.877t-2.123-.877m6.465 3.65l2.216 1.279l2.215-1.28l-2.215-1.272zm2.658 4.7l2.23-1.281v-2.73L17 16.19zm-3.116-1.281l2.231 1.306v-2.667l-2.23-1.325z"/></svg> </template>
CSS
.icon-deployed-code-account-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%22M16.235%2019.908q-.162-.04-.298-.127l-2.346-1.365q-.293-.162-.442-.442T13%2017.371v-2.717q0-.323.149-.603t.442-.442l2.345-1.365q.137-.086.298-.127q.162-.04.324-.04t.31.043t.286.124L19.5%2013.61q.292.161.454.441q.161.28.161.603v2.717q0%20.323-.161.603q-.162.28-.454.442l-2.346%201.365q-.137.08-.286.124t-.31.043t-.324-.04M4.038%2018.615q-.44%200-.739-.299T3%2017.577v-.608q0-.69.348-1.194t.983-.802q1.361-.661%202.56-.987q1.198-.326%202.715-.376q.161%200%20.292.068t.212.199t.115.27t-.015.301q-.073.327-.11.676t-.036.695q0%20.5.076%201.007t.227.957q.056.161.027.298t-.11.267t-.198.199t-.28.069zm3.839-8.107Q7%209.63%207%208.385t.877-2.123T10%205.385t2.123.877T13%208.385t-.877%202.123t-2.123.877t-2.123-.877m6.465%203.65l2.216%201.279l2.215-1.28l-2.215-1.272zm2.658%204.7l2.23-1.281v-2.73L17%2016.19zm-3.116-1.281l2.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.235%2019.908q-.162-.04-.298-.127l-2.346-1.365q-.293-.162-.442-.442T13%2017.371v-2.717q0-.323.149-.603t.442-.442l2.345-1.365q.137-.086.298-.127q.162-.04.324-.04t.31.043t.286.124L19.5%2013.61q.292.161.454.441q.161.28.161.603v2.717q0%20.323-.161.603q-.162.28-.454.442l-2.346%201.365q-.137.08-.286.124t-.31.043t-.324-.04M4.038%2018.615q-.44%200-.739-.299T3%2017.577v-.608q0-.69.348-1.194t.983-.802q1.361-.661%202.56-.987q1.198-.326%202.715-.376q.161%200%20.292.068t.212.199t.115.27t-.015.301q-.073.327-.11.676t-.036.695q0%20.5.076%201.007t.227.957q.056.161.027.298t-.11.267t-.198.199t-.28.069zm3.839-8.107Q7%209.63%207%208.385t.877-2.123T10%205.385t2.123.877T13%208.385t-.877%202.123t-2.123.877t-2.123-.877m6.465%203.65l2.216%201.279l2.215-1.28l-2.215-1.272zm2.658%204.7l2.23-1.281v-2.73L17%2016.19zm-3.116-1.281l2.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-rounded.svg?color=%231a73e8&size=48