logo web component icon

logo-web-component from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
logo-web-component
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
logo-web-component-outline

Related icons in IonIcons

Use the logo web component icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" d="m179.9 388l-76.16-132zm0 0h152.21l76.15-132l-76.15-132H179.9l-76.16 132zm-76.16-132l76.16-132z"/><path fill="currentColor" d="M496 256L376 48H239.74l-43.84 76h136.21l76.15 132l-76.15 132H195.9l43.84 76H376z"/><path fill="currentColor" d="m179.9 388l-76.16-132l76.16-132l43.84-76H136L16 256l120 208h87.74z"/></svg>

React

import type { SVGProps } from "react";

export function IonLogoWebComponent(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" d="m179.9 388l-76.16-132zm0 0h152.21l76.15-132l-76.15-132H179.9l-76.16 132zm-76.16-132l76.16-132z"/><path fill="currentColor" d="M496 256L376 48H239.74l-43.84 76h136.21l76.15 132l-76.15 132H195.9l43.84 76H376z"/><path fill="currentColor" d="m179.9 388l-76.16-132l76.16-132l43.84-76H136L16 256l120 208h87.74z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" d="m179.9 388l-76.16-132zm0 0h152.21l76.15-132l-76.15-132H179.9l-76.16 132zm-76.16-132l76.16-132z"/><path fill="currentColor" d="M496 256L376 48H239.74l-43.84 76h136.21l76.15 132l-76.15 132H195.9l43.84 76H376z"/><path fill="currentColor" d="m179.9 388l-76.16-132l76.16-132l43.84-76H136L16 256l120 208h87.74z"/></svg>
</template>

CSS

.icon-logo-web-component {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22m179.9%20388l-76.16-132zm0%200h152.21l76.15-132l-76.15-132H179.9l-76.16%20132zm-76.16-132l76.16-132z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M496%20256L376%2048H239.74l-43.84%2076h136.21l76.15%20132l-76.15%20132H195.9l43.84%2076H376z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m179.9%20388l-76.16-132l76.16-132l43.84-76H136L16%20256l120%20208h87.74z%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%20512%20512%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22m179.9%20388l-76.16-132zm0%200h152.21l76.15-132l-76.15-132H179.9l-76.16%20132zm-76.16-132l76.16-132z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M496%20256L376%2048H239.74l-43.84%2076h136.21l76.15%20132l-76.15%20132H195.9l43.84%2076H376z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m179.9%20388l-76.16-132l76.16-132l43.84-76H136L16%20256l120%20208h87.74z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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