Mobile Development Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Mobile Development 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/320376.svg" alt="Mobile Development icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320376.svg" alt="Mobile Development icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320376.svg" alt="Mobile Development icon" :width="24" :height="24" />
CSS background
.icon-mobile-development {
background-image: url('https://proicons.com/icon/320376.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 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <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="mobile--development_00000037663033410137550180000012715509300652218263_" d="M29,2.5C29,2.776,28.776,3,28.5,3 S28,2.776,28,2.5S28.224,2,28.5,2S29,2.224,29,2.5z M26.5,2C26.224,2,26,2.224,26,2.5S26.224,3,26.5,3S27,2.776,27,2.5 S26.776,2,26.5,2z M24.5,2C24.224,2,24,2.224,24,2.5S24.224,3,24.5,3S25,2.776,25,2.5S24.776,2,24.5,2z M22.5,26 c0-0.276-0.224-0.5-0.5-0.5s-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5S22.5,26.276,22.5,26z M8.341,16.114l-0.683-0.228l2-6l0.683,0.228 L8.341,16.114z M11.254,15.254l-0.509-0.509L12.491,13l-1.745-1.746l0.509-0.509L13.509,13L11.254,15.254z M6.746,15.254L4.491,13 l2.255-2.254l0.509,0.509L5.509,13l1.745,1.746L6.746,15.254z M28,31.36H16v-0.72h12V31.36z M28,28.36H16 c-0.199,0-0.36-0.161-0.36-0.36v-5.64H1c-0.199,0-0.36-0.161-0.36-0.36V1c0-0.199,0.161-0.36,0.36-0.36h30 c0.199,0,0.36,0.161,0.36,0.36v21c0,0.199-0.161,0.36-0.36,0.36h-2.64V28C28.36,28.199,28.199,28.36,28,28.36z M16.36,27.64h11.28 v-3.28H16.36V27.64z M16.36,23.64h11.28V7.36H16.36V23.64z M28.36,21.64h2.279V4.36H1.36v17.28h14.28V7 c0-0.199,0.161-0.36,0.36-0.36h12c0.199,0,0.36,0.161,0.36,0.36V21.64z M1.36,3.64h29.28V1.36H1.36V3.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!