Recommendation Jp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Recommendation Jp 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/332003.svg" alt="Recommendation Jp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332003.svg" alt="Recommendation Jp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332003.svg" alt="Recommendation Jp icon" :width="24" :height="24" />
CSS background
.icon-recommendation-jp {
background-image: url('https://proicons.com/icon/332003.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M24.0001,4.5c-8.8033,0-15.9397,7.1364-15.9397,15.9397v23.0603h5.3377c3.7422,0,6.7757-3.0336,6.7757-6.7757v-.8266c1.2279.3031,2.5047.4817,3.8263.4817,8.8032,0,15.9396-7.1364,15.9396-15.9396s-7.1364-15.9397-15.9396-15.9397Z"/><line class="c" x1="29.006" y1="5.3043" x2="29.006" y2="15.2065"/><line class="c" x1="20.1738" y1="35.9153" x2="20.1738" y2="24.5833"/><path class="c" d="M31.1631,17.5614l-4.356-4.7553c-2.3524-2.5681-6.6334-.9038-6.6334,2.5789v9.1983c0,3.4827,4.2809,5.147,6.6334,2.5789l4.356-4.7553c1.2559-1.371,1.2559-3.4744,0-4.8454Z"/></svg>
Copied!