Reasonstudios Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Reasonstudios 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/315807.svg" alt="Reasonstudios icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315807.svg" alt="Reasonstudios icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315807.svg" alt="Reasonstudios icon" :width="24" :height="24" />
CSS background
.icon-reasonstudios {
background-image: url('https://proicons.com/icon/315807.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>Reason Studios</title><path d="M2.49 5.114l8.3-4.79a2.421 2.421 0 012.39-.017l.03.017 8.299 4.79c.74.427 1.2 1.212 1.211 2.065V16.79c0 .854-.451 1.645-1.184 2.08l-.027.016-8.299 4.79a2.42 2.42 0 01-2.39.017l-.03-.017-8.3-4.79a2.421 2.421 0 01-1.21-2.065V7.21c0-.855.45-1.645 1.184-2.08l.026-.016 8.3-4.79zM12 4.026L5.092 8.013v7.974L12 19.974V12l6.908-3.987z"/></svg>
Copied!