Fully Managed Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Fully Managed icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/320070.svg" alt="Fully Managed icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320070.svg" alt="Fully Managed icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320070.svg" alt="Fully Managed icon" :width="24" :height="24" />
CSS background
.icon-fully-managed {
background-image: url('https://proicons.com/icon/320070.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 26.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="fully-managed_00000171681742512952168910000000634891036808127163_" d="M16,30.36c-0.062,0-0.125-0.017-0.181-0.05l-12-7 C3.708,23.246,3.64,23.128,3.64,23v-7c0-0.128,0.068-0.247,0.179-0.311l6-3.5c0.111-0.065,0.251-0.065,0.362,0l4.821,2.812 l0.638-0.365V9c0-0.128,0.068-0.247,0.179-0.311L21.285,5.5L16,2.417L5.36,8.629v0.948c0,0.128-0.068,0.248-0.18,0.312l-1,0.578 c-0.111,0.064-0.249,0.064-0.36,0l-1-0.578C2.708,9.825,2.64,9.706,2.64,9.577V8.423c0-0.128,0.068-0.248,0.18-0.312l1-0.578 c0.111-0.064,0.249-0.064,0.36,0l0.819,0.473l10.819-6.317c0.112-0.065,0.251-0.065,0.363,0l12,7C28.292,8.753,28.36,8.872,28.36,9 v7c0,0.128-0.068,0.247-0.179,0.311l-6,3.5c-0.113,0.066-0.25,0.066-0.363,0l-4.82-2.812l-0.638,0.364V23 c0,0.128-0.068,0.246-0.179,0.311L10.714,26.5L16,29.583l10.64-6.213v-0.947c0-0.129,0.069-0.247,0.181-0.312l1-0.577 c0.111-0.064,0.248-0.064,0.359,0l1,0.577c0.111,0.064,0.181,0.183,0.181,0.312v1.154c0,0.129-0.069,0.247-0.181,0.312l-1,0.577 c-0.111,0.064-0.248,0.064-0.359,0l-0.819-0.473L16.183,30.31C16.125,30.344,16.062,30.36,16,30.36z M4.36,22.793l5.64,3.29 l5.64-3.29v-5.431l-0.82-0.473c-0.111-0.064-0.18-0.184-0.18-0.312v-0.954L10,12.917l-5.64,3.29V22.793z M27.36,23.369L28,23.738 l0.64-0.369v-0.738L28,22.262l-0.64,0.369V23.369z M17.36,16.377L22,19.083l5.64-3.29V9.207L22,5.917l-5.64,3.29v5.431l0.82,0.474 c0.111,0.064,0.181,0.183,0.181,0.312L17.36,16.377L17.36,16.377z M15.36,16.369l0.641,0.37l0.639-0.365V15.63l-0.641-0.371 l-0.639,0.365V16.369z M3.36,9.369L4,9.739l0.64-0.37V8.631L4,8.261l-0.64,0.37C3.36,8.631,3.36,9.369,3.36,9.369z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!