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

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

Related icons in BoxIcons v2

Use the bxl sass icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M12 2c5.522 0 10 4.478 10 10s-4.478 10-10 10S2 17.522 2 12S6.478 2 12 2zm-1.987 13.332c.146.537.13 1.039-.021 1.493l-.054.15a2.803 2.803 0 0 1-.527.821c-.582.633-1.394.872-1.742.671c-.375-.219-.188-1.112.487-1.825c.726-.765 1.766-1.258 1.766-1.258v-.002l.091-.05zm8.258-9.051c-.452-1.777-3.397-2.362-6.185-1.371c-1.656.589-3.453 1.515-4.743 2.723c-1.536 1.434-1.78 2.684-1.68 3.206c.355 1.843 2.881 3.048 3.92 3.942v.005c-.307.149-2.548 1.274-3.072 2.438c-.563 1.225.088 2.101.513 2.212c1.313.363 2.662-.3 3.388-1.374c.699-1.051.638-2.4.337-3.063c.413-.112.899-.162 1.524-.086c1.751.199 2.101 1.3 2.024 1.75c-.074.449-.436.711-.561.786c-.126.076-.163.101-.151.151c.013.074.076.074.175.063c.138-.025.914-.375.951-1.227c.037-1.074-.988-2.273-2.813-2.25c-.75.014-1.226.076-1.563.214a.295.295 0 0 0-.088-.088c-1.125-1.213-3.213-2.063-3.125-3.675c.025-.588.237-2.137 4-4.012c3.088-1.538 5.551-1.112 5.977-.175c.61 1.336-1.314 3.825-4.526 4.187c-1.225.138-1.862-.337-2.026-.513c-.174-.188-.198-.2-.261-.161c-.101.05-.038.212 0 .313c.1.249.487.688 1.163.912c.587.188 2.024.299 3.75-.375c1.937-.749 3.449-2.838 3.012-4.588l.06.056z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function BxBxlSass(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M12 2c5.522 0 10 4.478 10 10s-4.478 10-10 10S2 17.522 2 12S6.478 2 12 2zm-1.987 13.332c.146.537.13 1.039-.021 1.493l-.054.15a2.803 2.803 0 0 1-.527.821c-.582.633-1.394.872-1.742.671c-.375-.219-.188-1.112.487-1.825c.726-.765 1.766-1.258 1.766-1.258v-.002l.091-.05zm8.258-9.051c-.452-1.777-3.397-2.362-6.185-1.371c-1.656.589-3.453 1.515-4.743 2.723c-1.536 1.434-1.78 2.684-1.68 3.206c.355 1.843 2.881 3.048 3.92 3.942v.005c-.307.149-2.548 1.274-3.072 2.438c-.563 1.225.088 2.101.513 2.212c1.313.363 2.662-.3 3.388-1.374c.699-1.051.638-2.4.337-3.063c.413-.112.899-.162 1.524-.086c1.751.199 2.101 1.3 2.024 1.75c-.074.449-.436.711-.561.786c-.126.076-.163.101-.151.151c.013.074.076.074.175.063c.138-.025.914-.375.951-1.227c.037-1.074-.988-2.273-2.813-2.25c-.75.014-1.226.076-1.563.214a.295.295 0 0 0-.088-.088c-1.125-1.213-3.213-2.063-3.125-3.675c.025-.588.237-2.137 4-4.012c3.088-1.538 5.551-1.112 5.977-.175c.61 1.336-1.314 3.825-4.526 4.187c-1.225.138-1.862-.337-2.026-.513c-.174-.188-.198-.2-.261-.161c-.101.05-.038.212 0 .313c.1.249.487.688 1.163.912c.587.188 2.024.299 3.75-.375c1.937-.749 3.449-2.838 3.012-4.588l.06.056z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M12 2c5.522 0 10 4.478 10 10s-4.478 10-10 10S2 17.522 2 12S6.478 2 12 2zm-1.987 13.332c.146.537.13 1.039-.021 1.493l-.054.15a2.803 2.803 0 0 1-.527.821c-.582.633-1.394.872-1.742.671c-.375-.219-.188-1.112.487-1.825c.726-.765 1.766-1.258 1.766-1.258v-.002l.091-.05zm8.258-9.051c-.452-1.777-3.397-2.362-6.185-1.371c-1.656.589-3.453 1.515-4.743 2.723c-1.536 1.434-1.78 2.684-1.68 3.206c.355 1.843 2.881 3.048 3.92 3.942v.005c-.307.149-2.548 1.274-3.072 2.438c-.563 1.225.088 2.101.513 2.212c1.313.363 2.662-.3 3.388-1.374c.699-1.051.638-2.4.337-3.063c.413-.112.899-.162 1.524-.086c1.751.199 2.101 1.3 2.024 1.75c-.074.449-.436.711-.561.786c-.126.076-.163.101-.151.151c.013.074.076.074.175.063c.138-.025.914-.375.951-1.227c.037-1.074-.988-2.273-2.813-2.25c-.75.014-1.226.076-1.563.214a.295.295 0 0 0-.088-.088c-1.125-1.213-3.213-2.063-3.125-3.675c.025-.588.237-2.137 4-4.012c3.088-1.538 5.551-1.112 5.977-.175c.61 1.336-1.314 3.825-4.526 4.187c-1.225.138-1.862-.337-2.026-.513c-.174-.188-.198-.2-.261-.161c-.101.05-.038.212 0 .313c.1.249.487.688 1.163.912c.587.188 2.024.299 3.75-.375c1.937-.749 3.449-2.838 3.012-4.588l.06.056z" fill="currentColor"/></svg>
</template>

CSS

.icon-bxl-sass {
  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%22M12%202c5.522%200%2010%204.478%2010%2010s-4.478%2010-10%2010S2%2017.522%202%2012S6.478%202%2012%202zm-1.987%2013.332c.146.537.13%201.039-.021%201.493l-.054.15a2.803%202.803%200%200%201-.527.821c-.582.633-1.394.872-1.742.671c-.375-.219-.188-1.112.487-1.825c.726-.765%201.766-1.258%201.766-1.258v-.002l.091-.05zm8.258-9.051c-.452-1.777-3.397-2.362-6.185-1.371c-1.656.589-3.453%201.515-4.743%202.723c-1.536%201.434-1.78%202.684-1.68%203.206c.355%201.843%202.881%203.048%203.92%203.942v.005c-.307.149-2.548%201.274-3.072%202.438c-.563%201.225.088%202.101.513%202.212c1.313.363%202.662-.3%203.388-1.374c.699-1.051.638-2.4.337-3.063c.413-.112.899-.162%201.524-.086c1.751.199%202.101%201.3%202.024%201.75c-.074.449-.436.711-.561.786c-.126.076-.163.101-.151.151c.013.074.076.074.175.063c.138-.025.914-.375.951-1.227c.037-1.074-.988-2.273-2.813-2.25c-.75.014-1.226.076-1.563.214a.295.295%200%200%200-.088-.088c-1.125-1.213-3.213-2.063-3.125-3.675c.025-.588.237-2.137%204-4.012c3.088-1.538%205.551-1.112%205.977-.175c.61%201.336-1.314%203.825-4.526%204.187c-1.225.138-1.862-.337-2.026-.513c-.174-.188-.198-.2-.261-.161c-.101.05-.038.212%200%20.313c.1.249.487.688%201.163.912c.587.188%202.024.299%203.75-.375c1.937-.749%203.449-2.838%203.012-4.588l.06.056z%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%22M12%202c5.522%200%2010%204.478%2010%2010s-4.478%2010-10%2010S2%2017.522%202%2012S6.478%202%2012%202zm-1.987%2013.332c.146.537.13%201.039-.021%201.493l-.054.15a2.803%202.803%200%200%201-.527.821c-.582.633-1.394.872-1.742.671c-.375-.219-.188-1.112.487-1.825c.726-.765%201.766-1.258%201.766-1.258v-.002l.091-.05zm8.258-9.051c-.452-1.777-3.397-2.362-6.185-1.371c-1.656.589-3.453%201.515-4.743%202.723c-1.536%201.434-1.78%202.684-1.68%203.206c.355%201.843%202.881%203.048%203.92%203.942v.005c-.307.149-2.548%201.274-3.072%202.438c-.563%201.225.088%202.101.513%202.212c1.313.363%202.662-.3%203.388-1.374c.699-1.051.638-2.4.337-3.063c.413-.112.899-.162%201.524-.086c1.751.199%202.101%201.3%202.024%201.75c-.074.449-.436.711-.561.786c-.126.076-.163.101-.151.151c.013.074.076.074.175.063c.138-.025.914-.375.951-1.227c.037-1.074-.988-2.273-2.813-2.25c-.75.014-1.226.076-1.563.214a.295.295%200%200%200-.088-.088c-1.125-1.213-3.213-2.063-3.125-3.675c.025-.588.237-2.137%204-4.012c3.088-1.538%205.551-1.112%205.977-.175c.61%201.336-1.314%203.825-4.526%204.187c-1.225.138-1.862-.337-2.026-.513c-.174-.188-.198-.2-.261-.161c-.101.05-.038.212%200%20.313c.1.249.487.688%201.163.912c.587.188%202.024.299%203.75-.375c1.937-.749%203.449-2.838%203.012-4.588l.06.056z%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-sass.svg?color=%231a73e8&size=48