Build Applications Anywhere Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Build 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/319612.svg" alt="Build Applications Anywhere icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319612.svg" alt="Build Applications Anywhere icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319612.svg" alt="Build Applications Anywhere icon" :width="24" :height="24" />
CSS background
.icon-build-applications-anywhere {
background-image: url('https://proicons.com/icon/319612.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="build-applications-anywhere_00000132085377938786270570000016351661253612266687_" 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 M19,22.36 c-1.369,0-2.549-0.823-3.072-2H11c-0.199,0-0.36-0.161-0.36-0.36v-9c0-0.199,0.161-0.36,0.36-0.36h10c0.199,0,0.36,0.161,0.36,0.36 v5.61c0.617,0.609,1,1.456,1,2.39C22.36,20.853,20.853,22.36,19,22.36z M19,16.36c-1.456,0-2.64,1.184-2.64,2.64 s1.184,2.64,2.64,2.64s2.64-1.184,2.64-2.64S20.456,16.36,19,16.36z M11.36,19.64h4.341c-0.04-0.207-0.061-0.421-0.061-0.64 c0-1.853,1.507-3.36,3.36-3.36c0.595,0,1.154,0.155,1.64,0.428V11.36h-9.28V19.64z M19.36,20.5h-0.72v-1.14H17.5v-0.72h1.14V17.5 h0.721v1.14h1.14v0.721h-1.14L19.36,20.5L19.36,20.5z M15,13.36h-2v-0.72h2V13.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!