Scream Go Hero Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Scream Go Hero 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/332490.svg" alt="Scream Go Hero icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332490.svg" alt="Scream Go Hero icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332490.svg" alt="Scream Go Hero icon" :width="24" :height="24" />
CSS background
.icon-scream-go-hero {
background-image: url('https://proicons.com/icon/332490.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>.j{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><g id="c"><path id="d" class="j" d="M32.6763,16.8519h-16.6298v-6.6898h26.4535v6.6898h-3.4385"/><path id="e" class="j" d="M16.5859,19.1452l-5.493,4.7191-5.5929-8.8843,3.7952.5832.3377-4.9554,6.4136,3.4338"/></g><g id="f"><path id="g" class="j" d="M16.9572,10.1605c.883-2.4766,3.2433-4.2401,6.0305-4.2401h12.5712c2.7873,0,5.1475,1.7635,6.0305,4.2402"/><path id="h" class="j" d="M32.6766,16.8516h-16.0906s0,8.4906,0,8.4906c-.0732.0595-.1434.1227-.2126.1897l-3.0322,2.9323c-1.2743,1.2333-1.3127,3.246-.0875,4.5121.9567.9886,2.392,1.2204,3.5824.6878.1772.6183.4416,1.1994.7836,1.7256v3.4888c0,1.7734,1.4184,3.2012,3.1802,3.2012s3.1802-1.4277,3.1802-3.2012v-.5773h10.5867v.5773c0,1.7734,1.4164,3.2012,3.1781,3.2012s3.1802-1.4277,3.1802-3.2012v-3.4846c.6535-1.0041,1.0358-2.2026,1.0358-3.495v-15.0471h-2.8989"/><path id="i" class="j" d="M32.2783,18.6278c.0496-1.4623.4963-2.8292,2.2682-2.5339l4.4278.7379c1.6368.2728,1.5722,1.9987,1.1583,2.9749-1.9042,4.4907-7.9675,2.1603-7.8542-1.179Z"/></g></g></svg>
Copied!