web components logo

web-components from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.

Name
web-components
Set
Boxicons Brands
Style
Logo
Viewbox
24×24
License
MIT

Use the web components logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.7 4H6.6L2 12l4.6 8h5.1l-4.76-8z" class="b"/><path fill="currentColor" d="m12.56 19.49l.31.51h4.28l2.21-3.74h-8.72zm1.7-3.92h5.44l1.87-3.23h-5.44zm5.1-7.83L17.15 4h-4.28l-.31.51l-1.92 3.23zm-5.1.69l1.87 3.23h5.44L19.7 8.43z" class="b"/></svg>

React

import type { SVGProps } from "react";

export function BxlWebComponents(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" d="M11.7 4H6.6L2 12l4.6 8h5.1l-4.76-8z" className="b"/><path fill="currentColor" d="m12.56 19.49l.31.51h4.28l2.21-3.74h-8.72zm1.7-3.92h5.44l1.87-3.23h-5.44zm5.1-7.83L17.15 4h-4.28l-.31.51l-1.92 3.23zm-5.1.69l1.87 3.23h5.44L19.7 8.43z" className="b"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.7 4H6.6L2 12l4.6 8h5.1l-4.76-8z" class="b"/><path fill="currentColor" d="m12.56 19.49l.31.51h4.28l2.21-3.74h-8.72zm1.7-3.92h5.44l1.87-3.23h-5.44zm5.1-7.83L17.15 4h-4.28l-.31.51l-1.92 3.23zm-5.1.69l1.87 3.23h5.44L19.7 8.43z" class="b"/></svg>
</template>

CSS

.icon-web-components {
  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%20d%3D%22M11.7%204H6.6L2%2012l4.6%208h5.1l-4.76-8z%22%20class%3D%22b%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.56%2019.49l.31.51h4.28l2.21-3.74h-8.72zm1.7-3.92h5.44l1.87-3.23h-5.44zm5.1-7.83L17.15%204h-4.28l-.31.51l-1.92%203.23zm-5.1.69l1.87%203.23h5.44L19.7%208.43z%22%20class%3D%22b%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%20d%3D%22M11.7%204H6.6L2%2012l4.6%208h5.1l-4.76-8z%22%20class%3D%22b%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.56%2019.49l.31.51h4.28l2.21-3.74h-8.72zm1.7-3.92h5.44l1.87-3.23h-5.44zm5.1-7.83L17.15%204h-4.28l-.31.51l-1.92%203.23zm-5.1.69l1.87%203.23h5.44L19.7%208.43z%22%20class%3D%22b%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxl/web-components.svg?color=%231a73e8&size=48