Revanced Extended Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Revanced Extended 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/332130.svg" alt="Revanced Extended icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332130.svg" alt="Revanced Extended icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332130.svg" alt="Revanced Extended icon" :width="24" :height="24" />
CSS background
.icon-revanced-extended {
background-image: url('https://proicons.com/icon/332130.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="m13.6228,16.2725v15.6001l8.2168-4.942c3.0769-2.0392,2.8772-3.8109.1192-5.8947l-8.336-4.7634Z"/><path id="d" class="e" d="m13.6228,31.8726l.0597,3.2153c.1465,5.3196,4.9555,6.7148,9.7054,3.6916l16.0764-9.3481c5.2561-3.338,5.381-7.9948.3573-10.7771l-16.8506-9.6458c-4.4864-2.761-9.4043-1.2415-9.3481,3.8702v3.3939l-4.4656-2.6794c-2.6807-1.6987-4.6354-.7794-4.6443,2.0425v16.237c-.2202,3.1745,2.4296,4.3176,4.4657,3.0366l4.6443-3.0366"/></svg>
Copied!