2600emu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 2600emu 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/321174.svg" alt="2600emu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321174.svg" alt="2600emu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321174.svg" alt="2600emu icon" :width="24" :height="24" />
CSS background
.icon-2600emu {
background-image: url('https://proicons.com/icon/321174.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.k{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="k" d="M9.5,22.5881c0-1.6388,1.5364-2.9703,3.2776-2.663,1.1267.2048,2.0485,1.2291,2.1509,2.3558,0,.8194-.2048,1.7412-.8194,2.2533-1.1267.9218-4.6091,3.5848-4.6091,3.5848h5.4285"/><line id="d" class="k" x1="29.9946" y1="21.2204" x2="26.0442" y2="27.2447"/><path id="e" class="k" d="M28.111,28.1482h0c-1.5364,0-2.7655-1.2291-2.7655-2.663v-2.7655c0-1.5364,1.2291-2.663,2.663-2.663h0c1.5364,0,2.663,1.2291,2.663,2.663v2.7655c.2048,1.5364-1.0242,2.663-2.5606,2.663Z"/><line id="f" class="k" x1="37.8005" y1="21.118" x2="33.8502" y2="27.1423"/><path id="g" class="k" d="M35.917,28.0457h0c-1.5364,0-2.7655-1.2291-2.7655-2.663v-2.7655c0-1.5364,1.2291-2.663,2.663-2.663h0c1.5364,0,2.663,1.2291,2.663,2.663v2.7655c.2048,1.5364-1.0242,2.663-2.5606,2.663Z"/><circle id="h" class="k" cx="20.1219" cy="25.3827" r="2.7654"/><path id="i" class="k" d="M22.5801,20.8761c-.4097-.6145-1.1267-1.0242-2.2533-1.0242h-.2049c-1.5364,0-2.7654,1.2291-2.7654,2.663v2.8679"/><path id="j" class="k" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z"/></svg>
Copied!