Jrgroup Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Jrgroup 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/314843.svg" alt="Jrgroup icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314843.svg" alt="Jrgroup icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314843.svg" alt="Jrgroup icon" :width="24" :height="24" />
CSS background
.icon-jrgroup {
background-image: url('https://proicons.com/icon/314843.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>JR Group</title><path d="M19.955 13.653h1.089c2.684 0 2.684-4.123 2.684-4.123s0-4.162-2.684-4.162H9.18v8.869c0 1.556-3.112 1.478-3.112 1.478s-3.073.116-3.073-1.478v-3.423H0v4.395c0 3.19 5.68 3.384 6.107 3.423.428 0 6.107-.194 6.107-3.423V8.363h7.896c.661 0 .661 1.167.661 1.167s0 1.167-.66 1.167h-6.069l5.952 7.702H24Z"/></svg>
Copied!