yelp icon
yelp from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- yelp
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Jam Icons
Use the yelp icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-4.5 -2 24 24"><path fill="currentColor" d="M5.893 14.08L3.13 17.444a.903.903 0 0 0 .367 1.413l2.701 1.063a.903.903 0 0 0 1.233-.816l.117-4.407c.023-.889-1.09-1.304-1.655-.617m-.459-3.345L1.336 9.264a.903.903 0 0 0-1.207.82l-.093 2.902a.903.903 0 0 0 1.183.886l4.19-1.372c.845-.276.861-1.465.025-1.765m4.696.472l4.198-1.157a.903.903 0 0 0 .514-1.366l-1.595-2.426a.903.903 0 0 0-1.477-.043L9.134 9.749c-.531.713.14 1.694.996 1.458M7.09 1.12A1.07 1.07 0 0 0 5.74.04L2.416.946a1.07 1.07 0 0 0-.592 1.65l3.813 6.606q.045.082.105.153c.565.663 1.625.418 1.886-.36c.047-.139.06-.287.048-.434l-.585-7.44zm7.266 13.106l-4.215-1.294c-.85-.26-1.548.701-1.038 1.429l2.5 3.564a.903.903 0 0 0 1.46.025l1.749-2.317a.903.903 0 0 0-.456-1.407"/></svg>
React
import type { SVGProps } from "react";
export function JamYelp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-4.5 -2 24 24"><path fill="currentColor" d="M5.893 14.08L3.13 17.444a.903.903 0 0 0 .367 1.413l2.701 1.063a.903.903 0 0 0 1.233-.816l.117-4.407c.023-.889-1.09-1.304-1.655-.617m-.459-3.345L1.336 9.264a.903.903 0 0 0-1.207.82l-.093 2.902a.903.903 0 0 0 1.183.886l4.19-1.372c.845-.276.861-1.465.025-1.765m4.696.472l4.198-1.157a.903.903 0 0 0 .514-1.366l-1.595-2.426a.903.903 0 0 0-1.477-.043L9.134 9.749c-.531.713.14 1.694.996 1.458M7.09 1.12A1.07 1.07 0 0 0 5.74.04L2.416.946a1.07 1.07 0 0 0-.592 1.65l3.813 6.606q.045.082.105.153c.565.663 1.625.418 1.886-.36c.047-.139.06-.287.048-.434l-.585-7.44zm7.266 13.106l-4.215-1.294c-.85-.26-1.548.701-1.038 1.429l2.5 3.564a.903.903 0 0 0 1.46.025l1.749-2.317a.903.903 0 0 0-.456-1.407"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-4.5 -2 24 24"><path fill="currentColor" d="M5.893 14.08L3.13 17.444a.903.903 0 0 0 .367 1.413l2.701 1.063a.903.903 0 0 0 1.233-.816l.117-4.407c.023-.889-1.09-1.304-1.655-.617m-.459-3.345L1.336 9.264a.903.903 0 0 0-1.207.82l-.093 2.902a.903.903 0 0 0 1.183.886l4.19-1.372c.845-.276.861-1.465.025-1.765m4.696.472l4.198-1.157a.903.903 0 0 0 .514-1.366l-1.595-2.426a.903.903 0 0 0-1.477-.043L9.134 9.749c-.531.713.14 1.694.996 1.458M7.09 1.12A1.07 1.07 0 0 0 5.74.04L2.416.946a1.07 1.07 0 0 0-.592 1.65l3.813 6.606q.045.082.105.153c.565.663 1.625.418 1.886-.36c.047-.139.06-.287.048-.434l-.585-7.44zm7.266 13.106l-4.215-1.294c-.85-.26-1.548.701-1.038 1.429l2.5 3.564a.903.903 0 0 0 1.46.025l1.749-2.317a.903.903 0 0 0-.456-1.407"/></svg> </template>
CSS
.icon-yelp {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%22-4.5%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.893%2014.08L3.13%2017.444a.903.903%200%200%200%20.367%201.413l2.701%201.063a.903.903%200%200%200%201.233-.816l.117-4.407c.023-.889-1.09-1.304-1.655-.617m-.459-3.345L1.336%209.264a.903.903%200%200%200-1.207.82l-.093%202.902a.903.903%200%200%200%201.183.886l4.19-1.372c.845-.276.861-1.465.025-1.765m4.696.472l4.198-1.157a.903.903%200%200%200%20.514-1.366l-1.595-2.426a.903.903%200%200%200-1.477-.043L9.134%209.749c-.531.713.14%201.694.996%201.458M7.09%201.12A1.07%201.07%200%200%200%205.74.04L2.416.946a1.07%201.07%200%200%200-.592%201.65l3.813%206.606q.045.082.105.153c.565.663%201.625.418%201.886-.36c.047-.139.06-.287.048-.434l-.585-7.44zm7.266%2013.106l-4.215-1.294c-.85-.26-1.548.701-1.038%201.429l2.5%203.564a.903.903%200%200%200%201.46.025l1.749-2.317a.903.903%200%200%200-.456-1.407%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%22-4.5%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.893%2014.08L3.13%2017.444a.903.903%200%200%200%20.367%201.413l2.701%201.063a.903.903%200%200%200%201.233-.816l.117-4.407c.023-.889-1.09-1.304-1.655-.617m-.459-3.345L1.336%209.264a.903.903%200%200%200-1.207.82l-.093%202.902a.903.903%200%200%200%201.183.886l4.19-1.372c.845-.276.861-1.465.025-1.765m4.696.472l4.198-1.157a.903.903%200%200%200%20.514-1.366l-1.595-2.426a.903.903%200%200%200-1.477-.043L9.134%209.749c-.531.713.14%201.694.996%201.458M7.09%201.12A1.07%201.07%200%200%200%205.74.04L2.416.946a1.07%201.07%200%200%200-.592%201.65l3.813%206.606q.045.082.105.153c.565.663%201.625.418%201.886-.36c.047-.139.06-.287.048-.434l-.585-7.44zm7.266%2013.106l-4.215-1.294c-.85-.26-1.548.701-1.038%201.429l2.5%203.564a.903.903%200%200%200%201.46.025l1.749-2.317a.903.903%200%200%200-.456-1.407%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/yelp.svg?color=%231a73e8&size=48