Manage Applications Anywhere Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Manage Applications Anywhere 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/320327.svg" alt="Manage Applications Anywhere icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320327.svg" alt="Manage Applications Anywhere icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320327.svg" alt="Manage Applications Anywhere icon" :width="24" :height="24" />
CSS background
.icon-manage-applications-anywhere {
background-image: url('https://proicons.com/icon/320327.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 25.4.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="manage-applications-anywhere_00000119821349750983490050000001720904566680607368_" d="M16,30.36 c-0.649,0-1.193-0.457-1.328-1.065C8.397,28.672,3.328,23.603,2.706,17.328C2.097,17.193,1.64,16.649,1.64,16 s0.457-1.193,1.065-1.328C3.328,8.397,8.397,3.328,14.672,2.706C14.807,2.097,15.351,1.64,16,1.64s1.193,0.457,1.328,1.065 c6.274,0.623,11.344,5.692,11.967,11.966c0.608,0.135,1.065,0.679,1.065,1.328c0,0.649-0.457,1.193-1.065,1.328 c-0.623,6.274-5.692,11.344-11.967,11.967C17.193,29.903,16.649,30.36,16,30.36z M16,28.36c-0.353,0-0.64,0.287-0.64,0.64 s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S16.353,28.36,16,28.36z M16,27.64c0.602,0,1.113,0.393,1.292,0.935 c5.908-0.603,10.68-5.374,11.282-11.282c-0.542-0.179-0.935-0.69-0.935-1.292s0.393-1.113,0.935-1.292 C27.972,8.8,23.2,4.028,17.292,3.425C17.113,3.968,16.602,4.36,16,4.36s-1.113-0.392-1.292-0.935C8.8,4.028,4.028,8.8,3.425,14.708 C3.968,14.887,4.36,15.398,4.36,16c0,0.602-0.392,1.113-0.935,1.292C4.028,23.2,8.8,27.972,14.708,28.574 C14.887,28.032,15.398,27.64,16,27.64z M29,15.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64 S29.353,15.36,29,15.36z M3,15.36c-0.353,0-0.64,0.287-0.64,0.64S2.647,16.64,3,16.64S3.64,16.353,3.64,16S3.353,15.36,3,15.36z M16,2.36c-0.353,0-0.64,0.287-0.64,0.64S15.647,3.64,16,3.64c0.353,0,0.64-0.287,0.64-0.64S16.353,2.36,16,2.36z M23,23.36H13 c-0.199,0-0.36-0.161-0.36-0.36v-3.64H9c-0.199,0-0.36-0.161-0.36-0.36v-9c0-0.199,0.161-0.36,0.36-0.36h10 c0.199,0,0.36,0.161,0.36,0.36v3.64H23c0.199,0,0.36,0.161,0.36,0.36v9C23.36,23.199,23.199,23.36,23,23.36z M13.36,22.64h9.28 v-8.28h-9.28V22.64z M9.36,18.64h3.28V14c0-0.199,0.161-0.36,0.36-0.36h5.64v-3.28H9.36V18.64z M17,16.36h-2v-0.72h2V16.36z M13,12.36h-2v-0.72h2V12.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!