bxl 99designs icon

bxl-99designs from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
bxl-99designs
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT

Related icons in BoxIcons v2

Use the bxl 99designs icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M19.93 10.61A2.7 2.7 0 0 0 19 10a2.74 2.74 0 0 0-1.1-.19a3.28 3.28 0 0 0-2.16.76v-.05a3.67 3.67 0 0 0-5.09-3.39a3.61 3.61 0 0 0-1.78 1.56a3.67 3.67 0 0 0-3.12-1.86a3.74 3.74 0 0 0-1.82.44a3.66 3.66 0 0 0-1.37 1.28A3.77 3.77 0 0 0 2 10.34a3.67 3.67 0 0 0 3.42 3.83l-1.6 2.76h2.39l2.65-4.59a3.63 3.63 0 0 0 2.93 1.84l-1.59 2.76h2.4l1.86-3.23a3.53 3.53 0 0 0 2.07 3.19a3.52 3.52 0 0 0 2.61.05a2.58 2.58 0 0 0 .9-.74v.73h2V7.06h-2.11zm-12.78.72a1.69 1.69 0 0 1-1.46.83a1.72 1.72 0 0 1-.86-.16a1.75 1.75 0 0 1-.62-.62a1.78 1.78 0 0 1-.21-.87a1.69 1.69 0 0 1 1.67-1.69a1.63 1.63 0 0 1 .84.23a1.58 1.58 0 0 1 .62.61a1.62 1.62 0 0 1 .23.83a1.72 1.72 0 0 1-.21.84zm6.38 0a1.58 1.58 0 0 1-.62.61a1.53 1.53 0 0 1-.84.22a1.78 1.78 0 0 1-.84-.22a1.65 1.65 0 0 1-.61-.62a1.67 1.67 0 0 1 0-1.69a1.73 1.73 0 0 1 .62-.61a1.63 1.63 0 0 1 .84-.23a1.69 1.69 0 0 1 .84.23a1.69 1.69 0 0 1 .63 2.28zm6.3 3a1.72 1.72 0 0 1-2 .85a1.72 1.72 0 0 1-1-.7a1.75 1.75 0 0 1-.29-1.15a1.77 1.77 0 0 1 .51-1.07a1.75 1.75 0 0 1 2.35-.11a1.73 1.73 0 0 1 .43 2.18z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function BxBxl99designs(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M19.93 10.61A2.7 2.7 0 0 0 19 10a2.74 2.74 0 0 0-1.1-.19a3.28 3.28 0 0 0-2.16.76v-.05a3.67 3.67 0 0 0-5.09-3.39a3.61 3.61 0 0 0-1.78 1.56a3.67 3.67 0 0 0-3.12-1.86a3.74 3.74 0 0 0-1.82.44a3.66 3.66 0 0 0-1.37 1.28A3.77 3.77 0 0 0 2 10.34a3.67 3.67 0 0 0 3.42 3.83l-1.6 2.76h2.39l2.65-4.59a3.63 3.63 0 0 0 2.93 1.84l-1.59 2.76h2.4l1.86-3.23a3.53 3.53 0 0 0 2.07 3.19a3.52 3.52 0 0 0 2.61.05a2.58 2.58 0 0 0 .9-.74v.73h2V7.06h-2.11zm-12.78.72a1.69 1.69 0 0 1-1.46.83a1.72 1.72 0 0 1-.86-.16a1.75 1.75 0 0 1-.62-.62a1.78 1.78 0 0 1-.21-.87a1.69 1.69 0 0 1 1.67-1.69a1.63 1.63 0 0 1 .84.23a1.58 1.58 0 0 1 .62.61a1.62 1.62 0 0 1 .23.83a1.72 1.72 0 0 1-.21.84zm6.38 0a1.58 1.58 0 0 1-.62.61a1.53 1.53 0 0 1-.84.22a1.78 1.78 0 0 1-.84-.22a1.65 1.65 0 0 1-.61-.62a1.67 1.67 0 0 1 0-1.69a1.73 1.73 0 0 1 .62-.61a1.63 1.63 0 0 1 .84-.23a1.69 1.69 0 0 1 .84.23a1.69 1.69 0 0 1 .63 2.28zm6.3 3a1.72 1.72 0 0 1-2 .85a1.72 1.72 0 0 1-1-.7a1.75 1.75 0 0 1-.29-1.15a1.77 1.77 0 0 1 .51-1.07a1.75 1.75 0 0 1 2.35-.11a1.73 1.73 0 0 1 .43 2.18z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M19.93 10.61A2.7 2.7 0 0 0 19 10a2.74 2.74 0 0 0-1.1-.19a3.28 3.28 0 0 0-2.16.76v-.05a3.67 3.67 0 0 0-5.09-3.39a3.61 3.61 0 0 0-1.78 1.56a3.67 3.67 0 0 0-3.12-1.86a3.74 3.74 0 0 0-1.82.44a3.66 3.66 0 0 0-1.37 1.28A3.77 3.77 0 0 0 2 10.34a3.67 3.67 0 0 0 3.42 3.83l-1.6 2.76h2.39l2.65-4.59a3.63 3.63 0 0 0 2.93 1.84l-1.59 2.76h2.4l1.86-3.23a3.53 3.53 0 0 0 2.07 3.19a3.52 3.52 0 0 0 2.61.05a2.58 2.58 0 0 0 .9-.74v.73h2V7.06h-2.11zm-12.78.72a1.69 1.69 0 0 1-1.46.83a1.72 1.72 0 0 1-.86-.16a1.75 1.75 0 0 1-.62-.62a1.78 1.78 0 0 1-.21-.87a1.69 1.69 0 0 1 1.67-1.69a1.63 1.63 0 0 1 .84.23a1.58 1.58 0 0 1 .62.61a1.62 1.62 0 0 1 .23.83a1.72 1.72 0 0 1-.21.84zm6.38 0a1.58 1.58 0 0 1-.62.61a1.53 1.53 0 0 1-.84.22a1.78 1.78 0 0 1-.84-.22a1.65 1.65 0 0 1-.61-.62a1.67 1.67 0 0 1 0-1.69a1.73 1.73 0 0 1 .62-.61a1.63 1.63 0 0 1 .84-.23a1.69 1.69 0 0 1 .84.23a1.69 1.69 0 0 1 .63 2.28zm6.3 3a1.72 1.72 0 0 1-2 .85a1.72 1.72 0 0 1-1-.7a1.75 1.75 0 0 1-.29-1.15a1.77 1.77 0 0 1 .51-1.07a1.75 1.75 0 0 1 2.35-.11a1.73 1.73 0 0 1 .43 2.18z" fill="currentColor"/></svg>
</template>

CSS

.icon-bxl-99designs {
  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%22M19.93%2010.61A2.7%202.7%200%200%200%2019%2010a2.74%202.74%200%200%200-1.1-.19a3.28%203.28%200%200%200-2.16.76v-.05a3.67%203.67%200%200%200-5.09-3.39a3.61%203.61%200%200%200-1.78%201.56a3.67%203.67%200%200%200-3.12-1.86a3.74%203.74%200%200%200-1.82.44a3.66%203.66%200%200%200-1.37%201.28A3.77%203.77%200%200%200%202%2010.34a3.67%203.67%200%200%200%203.42%203.83l-1.6%202.76h2.39l2.65-4.59a3.63%203.63%200%200%200%202.93%201.84l-1.59%202.76h2.4l1.86-3.23a3.53%203.53%200%200%200%202.07%203.19a3.52%203.52%200%200%200%202.61.05a2.58%202.58%200%200%200%20.9-.74v.73h2V7.06h-2.11zm-12.78.72a1.69%201.69%200%200%201-1.46.83a1.72%201.72%200%200%201-.86-.16a1.75%201.75%200%200%201-.62-.62a1.78%201.78%200%200%201-.21-.87a1.69%201.69%200%200%201%201.67-1.69a1.63%201.63%200%200%201%20.84.23a1.58%201.58%200%200%201%20.62.61a1.62%201.62%200%200%201%20.23.83a1.72%201.72%200%200%201-.21.84zm6.38%200a1.58%201.58%200%200%201-.62.61a1.53%201.53%200%200%201-.84.22a1.78%201.78%200%200%201-.84-.22a1.65%201.65%200%200%201-.61-.62a1.67%201.67%200%200%201%200-1.69a1.73%201.73%200%200%201%20.62-.61a1.63%201.63%200%200%201%20.84-.23a1.69%201.69%200%200%201%20.84.23a1.69%201.69%200%200%201%20.63%202.28zm6.3%203a1.72%201.72%200%200%201-2%20.85a1.72%201.72%200%200%201-1-.7a1.75%201.75%200%200%201-.29-1.15a1.77%201.77%200%200%201%20.51-1.07a1.75%201.75%200%200%201%202.35-.11a1.73%201.73%200%200%201%20.43%202.18z%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%22M19.93%2010.61A2.7%202.7%200%200%200%2019%2010a2.74%202.74%200%200%200-1.1-.19a3.28%203.28%200%200%200-2.16.76v-.05a3.67%203.67%200%200%200-5.09-3.39a3.61%203.61%200%200%200-1.78%201.56a3.67%203.67%200%200%200-3.12-1.86a3.74%203.74%200%200%200-1.82.44a3.66%203.66%200%200%200-1.37%201.28A3.77%203.77%200%200%200%202%2010.34a3.67%203.67%200%200%200%203.42%203.83l-1.6%202.76h2.39l2.65-4.59a3.63%203.63%200%200%200%202.93%201.84l-1.59%202.76h2.4l1.86-3.23a3.53%203.53%200%200%200%202.07%203.19a3.52%203.52%200%200%200%202.61.05a2.58%202.58%200%200%200%20.9-.74v.73h2V7.06h-2.11zm-12.78.72a1.69%201.69%200%200%201-1.46.83a1.72%201.72%200%200%201-.86-.16a1.75%201.75%200%200%201-.62-.62a1.78%201.78%200%200%201-.21-.87a1.69%201.69%200%200%201%201.67-1.69a1.63%201.63%200%200%201%20.84.23a1.58%201.58%200%200%201%20.62.61a1.62%201.62%200%200%201%20.23.83a1.72%201.72%200%200%201-.21.84zm6.38%200a1.58%201.58%200%200%201-.62.61a1.53%201.53%200%200%201-.84.22a1.78%201.78%200%200%201-.84-.22a1.65%201.65%200%200%201-.61-.62a1.67%201.67%200%200%201%200-1.69a1.73%201.73%200%200%201%20.62-.61a1.63%201.63%200%200%201%20.84-.23a1.69%201.69%200%200%201%20.84.23a1.69%201.69%200%200%201%20.63%202.28zm6.3%203a1.72%201.72%200%200%201-2%20.85a1.72%201.72%200%200%201-1-.7a1.75%201.75%200%200%201-.29-1.15a1.77%201.77%200%200%201%20.51-1.07a1.75%201.75%200%200%201%202.35-.11a1.73%201.73%200%200%201%20.43%202.18z%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-99designs.svg?color=%231a73e8&size=48