Riseup Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Riseup 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/315871.svg" alt="Riseup icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315871.svg" alt="Riseup icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315871.svg" alt="Riseup icon" :width="24" :height="24" />
CSS background
.icon-riseup {
background-image: url('https://proicons.com/icon/315871.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>Riseup</title><path d="M10.5 24l-1.485-9.007-8.961-1.738L8.16 9.06 7.045 0l6.495 6.414 8.271-3.861-4.093 8.16 6.228 6.673-9.024-1.372z"/></svg>
Copied!