yelp icon
yelp-fill from Akar Icons by Arturo Wibawa · Fill · MIT Free for personal and commercial use.
- Name
- yelp-fill
- Set
- Akar Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the yelp icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m4.98 11.264l4.701 2.278a1.075 1.075 0 0 1 .6 1.074a1.07 1.07 0 0 1-.81.927L4.393 16.8a1.09 1.09 0 0 1-1.187-.492a1.1 1.1 0 0 1-.146-.429a9.2 9.2 0 0 1 .424-3.996a1.07 1.07 0 0 1 .606-.645a1.1 1.1 0 0 1 .888.026m1.884 9.615l3.5-3.861a1.08 1.08 0 0 1 1.205-.277a1.08 1.08 0 0 1 .673 1.03l-.183 5.195a1.07 1.07 0 0 1-.396.793a1.08 1.08 0 0 1-.861.226a9.4 9.4 0 0 1-3.748-1.506a1.07 1.07 0 0 1-.46-.758a1.07 1.07 0 0 1 .27-.842m8.298-5.139l4.975 1.606a1.08 1.08 0 0 1 .657.596a1.06 1.06 0 0 1-.017.884a9.3 9.3 0 0 1-2.487 3.166a1.082 1.082 0 0 1-1.602-.258l-2.773-4.408a1.065 1.065 0 0 1 .065-1.226a1.08 1.08 0 0 1 1.182-.36m5.059-3.152l-5.029 1.433a1.085 1.085 0 0 1-1.169-.4A1.065 1.065 0 0 1 14 12.393l2.926-4.308a1.08 1.08 0 0 1 .755-.464a1.1 1.1 0 0 1 .85.257a9.2 9.2 0 0 1 2.379 3.25a1.07 1.07 0 0 1-.691 1.46M8.469.468a15 15 0 0 0-2.585.946a1.08 1.08 0 0 0-.564.65a1.06 1.06 0 0 0 .097.851l4.915 8.456a1.076 1.076 0 0 0 1.212.499a1.066 1.066 0 0 0 .799-1.034V1.072A1.065 1.065 0 0 0 11.622.06a1.1 1.1 0 0 0-.437-.057c-.918.072-1.826.228-2.715.465" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function AkarIconsYelpFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="m4.98 11.264l4.701 2.278a1.075 1.075 0 0 1 .6 1.074a1.07 1.07 0 0 1-.81.927L4.393 16.8a1.09 1.09 0 0 1-1.187-.492a1.1 1.1 0 0 1-.146-.429a9.2 9.2 0 0 1 .424-3.996a1.07 1.07 0 0 1 .606-.645a1.1 1.1 0 0 1 .888.026m1.884 9.615l3.5-3.861a1.08 1.08 0 0 1 1.205-.277a1.08 1.08 0 0 1 .673 1.03l-.183 5.195a1.07 1.07 0 0 1-.396.793a1.08 1.08 0 0 1-.861.226a9.4 9.4 0 0 1-3.748-1.506a1.07 1.07 0 0 1-.46-.758a1.07 1.07 0 0 1 .27-.842m8.298-5.139l4.975 1.606a1.08 1.08 0 0 1 .657.596a1.06 1.06 0 0 1-.017.884a9.3 9.3 0 0 1-2.487 3.166a1.082 1.082 0 0 1-1.602-.258l-2.773-4.408a1.065 1.065 0 0 1 .065-1.226a1.08 1.08 0 0 1 1.182-.36m5.059-3.152l-5.029 1.433a1.085 1.085 0 0 1-1.169-.4A1.065 1.065 0 0 1 14 12.393l2.926-4.308a1.08 1.08 0 0 1 .755-.464a1.1 1.1 0 0 1 .85.257a9.2 9.2 0 0 1 2.379 3.25a1.07 1.07 0 0 1-.691 1.46M8.469.468a15 15 0 0 0-2.585.946a1.08 1.08 0 0 0-.564.65a1.06 1.06 0 0 0 .097.851l4.915 8.456a1.076 1.076 0 0 0 1.212.499a1.066 1.066 0 0 0 .799-1.034V1.072A1.065 1.065 0 0 0 11.622.06a1.1 1.1 0 0 0-.437-.057c-.918.072-1.826.228-2.715.465" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m4.98 11.264l4.701 2.278a1.075 1.075 0 0 1 .6 1.074a1.07 1.07 0 0 1-.81.927L4.393 16.8a1.09 1.09 0 0 1-1.187-.492a1.1 1.1 0 0 1-.146-.429a9.2 9.2 0 0 1 .424-3.996a1.07 1.07 0 0 1 .606-.645a1.1 1.1 0 0 1 .888.026m1.884 9.615l3.5-3.861a1.08 1.08 0 0 1 1.205-.277a1.08 1.08 0 0 1 .673 1.03l-.183 5.195a1.07 1.07 0 0 1-.396.793a1.08 1.08 0 0 1-.861.226a9.4 9.4 0 0 1-3.748-1.506a1.07 1.07 0 0 1-.46-.758a1.07 1.07 0 0 1 .27-.842m8.298-5.139l4.975 1.606a1.08 1.08 0 0 1 .657.596a1.06 1.06 0 0 1-.017.884a9.3 9.3 0 0 1-2.487 3.166a1.082 1.082 0 0 1-1.602-.258l-2.773-4.408a1.065 1.065 0 0 1 .065-1.226a1.08 1.08 0 0 1 1.182-.36m5.059-3.152l-5.029 1.433a1.085 1.085 0 0 1-1.169-.4A1.065 1.065 0 0 1 14 12.393l2.926-4.308a1.08 1.08 0 0 1 .755-.464a1.1 1.1 0 0 1 .85.257a9.2 9.2 0 0 1 2.379 3.25a1.07 1.07 0 0 1-.691 1.46M8.469.468a15 15 0 0 0-2.585.946a1.08 1.08 0 0 0-.564.65a1.06 1.06 0 0 0 .097.851l4.915 8.456a1.076 1.076 0 0 0 1.212.499a1.066 1.066 0 0 0 .799-1.034V1.072A1.065 1.065 0 0 0 11.622.06a1.1 1.1 0 0 0-.437-.057c-.918.072-1.826.228-2.715.465" clip-rule="evenodd"/></svg> </template>
CSS
.icon-yelp-fill {
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%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m4.98%2011.264l4.701%202.278a1.075%201.075%200%200%201%20.6%201.074a1.07%201.07%200%200%201-.81.927L4.393%2016.8a1.09%201.09%200%200%201-1.187-.492a1.1%201.1%200%200%201-.146-.429a9.2%209.2%200%200%201%20.424-3.996a1.07%201.07%200%200%201%20.606-.645a1.1%201.1%200%200%201%20.888.026m1.884%209.615l3.5-3.861a1.08%201.08%200%200%201%201.205-.277a1.08%201.08%200%200%201%20.673%201.03l-.183%205.195a1.07%201.07%200%200%201-.396.793a1.08%201.08%200%200%201-.861.226a9.4%209.4%200%200%201-3.748-1.506a1.07%201.07%200%200%201-.46-.758a1.07%201.07%200%200%201%20.27-.842m8.298-5.139l4.975%201.606a1.08%201.08%200%200%201%20.657.596a1.06%201.06%200%200%201-.017.884a9.3%209.3%200%200%201-2.487%203.166a1.082%201.082%200%200%201-1.602-.258l-2.773-4.408a1.065%201.065%200%200%201%20.065-1.226a1.08%201.08%200%200%201%201.182-.36m5.059-3.152l-5.029%201.433a1.085%201.085%200%200%201-1.169-.4A1.065%201.065%200%200%201%2014%2012.393l2.926-4.308a1.08%201.08%200%200%201%20.755-.464a1.1%201.1%200%200%201%20.85.257a9.2%209.2%200%200%201%202.379%203.25a1.07%201.07%200%200%201-.691%201.46M8.469.468a15%2015%200%200%200-2.585.946a1.08%201.08%200%200%200-.564.65a1.06%201.06%200%200%200%20.097.851l4.915%208.456a1.076%201.076%200%200%200%201.212.499a1.066%201.066%200%200%200%20.799-1.034V1.072A1.065%201.065%200%200%200%2011.622.06a1.1%201.1%200%200%200-.437-.057c-.918.072-1.826.228-2.715.465%22%20clip-rule%3D%22evenodd%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%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m4.98%2011.264l4.701%202.278a1.075%201.075%200%200%201%20.6%201.074a1.07%201.07%200%200%201-.81.927L4.393%2016.8a1.09%201.09%200%200%201-1.187-.492a1.1%201.1%200%200%201-.146-.429a9.2%209.2%200%200%201%20.424-3.996a1.07%201.07%200%200%201%20.606-.645a1.1%201.1%200%200%201%20.888.026m1.884%209.615l3.5-3.861a1.08%201.08%200%200%201%201.205-.277a1.08%201.08%200%200%201%20.673%201.03l-.183%205.195a1.07%201.07%200%200%201-.396.793a1.08%201.08%200%200%201-.861.226a9.4%209.4%200%200%201-3.748-1.506a1.07%201.07%200%200%201-.46-.758a1.07%201.07%200%200%201%20.27-.842m8.298-5.139l4.975%201.606a1.08%201.08%200%200%201%20.657.596a1.06%201.06%200%200%201-.017.884a9.3%209.3%200%200%201-2.487%203.166a1.082%201.082%200%200%201-1.602-.258l-2.773-4.408a1.065%201.065%200%200%201%20.065-1.226a1.08%201.08%200%200%201%201.182-.36m5.059-3.152l-5.029%201.433a1.085%201.085%200%200%201-1.169-.4A1.065%201.065%200%200%201%2014%2012.393l2.926-4.308a1.08%201.08%200%200%201%20.755-.464a1.1%201.1%200%200%201%20.85.257a9.2%209.2%200%200%201%202.379%203.25a1.07%201.07%200%200%201-.691%201.46M8.469.468a15%2015%200%200%200-2.585.946a1.08%201.08%200%200%200-.564.65a1.06%201.06%200%200%200%20.097.851l4.915%208.456a1.076%201.076%200%200%200%201.212.499a1.066%201.066%200%200%200%20.799-1.034V1.072A1.065%201.065%200%200%200%2011.622.06a1.1%201.1%200%200%200-.437-.057c-.918.072-1.826.228-2.715.465%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/akar-icons/yelp-fill.svg?color=%231a73e8&size=48