Revanced Extended Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Revanced Extended Alt 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/332131.svg" alt="Revanced Extended Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332131.svg" alt="Revanced Extended Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332131.svg" alt="Revanced Extended Alt icon" :width="24" :height="24" />
CSS background
.icon-revanced-extended-alt {
background-image: url('https://proicons.com/icon/332131.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="m19.4766,20.6316v6.8001l3.5817-2.1542c1.3412-.8889,1.2542-1.6612.052-2.5695,0,0-3.6337-2.0764-3.6337-2.0764Z"/><path id="d" class="e" d="m19.4766,27.4316l.026,1.4015c.0639,2.3188,2.1601,2.927,4.2306,1.6092l7.0077-4.0748c2.2911-1.455,2.3456-3.4849.1557-4.6977l-7.3452-4.2046c-1.9556-1.2035-4.0993-.5412-4.0748,1.687v1.4794l-1.9466-1.1679c-1.1685-.7405-2.0206-.3397-2.0244.8903v7.0777c-.096,1.3838,1.0591,1.882,1.9466,1.3237l2.0244-1.3237"/><path class="e" d="m43.1125,14.3938c-.4637-1.7234-1.8098-3.0695-3.5332-3.5332-2.3145-.8936-24.7326-1.3314-31.2358.0256-1.7235.4637-3.0698,1.8101-3.5334,3.5336-1.0446,4.583-1.1239,14.4914.0256,19.1767.4638,1.7234,1.81,3.0696,3.5334,3.5333,4.5829,1.0548,26.3712,1.2033,31.2358,0,1.7234-.4637,3.0695-1.8099,3.5332-3.5333,1.1138-4.993,1.1931-14.2867-.0256-19.2027Z"/></svg>
Copied!