Hotpepper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hotpepper 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/327134.svg" alt="Hotpepper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327134.svg" alt="Hotpepper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327134.svg" alt="Hotpepper icon" :width="24" :height="24" />
CSS background
.icon-hotpepper {
background-image: url('https://proicons.com/icon/327134.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M21.1411,14.5318c-4.504,10.1132-1.1225,17.0484-1.2399,22.2052-.0744,3.2679-3.5506,6.1994-7.0448,4.0014s-.3945-4.396,2.4798-3.0997,4.1142,5.8613,10.7645,5.8613,10.5954-4.0578,10.5954-10.3136-3.3256-12.194-9.2991-12.1171c-1.9775.0255-2.7839-.0696-2.7897.9111-.0047.789,1.2047,1.0614,2.7897,1.0614,3.4613,0,8.1156-3.4379,8.1156-8.5101s-2.4798-10.0318-9.3555-10.0318c-8.0029,0-11.6098,5.354-11.6098,5.354"/></svg>
Copied!