deployed code account icon
deployed-code-account-outline-rounded from Material Symbols by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- deployed-code-account-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More ui actions icons from Material Symbols
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="M2 18v-.8q0-.825.425-1.55t1.175-1.1q1.5-.75 3.113-1.15t3.312-.4q.4 0 .688.288t.287.762q0 .4-.288.675t-.687.275q-1.775 0-3.2.45t-2.325.9q-.225.125-.363.35T4 17.2v.8h6q.425 0 .713.288T11 19t-.288.713T10 20H4q-.825 0-1.412-.587T2 18m14.6 2.975q-.2-.05-.375-.175l-3-1.75q-.35-.2-.537-.537t-.188-.738V14.25q0-.4.188-.737t.537-.538l3-1.75q.175-.125.375-.175T17 11t.388.063t.362.162l3 1.75q.35.2.55.538t.2.737v3.525q0 .4-.2.738t-.55.537l-3 1.75q-.175.1-.363.163t-.387.062t-.4-.05m-9.425-10.15Q6 9.65 6 8t1.175-2.825T10 4t2.825 1.175T14 8t-1.175 2.825T10 12t-2.825-1.175m4.238-1.412Q12 8.825 12 8t-.587-1.412T10 6t-1.412.588T8 8t.588 1.413T10 10t1.413-.587m3.237 4.437L17 15.225l2.35-1.375L17 12.5zm3.1 5.2l2.25-1.3V15l-2.25 1.325zM14 17.75l2.25 1.325V16.35L14 15.025z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDeployedCodeAccountOutlineRounded(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="M2 18v-.8q0-.825.425-1.55t1.175-1.1q1.5-.75 3.113-1.15t3.312-.4q.4 0 .688.288t.287.762q0 .4-.288.675t-.687.275q-1.775 0-3.2.45t-2.325.9q-.225.125-.363.35T4 17.2v.8h6q.425 0 .713.288T11 19t-.288.713T10 20H4q-.825 0-1.412-.587T2 18m14.6 2.975q-.2-.05-.375-.175l-3-1.75q-.35-.2-.537-.537t-.188-.738V14.25q0-.4.188-.737t.537-.538l3-1.75q.175-.125.375-.175T17 11t.388.063t.362.162l3 1.75q.35.2.55.538t.2.737v3.525q0 .4-.2.738t-.55.537l-3 1.75q-.175.1-.363.163t-.387.062t-.4-.05m-9.425-10.15Q6 9.65 6 8t1.175-2.825T10 4t2.825 1.175T14 8t-1.175 2.825T10 12t-2.825-1.175m4.238-1.412Q12 8.825 12 8t-.587-1.412T10 6t-1.412.588T8 8t.588 1.413T10 10t1.413-.587m3.237 4.437L17 15.225l2.35-1.375L17 12.5zm3.1 5.2l2.25-1.3V15l-2.25 1.325zM14 17.75l2.25 1.325V16.35L14 15.025z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 18v-.8q0-.825.425-1.55t1.175-1.1q1.5-.75 3.113-1.15t3.312-.4q.4 0 .688.288t.287.762q0 .4-.288.675t-.687.275q-1.775 0-3.2.45t-2.325.9q-.225.125-.363.35T4 17.2v.8h6q.425 0 .713.288T11 19t-.288.713T10 20H4q-.825 0-1.412-.587T2 18m14.6 2.975q-.2-.05-.375-.175l-3-1.75q-.35-.2-.537-.537t-.188-.738V14.25q0-.4.188-.737t.537-.538l3-1.75q.175-.125.375-.175T17 11t.388.063t.362.162l3 1.75q.35.2.55.538t.2.737v3.525q0 .4-.2.738t-.55.537l-3 1.75q-.175.1-.363.163t-.387.062t-.4-.05m-9.425-10.15Q6 9.65 6 8t1.175-2.825T10 4t2.825 1.175T14 8t-1.175 2.825T10 12t-2.825-1.175m4.238-1.412Q12 8.825 12 8t-.587-1.412T10 6t-1.412.588T8 8t.588 1.413T10 10t1.413-.587m3.237 4.437L17 15.225l2.35-1.375L17 12.5zm3.1 5.2l2.25-1.3V15l-2.25 1.325zM14 17.75l2.25 1.325V16.35L14 15.025z"/></svg> </template>
CSS
.icon-deployed-code-account-outline-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%22M2%2018v-.8q0-.825.425-1.55t1.175-1.1q1.5-.75%203.113-1.15t3.312-.4q.4%200%20.688.288t.287.762q0%20.4-.288.675t-.687.275q-1.775%200-3.2.45t-2.325.9q-.225.125-.363.35T4%2017.2v.8h6q.425%200%20.713.288T11%2019t-.288.713T10%2020H4q-.825%200-1.412-.587T2%2018m14.6%202.975q-.2-.05-.375-.175l-3-1.75q-.35-.2-.537-.537t-.188-.738V14.25q0-.4.188-.737t.537-.538l3-1.75q.175-.125.375-.175T17%2011t.388.063t.362.162l3%201.75q.35.2.55.538t.2.737v3.525q0%20.4-.2.738t-.55.537l-3%201.75q-.175.1-.363.163t-.387.062t-.4-.05m-9.425-10.15Q6%209.65%206%208t1.175-2.825T10%204t2.825%201.175T14%208t-1.175%202.825T10%2012t-2.825-1.175m4.238-1.412Q12%208.825%2012%208t-.587-1.412T10%206t-1.412.588T8%208t.588%201.413T10%2010t1.413-.587m3.237%204.437L17%2015.225l2.35-1.375L17%2012.5zm3.1%205.2l2.25-1.3V15l-2.25%201.325zM14%2017.75l2.25%201.325V16.35L14%2015.025z%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%22M2%2018v-.8q0-.825.425-1.55t1.175-1.1q1.5-.75%203.113-1.15t3.312-.4q.4%200%20.688.288t.287.762q0%20.4-.288.675t-.687.275q-1.775%200-3.2.45t-2.325.9q-.225.125-.363.35T4%2017.2v.8h6q.425%200%20.713.288T11%2019t-.288.713T10%2020H4q-.825%200-1.412-.587T2%2018m14.6%202.975q-.2-.05-.375-.175l-3-1.75q-.35-.2-.537-.537t-.188-.738V14.25q0-.4.188-.737t.537-.538l3-1.75q.175-.125.375-.175T17%2011t.388.063t.362.162l3%201.75q.35.2.55.538t.2.737v3.525q0%20.4-.2.738t-.55.537l-3%201.75q-.175.1-.363.163t-.387.062t-.4-.05m-9.425-10.15Q6%209.65%206%208t1.175-2.825T10%204t2.825%201.175T14%208t-1.175%202.825T10%2012t-2.825-1.175m4.238-1.412Q12%208.825%2012%208t-.587-1.412T10%206t-1.412.588T8%208t.588%201.413T10%2010t1.413-.587m3.237%204.437L17%2015.225l2.35-1.375L17%2012.5zm3.1%205.2l2.25-1.3V15l-2.25%201.325zM14%2017.75l2.25%201.325V16.35L14%2015.025z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/deployed-code-account-outline-rounded.svg?color=%231a73e8&size=48