Web Developer Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Web Developer 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/320983.svg" alt="Web Developer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320983.svg" alt="Web Developer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320983.svg" alt="Web Developer icon" :width="24" :height="24" />
CSS background
.icon-web-developer {
background-image: url('https://proicons.com/icon/320983.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="web--developer_00000048482210920810834670000003432370706082419375_" d="M16.5,3c0-0.276,0.224-0.5,0.5-0.5 s0.5,0.224,0.5,0.5S17.276,3.5,17,3.5S16.5,3.276,16.5,3z M15,3.5c0.276,0,0.5-0.224,0.5-0.5S15.276,2.5,15,2.5S14.5,2.724,14.5,3 S14.724,3.5,15,3.5z M19,3.5c0.276,0,0.5-0.224,0.5-0.5S19.276,2.5,19,2.5S18.5,2.724,18.5,3S18.724,3.5,19,3.5z M31.36,31h-0.72 c0-4.35-2.937-8.174-7.142-9.301c-0.143-0.038-0.248-0.159-0.265-0.307c-0.018-0.146,0.058-0.289,0.188-0.358 c1.677-0.898,2.719-2.636,2.719-4.534c0-2.834-2.306-5.14-5.14-5.14s-5.14,2.306-5.14,5.14c0,1.898,1.042,3.636,2.719,4.534 c0.13,0.069,0.205,0.212,0.188,0.358c-0.017,0.147-0.121,0.269-0.265,0.307C14.297,22.826,11.36,26.65,11.36,31h-0.72 c0-4.407,2.806-8.313,6.915-9.761c-0.356-0.259-0.679-0.554-0.964-0.879H1c-0.199,0-0.36-0.161-0.36-0.36V1 c0-0.199,0.161-0.36,0.36-0.36h20c0.199,0,0.36,0.161,0.36,0.36v9.651c3.063,0.187,5.5,2.739,5.5,5.849 c0,1.893-0.908,3.645-2.415,4.739C28.554,22.687,31.36,26.593,31.36,31z M1.36,1.36v3.28h19.28V1.36H1.36z M20.64,10.651V5.36H1.36 v14.28h14.691c-0.585-0.922-0.911-2.005-0.911-3.14C15.14,13.39,17.576,10.837,20.64,10.651z M7,14.36h5v-0.72H7V14.36z M4.254,7.746L3.746,8.254L6.491,11l-2.745,2.746l0.509,0.509L7.509,11L4.254,7.746z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!