Rvx Manager Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rvx Manager 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/332299.svg" alt="Rvx Manager icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332299.svg" alt="Rvx Manager icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332299.svg" alt="Rvx Manager icon" :width="24" :height="24" />
CSS background
.icon-rvx-manager {
background-image: url('https://proicons.com/icon/332299.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m23.4269,25.7589l8.4772-6.0759c3.4959-2.4722,3.4622-6.2241-.2381-8.4258l-9.8568-5.9852c-3.7003-2.194-8.2932.5485-8.2932,4.944v14.8347"/><path class="b" d="m13.5154,39.7665v-15.6198c0-3.5198,4.416-5.0882,6.6287-2.362l12.6973,15.6282c1.9793,2.4367.2427,6.0871-2.8942,6.0871h-12.6973c-2.0632,0-3.7345-1.6712-3.7345-3.7345v.0009Z"/></svg>
Copied!