Revheadz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Revheadz 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/346696.svg" alt="Revheadz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346696.svg" alt="Revheadz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346696.svg" alt="Revheadz icon" :width="24" :height="24" />
CSS background
.icon-revheadz {
background-image: url('https://proicons.com/icon/346696.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>.l{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="l" d="M9.5,5.5h29c2.2159996,0,4,1.78399992,4,4v29c0,2.2159996-1.7840004,4-4,4H9.5c-2.21600008,0-4-1.7840004-4-4V9.5c0-2.21600008,1.78399992-4,4-4Z"/><path id="f" class="l" d="M24.1966653,11.93616041c2.28853857,2.81886954,2.58944638,6.32686261.67210096,7.83540749-1.91776113,1.50798653-5.32733768.44522514-7.61562926-2.37378616-2.28853857-2.81886954-2.58944551-6.32686261-.67210096-7.83540749,1.91776113-1.5079874,5.32733768-.44522514,7.61562926,2.37378529h0"/><path id="g" class="l" d="M20.76411487,9.3316535l21.62488506,8.55036967"/><path id="h" class="l" d="M20.76411487,20.05883018l21.62488506,8.54945823"/><path id="i" class="l" d="M24.34987093,25.93173851c2.28853857,2.81886867,2.58944464,6.32686174.67210096,7.83540836-1.91776113,1.50798653-5.32733768.44522514-7.61562926-2.37378616-2.28794283-2.81855732-2.58882368-6.32583898-.67210096-7.83449518,1.91749153-1.50837616,5.32709416-.44601483,7.61562926,2.37287298h0"/><path id="j" class="l" d="M20.91823194,23.32814218l21.470768,8.48927006"/><path id="k" class="l" d="M20.91823194,34.05349597l19.74880653,7.80907825"/></svg>
Copied!