Moving Dolly Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Moving Dolly 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/320399.svg" alt="Moving Dolly icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320399.svg" alt="Moving Dolly icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320399.svg" alt="Moving Dolly icon" :width="24" :height="24" />
CSS background
.icon-moving-dolly {
background-image: url('https://proicons.com/icon/320399.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 27.2.0, 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="moving-dolly_00000090267106188751997760000011608971957513865618_" d="M17,31.36c-1.853,0-3.36-1.508-3.36-3.36 c0-1.204,0.636-2.262,1.59-2.854L4.834,3.486L1.161,5.322L0.839,4.678l4-2c0.087-0.043,0.187-0.05,0.278-0.019 C5.208,2.69,5.283,2.757,5.325,2.844l10.554,21.988c0.351-0.124,0.729-0.192,1.122-0.192c1.185,0,2.228,0.616,2.826,1.544 l11.013-5.506l0.322,0.645L20.15,26.828c0.136,0.365,0.211,0.761,0.211,1.173C20.36,29.853,18.853,31.36,17,31.36z M17,25.36 c-1.456,0-2.64,1.184-2.64,2.64s1.185,2.64,2.64,2.64c1.456,0,2.64-1.184,2.64-2.64S18.456,25.36,17,25.36z M19,23.36 c-0.132,0-0.259-0.073-0.322-0.199l-8-16c-0.089-0.178-0.017-0.394,0.161-0.483l6-3c0.181-0.089,0.395-0.017,0.483,0.161 l2.839,5.678l3.678-1.839c0.175-0.088,0.394-0.018,0.483,0.161l5,10c0.089,0.178,0.017,0.395-0.161,0.483l-10,5 C19.109,23.348,19.055,23.36,19,23.36z M14.483,13.161l4.678,9.355l4.541-2.271l-4.678-9.355L14.483,13.161z M19.668,10.568 l4.678,9.356l4.171-2.086l-4.678-9.356L19.668,10.568z M11.483,7.161l2.678,5.356l2.356-1.178l-2.678-5.356L11.483,7.161z M14.483,5.661l2.678,5.356l2.355-1.178l-2.678-5.356L14.483,5.661z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!