yelp icon
yelp from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- yelp
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="m4.188 10.095l.736-.17l.073-.02A.813.813 0 0 0 5.45 8.65a1 1 0 0 0-.3-.258a3 3 0 0 0-.428-.198l-.808-.295a76 76 0 0 0-1.364-.493C2.253 7.3 2 7.208 1.783 7.14c-.041-.013-.087-.025-.124-.038a2.1 2.1 0 0 0-.606-.116a.72.72 0 0 0-.572.245a2 2 0 0 0-.105.132a1.6 1.6 0 0 0-.155.309c-.15.443-.225.908-.22 1.376c.002.423.013.966.246 1.334a.8.8 0 0 0 .22.24c.166.114.333.129.507.141c.26.019.513-.045.764-.103l2.447-.566zm8.219-3.911a4.2 4.2 0 0 0-.8-1.14a1.6 1.6 0 0 0-.275-.21a2 2 0 0 0-.15-.073a.72.72 0 0 0-.621.031c-.142.07-.294.182-.496.37c-.028.028-.063.06-.094.089c-.167.156-.353.35-.574.575q-.51.516-1.01 1.042l-.598.62a3 3 0 0 0-.298.365a1 1 0 0 0-.157.364a.8.8 0 0 0 .007.301q0 .007.003.013a.81.81 0 0 0 .945.616l.074-.014l3.185-.736c.251-.058.506-.112.732-.242c.151-.088.295-.175.394-.35a.8.8 0 0 0 .093-.313c.05-.434-.178-.927-.36-1.308M6.706 7.523c.23-.29.23-.722.25-1.075c.07-1.181.143-2.362.201-3.543c.022-.448.07-.89.044-1.34c-.022-.372-.025-.799-.26-1.104C6.528-.077 5.644-.033 5.04.05q-.278.038-.553.104a8 8 0 0 0-.543.149c-.58.19-1.393.537-1.53 1.204c-.078.377.106.763.249 1.107c.173.417.41.792.625 1.185c.57 1.036 1.15 2.066 1.728 3.097c.172.308.36.697.695.857q.033.015.068.025c.15.057.313.068.469.032l.028-.007a.8.8 0 0 0 .377-.226zm-.276 3.161a.74.74 0 0 0-.923-.234a1 1 0 0 0-.145.09a2 2 0 0 0-.346.354c-.026.033-.05.077-.08.104l-.512.705q-.435.591-.861 1.193c-.185.26-.346.479-.472.673l-.072.11c-.152.235-.238.406-.282.559a.7.7 0 0 0-.03.314c.013.11.05.217.108.312q.046.07.1.138a1.6 1.6 0 0 0 .257.237a4.5 4.5 0 0 0 2.196.76a1.6 1.6 0 0 0 .349-.027a2 2 0 0 0 .163-.048a.8.8 0 0 0 .278-.178a.7.7 0 0 0 .17-.266c.059-.147.098-.335.123-.613l.012-.13c.02-.231.03-.502.045-.821q.037-.735.06-1.469l.033-.87a2.1 2.1 0 0 0-.055-.623a1 1 0 0 0-.117-.27Zm5.783 1.362a2.2 2.2 0 0 0-.498-.378l-.112-.067c-.199-.12-.438-.246-.719-.398q-.644-.353-1.295-.695l-.767-.407c-.04-.012-.08-.04-.118-.059a2 2 0 0 0-.466-.166a1 1 0 0 0-.17-.018a.74.74 0 0 0-.725.616a1 1 0 0 0 .01.293c.038.204.13.406.224.583l.41.768q.341.65.696 1.294c.152.28.28.52.398.719q.036.057.068.112c.145.239.261.39.379.497a.73.73 0 0 0 .596.201a2 2 0 0 0 .168-.029a1.6 1.6 0 0 0 .325-.129a4 4 0 0 0 .855-.64c.306-.3.577-.63.788-1.006q.045-.08.076-.165a2 2 0 0 0 .051-.161q.019-.083.029-.168a.8.8 0 0 0-.038-.327a.7.7 0 0 0-.165-.27"/></svg>
React
import type { SVGProps } from "react";
export function BiYelp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m4.188 10.095l.736-.17l.073-.02A.813.813 0 0 0 5.45 8.65a1 1 0 0 0-.3-.258a3 3 0 0 0-.428-.198l-.808-.295a76 76 0 0 0-1.364-.493C2.253 7.3 2 7.208 1.783 7.14c-.041-.013-.087-.025-.124-.038a2.1 2.1 0 0 0-.606-.116a.72.72 0 0 0-.572.245a2 2 0 0 0-.105.132a1.6 1.6 0 0 0-.155.309c-.15.443-.225.908-.22 1.376c.002.423.013.966.246 1.334a.8.8 0 0 0 .22.24c.166.114.333.129.507.141c.26.019.513-.045.764-.103l2.447-.566zm8.219-3.911a4.2 4.2 0 0 0-.8-1.14a1.6 1.6 0 0 0-.275-.21a2 2 0 0 0-.15-.073a.72.72 0 0 0-.621.031c-.142.07-.294.182-.496.37c-.028.028-.063.06-.094.089c-.167.156-.353.35-.574.575q-.51.516-1.01 1.042l-.598.62a3 3 0 0 0-.298.365a1 1 0 0 0-.157.364a.8.8 0 0 0 .007.301q0 .007.003.013a.81.81 0 0 0 .945.616l.074-.014l3.185-.736c.251-.058.506-.112.732-.242c.151-.088.295-.175.394-.35a.8.8 0 0 0 .093-.313c.05-.434-.178-.927-.36-1.308M6.706 7.523c.23-.29.23-.722.25-1.075c.07-1.181.143-2.362.201-3.543c.022-.448.07-.89.044-1.34c-.022-.372-.025-.799-.26-1.104C6.528-.077 5.644-.033 5.04.05q-.278.038-.553.104a8 8 0 0 0-.543.149c-.58.19-1.393.537-1.53 1.204c-.078.377.106.763.249 1.107c.173.417.41.792.625 1.185c.57 1.036 1.15 2.066 1.728 3.097c.172.308.36.697.695.857q.033.015.068.025c.15.057.313.068.469.032l.028-.007a.8.8 0 0 0 .377-.226zm-.276 3.161a.74.74 0 0 0-.923-.234a1 1 0 0 0-.145.09a2 2 0 0 0-.346.354c-.026.033-.05.077-.08.104l-.512.705q-.435.591-.861 1.193c-.185.26-.346.479-.472.673l-.072.11c-.152.235-.238.406-.282.559a.7.7 0 0 0-.03.314c.013.11.05.217.108.312q.046.07.1.138a1.6 1.6 0 0 0 .257.237a4.5 4.5 0 0 0 2.196.76a1.6 1.6 0 0 0 .349-.027a2 2 0 0 0 .163-.048a.8.8 0 0 0 .278-.178a.7.7 0 0 0 .17-.266c.059-.147.098-.335.123-.613l.012-.13c.02-.231.03-.502.045-.821q.037-.735.06-1.469l.033-.87a2.1 2.1 0 0 0-.055-.623a1 1 0 0 0-.117-.27Zm5.783 1.362a2.2 2.2 0 0 0-.498-.378l-.112-.067c-.199-.12-.438-.246-.719-.398q-.644-.353-1.295-.695l-.767-.407c-.04-.012-.08-.04-.118-.059a2 2 0 0 0-.466-.166a1 1 0 0 0-.17-.018a.74.74 0 0 0-.725.616a1 1 0 0 0 .01.293c.038.204.13.406.224.583l.41.768q.341.65.696 1.294c.152.28.28.52.398.719q.036.057.068.112c.145.239.261.39.379.497a.73.73 0 0 0 .596.201a2 2 0 0 0 .168-.029a1.6 1.6 0 0 0 .325-.129a4 4 0 0 0 .855-.64c.306-.3.577-.63.788-1.006q.045-.08.076-.165a2 2 0 0 0 .051-.161q.019-.083.029-.168a.8.8 0 0 0-.038-.327a.7.7 0 0 0-.165-.27"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m4.188 10.095l.736-.17l.073-.02A.813.813 0 0 0 5.45 8.65a1 1 0 0 0-.3-.258a3 3 0 0 0-.428-.198l-.808-.295a76 76 0 0 0-1.364-.493C2.253 7.3 2 7.208 1.783 7.14c-.041-.013-.087-.025-.124-.038a2.1 2.1 0 0 0-.606-.116a.72.72 0 0 0-.572.245a2 2 0 0 0-.105.132a1.6 1.6 0 0 0-.155.309c-.15.443-.225.908-.22 1.376c.002.423.013.966.246 1.334a.8.8 0 0 0 .22.24c.166.114.333.129.507.141c.26.019.513-.045.764-.103l2.447-.566zm8.219-3.911a4.2 4.2 0 0 0-.8-1.14a1.6 1.6 0 0 0-.275-.21a2 2 0 0 0-.15-.073a.72.72 0 0 0-.621.031c-.142.07-.294.182-.496.37c-.028.028-.063.06-.094.089c-.167.156-.353.35-.574.575q-.51.516-1.01 1.042l-.598.62a3 3 0 0 0-.298.365a1 1 0 0 0-.157.364a.8.8 0 0 0 .007.301q0 .007.003.013a.81.81 0 0 0 .945.616l.074-.014l3.185-.736c.251-.058.506-.112.732-.242c.151-.088.295-.175.394-.35a.8.8 0 0 0 .093-.313c.05-.434-.178-.927-.36-1.308M6.706 7.523c.23-.29.23-.722.25-1.075c.07-1.181.143-2.362.201-3.543c.022-.448.07-.89.044-1.34c-.022-.372-.025-.799-.26-1.104C6.528-.077 5.644-.033 5.04.05q-.278.038-.553.104a8 8 0 0 0-.543.149c-.58.19-1.393.537-1.53 1.204c-.078.377.106.763.249 1.107c.173.417.41.792.625 1.185c.57 1.036 1.15 2.066 1.728 3.097c.172.308.36.697.695.857q.033.015.068.025c.15.057.313.068.469.032l.028-.007a.8.8 0 0 0 .377-.226zm-.276 3.161a.74.74 0 0 0-.923-.234a1 1 0 0 0-.145.09a2 2 0 0 0-.346.354c-.026.033-.05.077-.08.104l-.512.705q-.435.591-.861 1.193c-.185.26-.346.479-.472.673l-.072.11c-.152.235-.238.406-.282.559a.7.7 0 0 0-.03.314c.013.11.05.217.108.312q.046.07.1.138a1.6 1.6 0 0 0 .257.237a4.5 4.5 0 0 0 2.196.76a1.6 1.6 0 0 0 .349-.027a2 2 0 0 0 .163-.048a.8.8 0 0 0 .278-.178a.7.7 0 0 0 .17-.266c.059-.147.098-.335.123-.613l.012-.13c.02-.231.03-.502.045-.821q.037-.735.06-1.469l.033-.87a2.1 2.1 0 0 0-.055-.623a1 1 0 0 0-.117-.27Zm5.783 1.362a2.2 2.2 0 0 0-.498-.378l-.112-.067c-.199-.12-.438-.246-.719-.398q-.644-.353-1.295-.695l-.767-.407c-.04-.012-.08-.04-.118-.059a2 2 0 0 0-.466-.166a1 1 0 0 0-.17-.018a.74.74 0 0 0-.725.616a1 1 0 0 0 .01.293c.038.204.13.406.224.583l.41.768q.341.65.696 1.294c.152.28.28.52.398.719q.036.057.068.112c.145.239.261.39.379.497a.73.73 0 0 0 .596.201a2 2 0 0 0 .168-.029a1.6 1.6 0 0 0 .325-.129a4 4 0 0 0 .855-.64c.306-.3.577-.63.788-1.006q.045-.08.076-.165a2 2 0 0 0 .051-.161q.019-.083.029-.168a.8.8 0 0 0-.038-.327a.7.7 0 0 0-.165-.27"/></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%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m4.188%2010.095l.736-.17l.073-.02A.813.813%200%200%200%205.45%208.65a1%201%200%200%200-.3-.258a3%203%200%200%200-.428-.198l-.808-.295a76%2076%200%200%200-1.364-.493C2.253%207.3%202%207.208%201.783%207.14c-.041-.013-.087-.025-.124-.038a2.1%202.1%200%200%200-.606-.116a.72.72%200%200%200-.572.245a2%202%200%200%200-.105.132a1.6%201.6%200%200%200-.155.309c-.15.443-.225.908-.22%201.376c.002.423.013.966.246%201.334a.8.8%200%200%200%20.22.24c.166.114.333.129.507.141c.26.019.513-.045.764-.103l2.447-.566zm8.219-3.911a4.2%204.2%200%200%200-.8-1.14a1.6%201.6%200%200%200-.275-.21a2%202%200%200%200-.15-.073a.72.72%200%200%200-.621.031c-.142.07-.294.182-.496.37c-.028.028-.063.06-.094.089c-.167.156-.353.35-.574.575q-.51.516-1.01%201.042l-.598.62a3%203%200%200%200-.298.365a1%201%200%200%200-.157.364a.8.8%200%200%200%20.007.301q0%20.007.003.013a.81.81%200%200%200%20.945.616l.074-.014l3.185-.736c.251-.058.506-.112.732-.242c.151-.088.295-.175.394-.35a.8.8%200%200%200%20.093-.313c.05-.434-.178-.927-.36-1.308M6.706%207.523c.23-.29.23-.722.25-1.075c.07-1.181.143-2.362.201-3.543c.022-.448.07-.89.044-1.34c-.022-.372-.025-.799-.26-1.104C6.528-.077%205.644-.033%205.04.05q-.278.038-.553.104a8%208%200%200%200-.543.149c-.58.19-1.393.537-1.53%201.204c-.078.377.106.763.249%201.107c.173.417.41.792.625%201.185c.57%201.036%201.15%202.066%201.728%203.097c.172.308.36.697.695.857q.033.015.068.025c.15.057.313.068.469.032l.028-.007a.8.8%200%200%200%20.377-.226zm-.276%203.161a.74.74%200%200%200-.923-.234a1%201%200%200%200-.145.09a2%202%200%200%200-.346.354c-.026.033-.05.077-.08.104l-.512.705q-.435.591-.861%201.193c-.185.26-.346.479-.472.673l-.072.11c-.152.235-.238.406-.282.559a.7.7%200%200%200-.03.314c.013.11.05.217.108.312q.046.07.1.138a1.6%201.6%200%200%200%20.257.237a4.5%204.5%200%200%200%202.196.76a1.6%201.6%200%200%200%20.349-.027a2%202%200%200%200%20.163-.048a.8.8%200%200%200%20.278-.178a.7.7%200%200%200%20.17-.266c.059-.147.098-.335.123-.613l.012-.13c.02-.231.03-.502.045-.821q.037-.735.06-1.469l.033-.87a2.1%202.1%200%200%200-.055-.623a1%201%200%200%200-.117-.27Zm5.783%201.362a2.2%202.2%200%200%200-.498-.378l-.112-.067c-.199-.12-.438-.246-.719-.398q-.644-.353-1.295-.695l-.767-.407c-.04-.012-.08-.04-.118-.059a2%202%200%200%200-.466-.166a1%201%200%200%200-.17-.018a.74.74%200%200%200-.725.616a1%201%200%200%200%20.01.293c.038.204.13.406.224.583l.41.768q.341.65.696%201.294c.152.28.28.52.398.719q.036.057.068.112c.145.239.261.39.379.497a.73.73%200%200%200%20.596.201a2%202%200%200%200%20.168-.029a1.6%201.6%200%200%200%20.325-.129a4%204%200%200%200%20.855-.64c.306-.3.577-.63.788-1.006q.045-.08.076-.165a2%202%200%200%200%20.051-.161q.019-.083.029-.168a.8.8%200%200%200-.038-.327a.7.7%200%200%200-.165-.27%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m4.188%2010.095l.736-.17l.073-.02A.813.813%200%200%200%205.45%208.65a1%201%200%200%200-.3-.258a3%203%200%200%200-.428-.198l-.808-.295a76%2076%200%200%200-1.364-.493C2.253%207.3%202%207.208%201.783%207.14c-.041-.013-.087-.025-.124-.038a2.1%202.1%200%200%200-.606-.116a.72.72%200%200%200-.572.245a2%202%200%200%200-.105.132a1.6%201.6%200%200%200-.155.309c-.15.443-.225.908-.22%201.376c.002.423.013.966.246%201.334a.8.8%200%200%200%20.22.24c.166.114.333.129.507.141c.26.019.513-.045.764-.103l2.447-.566zm8.219-3.911a4.2%204.2%200%200%200-.8-1.14a1.6%201.6%200%200%200-.275-.21a2%202%200%200%200-.15-.073a.72.72%200%200%200-.621.031c-.142.07-.294.182-.496.37c-.028.028-.063.06-.094.089c-.167.156-.353.35-.574.575q-.51.516-1.01%201.042l-.598.62a3%203%200%200%200-.298.365a1%201%200%200%200-.157.364a.8.8%200%200%200%20.007.301q0%20.007.003.013a.81.81%200%200%200%20.945.616l.074-.014l3.185-.736c.251-.058.506-.112.732-.242c.151-.088.295-.175.394-.35a.8.8%200%200%200%20.093-.313c.05-.434-.178-.927-.36-1.308M6.706%207.523c.23-.29.23-.722.25-1.075c.07-1.181.143-2.362.201-3.543c.022-.448.07-.89.044-1.34c-.022-.372-.025-.799-.26-1.104C6.528-.077%205.644-.033%205.04.05q-.278.038-.553.104a8%208%200%200%200-.543.149c-.58.19-1.393.537-1.53%201.204c-.078.377.106.763.249%201.107c.173.417.41.792.625%201.185c.57%201.036%201.15%202.066%201.728%203.097c.172.308.36.697.695.857q.033.015.068.025c.15.057.313.068.469.032l.028-.007a.8.8%200%200%200%20.377-.226zm-.276%203.161a.74.74%200%200%200-.923-.234a1%201%200%200%200-.145.09a2%202%200%200%200-.346.354c-.026.033-.05.077-.08.104l-.512.705q-.435.591-.861%201.193c-.185.26-.346.479-.472.673l-.072.11c-.152.235-.238.406-.282.559a.7.7%200%200%200-.03.314c.013.11.05.217.108.312q.046.07.1.138a1.6%201.6%200%200%200%20.257.237a4.5%204.5%200%200%200%202.196.76a1.6%201.6%200%200%200%20.349-.027a2%202%200%200%200%20.163-.048a.8.8%200%200%200%20.278-.178a.7.7%200%200%200%20.17-.266c.059-.147.098-.335.123-.613l.012-.13c.02-.231.03-.502.045-.821q.037-.735.06-1.469l.033-.87a2.1%202.1%200%200%200-.055-.623a1%201%200%200%200-.117-.27Zm5.783%201.362a2.2%202.2%200%200%200-.498-.378l-.112-.067c-.199-.12-.438-.246-.719-.398q-.644-.353-1.295-.695l-.767-.407c-.04-.012-.08-.04-.118-.059a2%202%200%200%200-.466-.166a1%201%200%200%200-.17-.018a.74.74%200%200%200-.725.616a1%201%200%200%200%20.01.293c.038.204.13.406.224.583l.41.768q.341.65.696%201.294c.152.28.28.52.398.719q.036.057.068.112c.145.239.261.39.379.497a.73.73%200%200%200%20.596.201a2%202%200%200%200%20.168-.029a1.6%201.6%200%200%200%20.325-.129a4%204%200%200%200%20.855-.64c.306-.3.577-.63.788-1.006q.045-.08.076-.165a2%202%200%200%200%20.051-.161q.019-.083.029-.168a.8.8%200%200%200-.038-.327a.7.7%200%200%200-.165-.27%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/yelp.svg?color=%231a73e8&size=48