Dumb Ways 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dumb Ways 2 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/339391.svg" alt="Dumb Ways 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339391.svg" alt="Dumb Ways 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339391.svg" alt="Dumb Ways 2 icon" :width="24" :height="24" />
CSS background
.icon-dumb-ways-2 {
background-image: url('https://proicons.com/icon/339391.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M5.5,19.403h37"/><path class="b" d="M5.5,15.404h37"/><path class="b" d="M5.5,9.5h37"/><path class="b" d="M12.811,34.051c5.5946-1.1413,16.784-1.1413,22.378,0"/><path class="b" d="M19.506,33.308v2.5812c0,.6767-.3561,1.302-.9341,1.6404-.5781.3383-1.2902.3383-1.8683,0-.5781-.3383-.9341-.9636-.9341-1.6404l-.0446-2.2805"/><path class="b" d="M19.903,19.403c.7078,1.044,1.1194,2.6197,1.1194,4.2851h0c0,3.0376-1.3431,5.5-3,5.5s-3-2.4624-3-5.5c0-1.6662.412-3.2425,1.1203-4.2865"/><path class="b" d="M31.858,19.403c.7078,1.044,1.1194,2.6197,1.1194,4.2851h0c0,3.0376-1.3431,5.5-3,5.5s-3-2.4624-3-5.5h0c0-1.6662.412-3.2425,1.1203-4.2865"/><circle class="b" cx="18.594" cy="21.982" r="1"/><circle class="b" cx="30.55" cy="21.982" r="1"/></svg>
Copied!