bxl yelp icon
bxl-yelp from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- bxl-yelp
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
Related icons in BoxIcons v2
Use the bxl yelp icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M18.824 16.675c-.105.726-1.587 2.609-2.269 2.882c-.232.093-.457.07-.637-.068c-.116-.09-.235-.272-1.833-2.866l-.475-.773c-.183-.277-.148-.642.078-.92c.223-.27.549-.37.832-.262c.016.008 1.195.397 1.195.397c2.688.883 2.775.917 2.891 1.002c.17.139.249.356.214.608h.004zm-5.386-3.946c-.19-.289-.187-.63.01-.865l.746-1.019c1.642-2.235 1.732-2.353 1.843-2.431a.636.636 0 0 1 .652-.024c.651.316 1.966 2.269 2.045 3.019v.025a.623.623 0 0 1-.259.587c-.123.079-.235.125-3.291.866c-.483.123-.752.19-.91.247l.021-.023c-.302.091-.64-.055-.831-.357l-.026-.025zm-1.875-1.159c-.146.046-.591.185-1.139-.702c0 0-3.694-5.813-3.78-5.992c-.053-.201.011-.429.19-.613c.55-.569 3.534-1.405 4.315-1.215c.255.066.43.227.491.453c.045.25.408 5.646.46 6.854c.051 1.034-.392 1.171-.537 1.215zm.487 5.913c-.008 2.827-.015 2.922-.061 3.056c-.079.211-.26.352-.51.398c-.72.122-2.972-.71-3.441-1.267a.739.739 0 0 1-.157-.37c-.013-.09 0-.18.033-.259c.057-.146.135-.259 2.158-2.63l.594-.706c.203-.26.563-.338.899-.204c.325.124.528.405.506.708v1.259l-.021.015zm-6.13-1.808c-.222-.006-.42-.14-.535-.358c-.083-.162-.142-.428-.18-.752c-.102-.974.023-2.444.314-2.911c.138-.214.338-.327.559-.319c.146 0 .276.046 3.167 1.236l.848.337c.302.111.489.427.472.787c-.022.348-.224.616-.521.696l-1.202.382c-2.689.864-2.778.888-2.919.877l-.003.025zm11.22 5.322h-.004l-.003.003l.007-.003z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function BxBxlYelp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M18.824 16.675c-.105.726-1.587 2.609-2.269 2.882c-.232.093-.457.07-.637-.068c-.116-.09-.235-.272-1.833-2.866l-.475-.773c-.183-.277-.148-.642.078-.92c.223-.27.549-.37.832-.262c.016.008 1.195.397 1.195.397c2.688.883 2.775.917 2.891 1.002c.17.139.249.356.214.608h.004zm-5.386-3.946c-.19-.289-.187-.63.01-.865l.746-1.019c1.642-2.235 1.732-2.353 1.843-2.431a.636.636 0 0 1 .652-.024c.651.316 1.966 2.269 2.045 3.019v.025a.623.623 0 0 1-.259.587c-.123.079-.235.125-3.291.866c-.483.123-.752.19-.91.247l.021-.023c-.302.091-.64-.055-.831-.357l-.026-.025zm-1.875-1.159c-.146.046-.591.185-1.139-.702c0 0-3.694-5.813-3.78-5.992c-.053-.201.011-.429.19-.613c.55-.569 3.534-1.405 4.315-1.215c.255.066.43.227.491.453c.045.25.408 5.646.46 6.854c.051 1.034-.392 1.171-.537 1.215zm.487 5.913c-.008 2.827-.015 2.922-.061 3.056c-.079.211-.26.352-.51.398c-.72.122-2.972-.71-3.441-1.267a.739.739 0 0 1-.157-.37c-.013-.09 0-.18.033-.259c.057-.146.135-.259 2.158-2.63l.594-.706c.203-.26.563-.338.899-.204c.325.124.528.405.506.708v1.259l-.021.015zm-6.13-1.808c-.222-.006-.42-.14-.535-.358c-.083-.162-.142-.428-.18-.752c-.102-.974.023-2.444.314-2.911c.138-.214.338-.327.559-.319c.146 0 .276.046 3.167 1.236l.848.337c.302.111.489.427.472.787c-.022.348-.224.616-.521.696l-1.202.382c-2.689.864-2.778.888-2.919.877l-.003.025zm11.22 5.322h-.004l-.003.003l.007-.003z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M18.824 16.675c-.105.726-1.587 2.609-2.269 2.882c-.232.093-.457.07-.637-.068c-.116-.09-.235-.272-1.833-2.866l-.475-.773c-.183-.277-.148-.642.078-.92c.223-.27.549-.37.832-.262c.016.008 1.195.397 1.195.397c2.688.883 2.775.917 2.891 1.002c.17.139.249.356.214.608h.004zm-5.386-3.946c-.19-.289-.187-.63.01-.865l.746-1.019c1.642-2.235 1.732-2.353 1.843-2.431a.636.636 0 0 1 .652-.024c.651.316 1.966 2.269 2.045 3.019v.025a.623.623 0 0 1-.259.587c-.123.079-.235.125-3.291.866c-.483.123-.752.19-.91.247l.021-.023c-.302.091-.64-.055-.831-.357l-.026-.025zm-1.875-1.159c-.146.046-.591.185-1.139-.702c0 0-3.694-5.813-3.78-5.992c-.053-.201.011-.429.19-.613c.55-.569 3.534-1.405 4.315-1.215c.255.066.43.227.491.453c.045.25.408 5.646.46 6.854c.051 1.034-.392 1.171-.537 1.215zm.487 5.913c-.008 2.827-.015 2.922-.061 3.056c-.079.211-.26.352-.51.398c-.72.122-2.972-.71-3.441-1.267a.739.739 0 0 1-.157-.37c-.013-.09 0-.18.033-.259c.057-.146.135-.259 2.158-2.63l.594-.706c.203-.26.563-.338.899-.204c.325.124.528.405.506.708v1.259l-.021.015zm-6.13-1.808c-.222-.006-.42-.14-.535-.358c-.083-.162-.142-.428-.18-.752c-.102-.974.023-2.444.314-2.911c.138-.214.338-.327.559-.319c.146 0 .276.046 3.167 1.236l.848.337c.302.111.489.427.472.787c-.022.348-.224.616-.521.696l-1.202.382c-2.689.864-2.778.888-2.919.877l-.003.025zm11.22 5.322h-.004l-.003.003l.007-.003z" fill="currentColor"/></svg> </template>
CSS
.icon-bxl-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%2024%2024%22%3E%3Cpath%20d%3D%22M18.824%2016.675c-.105.726-1.587%202.609-2.269%202.882c-.232.093-.457.07-.637-.068c-.116-.09-.235-.272-1.833-2.866l-.475-.773c-.183-.277-.148-.642.078-.92c.223-.27.549-.37.832-.262c.016.008%201.195.397%201.195.397c2.688.883%202.775.917%202.891%201.002c.17.139.249.356.214.608h.004zm-5.386-3.946c-.19-.289-.187-.63.01-.865l.746-1.019c1.642-2.235%201.732-2.353%201.843-2.431a.636.636%200%200%201%20.652-.024c.651.316%201.966%202.269%202.045%203.019v.025a.623.623%200%200%201-.259.587c-.123.079-.235.125-3.291.866c-.483.123-.752.19-.91.247l.021-.023c-.302.091-.64-.055-.831-.357l-.026-.025zm-1.875-1.159c-.146.046-.591.185-1.139-.702c0%200-3.694-5.813-3.78-5.992c-.053-.201.011-.429.19-.613c.55-.569%203.534-1.405%204.315-1.215c.255.066.43.227.491.453c.045.25.408%205.646.46%206.854c.051%201.034-.392%201.171-.537%201.215zm.487%205.913c-.008%202.827-.015%202.922-.061%203.056c-.079.211-.26.352-.51.398c-.72.122-2.972-.71-3.441-1.267a.739.739%200%200%201-.157-.37c-.013-.09%200-.18.033-.259c.057-.146.135-.259%202.158-2.63l.594-.706c.203-.26.563-.338.899-.204c.325.124.528.405.506.708v1.259l-.021.015zm-6.13-1.808c-.222-.006-.42-.14-.535-.358c-.083-.162-.142-.428-.18-.752c-.102-.974.023-2.444.314-2.911c.138-.214.338-.327.559-.319c.146%200%20.276.046%203.167%201.236l.848.337c.302.111.489.427.472.787c-.022.348-.224.616-.521.696l-1.202.382c-2.689.864-2.778.888-2.919.877l-.003.025zm11.22%205.322h-.004l-.003.003l.007-.003z%22%20fill%3D%22currentColor%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%20d%3D%22M18.824%2016.675c-.105.726-1.587%202.609-2.269%202.882c-.232.093-.457.07-.637-.068c-.116-.09-.235-.272-1.833-2.866l-.475-.773c-.183-.277-.148-.642.078-.92c.223-.27.549-.37.832-.262c.016.008%201.195.397%201.195.397c2.688.883%202.775.917%202.891%201.002c.17.139.249.356.214.608h.004zm-5.386-3.946c-.19-.289-.187-.63.01-.865l.746-1.019c1.642-2.235%201.732-2.353%201.843-2.431a.636.636%200%200%201%20.652-.024c.651.316%201.966%202.269%202.045%203.019v.025a.623.623%200%200%201-.259.587c-.123.079-.235.125-3.291.866c-.483.123-.752.19-.91.247l.021-.023c-.302.091-.64-.055-.831-.357l-.026-.025zm-1.875-1.159c-.146.046-.591.185-1.139-.702c0%200-3.694-5.813-3.78-5.992c-.053-.201.011-.429.19-.613c.55-.569%203.534-1.405%204.315-1.215c.255.066.43.227.491.453c.045.25.408%205.646.46%206.854c.051%201.034-.392%201.171-.537%201.215zm.487%205.913c-.008%202.827-.015%202.922-.061%203.056c-.079.211-.26.352-.51.398c-.72.122-2.972-.71-3.441-1.267a.739.739%200%200%201-.157-.37c-.013-.09%200-.18.033-.259c.057-.146.135-.259%202.158-2.63l.594-.706c.203-.26.563-.338.899-.204c.325.124.528.405.506.708v1.259l-.021.015zm-6.13-1.808c-.222-.006-.42-.14-.535-.358c-.083-.162-.142-.428-.18-.752c-.102-.974.023-2.444.314-2.911c.138-.214.338-.327.559-.319c.146%200%20.276.046%203.167%201.236l.848.337c.302.111.489.427.472.787c-.022.348-.224.616-.521.696l-1.202.382c-2.689.864-2.778.888-2.919.877l-.003.025zm11.22%205.322h-.004l-.003.003l.007-.003z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/bxl-yelp.svg?color=%231a73e8&size=48