Yelp Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Yelp 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/306965.svg" alt="Yelp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306965.svg" alt="Yelp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306965.svg" alt="Yelp icon" :width="24" :height="24" />
CSS background
.icon-yelp {
background-image: url('https://proicons.com/icon/306965.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M583 621c-15 15-3 42-3 42l111 185s19 25 34 25c16 0 32-13 32-13l88-126s9-16 9-29c0-20-29-26-29-26l-208-66s-21-6-34 8zm-11-94c11 18 40 13 40 13l208-61s28-11 32-26c4-16-5-34-5-34l-99-117s-8-15-26-16c-20-2-32 22-32 22L573 492s-11 19-1 35zm-98-72c24-6 28-41 28-41l-1-296s-4-36-20-46c-26-16-34-8-41-7l-173 64s-16 6-25 20c-13 20 13 49 13 49l179 245s18 18 40 12zm-42 120c0-23-28-37-28-37l-185-93s-28-11-41-4c-10 6-19 17-20 27l-12 149s-2 25 5 37c9 17 40 5 40 5l217-48c8-5 23-6 24-36zm53 80c-18-9-41 10-41 10L300 825s-18 24-14 39c4 14 12 21 22 26l145 46s18 4 31 0c19-6 16-35 16-35l3-216s-1-21-18-30z"/></svg>
Copied!