webpack-outline from Teenyicons by smhmd · Outline · MIT Free for personal and commercial use.

Name
webpack-outline
Set
Teenyicons
Style
Outline
Viewbox
15×15
License
MIT

1 other variant in Teenyicons

The same icon in other sets

Use the webpack icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" d="M1.5 10.5v-6m0 6l6 3.5m-6-3.5L5 9M1.5 4.5l6-3.5m-6 3.5l6 3m0-6.5l6 3.5M7.5 1v3.5m6 0v6m0-6l-6 3m6 3l-6 3.5m6-3.5L10 9m-2.5 5V7.5m0-3L5 6v3m2.5-4.5L10 6v3M5 9l2.5 1.5L10 9"/></svg>

React

import type { SVGProps } from "react";

export function TeenyiconsWebpackOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" d="M1.5 10.5v-6m0 6l6 3.5m-6-3.5L5 9M1.5 4.5l6-3.5m-6 3.5l6 3m0-6.5l6 3.5M7.5 1v3.5m6 0v6m0-6l-6 3m6 3l-6 3.5m6-3.5L10 9m-2.5 5V7.5m0-3L5 6v3m2.5-4.5L10 6v3M5 9l2.5 1.5L10 9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" d="M1.5 10.5v-6m0 6l6 3.5m-6-3.5L5 9M1.5 4.5l6-3.5m-6 3.5l6 3m0-6.5l6 3.5M7.5 1v3.5m6 0v6m0-6l-6 3m6 3l-6 3.5m6-3.5L10 9m-2.5 5V7.5m0-3L5 6v3m2.5-4.5L10 6v3M5 9l2.5 1.5L10 9"/></svg>
</template>

CSS

.icon-webpack-outline {
  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%2015%2015%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20d%3D%22M1.5%2010.5v-6m0%206l6%203.5m-6-3.5L5%209M1.5%204.5l6-3.5m-6%203.5l6%203m0-6.5l6%203.5M7.5%201v3.5m6%200v6m0-6l-6%203m6%203l-6%203.5m6-3.5L10%209m-2.5%205V7.5m0-3L5%206v3m2.5-4.5L10%206v3M5%209l2.5%201.5L10%209%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%2015%2015%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20d%3D%22M1.5%2010.5v-6m0%206l6%203.5m-6-3.5L5%209M1.5%204.5l6-3.5m-6%203.5l6%203m0-6.5l6%203.5M7.5%201v3.5m6%200v6m0-6l-6%203m6%203l-6%203.5m6-3.5L10%209m-2.5%205V7.5m0-3L5%206v3m2.5-4.5L10%206v3M5%209l2.5%201.5L10%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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