Wa Revamp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wa Revamp 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/349492.svg" alt="Wa Revamp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349492.svg" alt="Wa Revamp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349492.svg" alt="Wa Revamp icon" :width="24" :height="24" />
CSS background
.icon-wa-revamp {
background-image: url('https://proicons.com/icon/349492.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>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="i" d="M37.7549,10.2451c-1.7414-1.7411-4.87-1.45-7.0256.6537l-5.0811-5.0811c-.4248-.4248-1.1111-.4234-1.5378.0033l-7.0948,7.0948c.1918.1401.3737.2956.5433.4643,1.4621,1.4616,1.7124,3.5821.559,4.7361l-.0009.0009M10.2451,37.7549c-1.7411-1.7414-1.45-4.87.6537-7.0256l-5.0811-5.0811c-.4248-.4248-.4234-1.1111.0033-1.5378l7.0948-7.0948c.1401.1918.2956.3737.4643.5433,1.4616,1.4621,3.5821,1.7124,4.7361.559l.0009-.0009M37.7549,10.2451c1.7411,1.7414,1.45,4.87-.6537,7.0256l5.0811,5.0811c.4248.4248.4234,1.1111-.0033,1.5378l-7.0948,7.0948c-.1401-.1918-.2956-.3737-.4643-.5433-1.4616-1.4621-3.5821-1.7124-4.7361-.559-.0003.0003-.0006.0006-.0009.0009M10.2451,37.7549c1.7414,1.7411,4.87,1.45,7.0256-.6537l5.0811,5.0811c.4248.4248,1.1111.4234,1.5378-.0033l7.0948-7.0948c-.1918-.1401-.3738-.2956-.5433-.4643-1.4621-1.4617-1.7124-3.5821-.559-4.7361.0003-.0003.0006-.0006.0009-.0009"/><polyline id="f" class="i" points="28.6391 23.8289 30.6202 17.3798 24.1712 19.3609"/><polyline id="g" class="i" points="23.8289 28.6391 17.3798 30.6201 19.3609 24.1711"/><line id="h" class="i" x1="20.9862" y1="18.4572" x2="27.0138" y2="29.5428"/></svg>
Copied!