Riscv Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Riscv 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/315870.svg" alt="Riscv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315870.svg" alt="Riscv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315870.svg" alt="Riscv icon" :width="24" :height="24" />
CSS background
.icon-riscv {
background-image: url('https://proicons.com/icon/315870.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>RISC-V</title><path d="M6.94945.05132h16.9479v6.2099l-10.42482 14.7424-.52374.73429-5.7888-6.84154c4.10309-.73955 6.2099-3.89648 6.2099-7.37054 0-3.47539-2.10681-7.0534-6.42044-7.4745zM1.47516 13.42121l8.73912 10.52747H0V3.4188h5.47428c2.94506 0 4.42154 1.9989 4.42154 4.10703 0 2.1068-1.47648 4.20967-4.42154 4.20967H1.47516v1.6857zm14.0693 10.52747H24V12.1566l-7.68505 10.73802-.77048 1.05406z"/></svg>
Copied!