Vaux Editor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vaux Editor 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/334657.svg" alt="Vaux Editor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334657.svg" alt="Vaux Editor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334657.svg" alt="Vaux Editor icon" :width="24" :height="24" />
CSS background
.icon-vaux-editor {
background-image: url('https://proicons.com/icon/334657.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="m24.0011,42.5c-1.4979,0-2.9191-.8874-3.5284-2.3566L8.2988,10.7813c-.8075-1.9485.1172-4.1826,2.0647-4.9901,1.9485-.8054,4.1826.1172,4.9901,2.0647l12.1738,29.3622c.8075,1.9485-.1172,4.1826-2.0647,4.9901-.4783.1982-.9737.2919-1.4617.2919Z"/><path class="b" d="m24,28.7102l8.6464-20.8544c.8086-1.9475,3.0448-2.8701,4.9901-2.0647,1.9475.8075,2.8722,3.0416,2.0647,4.9901l-12.1738,29.3622"/></svg>
Copied!