chip-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
chip-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Use the chip icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.992 14.506h-2.145q.015-.195 0-.39V9.494h2.125a.747.747 0 0 0 .748-.75a.75.75 0 0 0-.748-.75h-2.335A5.44 5.44 0 0 0 15.976 4.2V2a.75.75 0 0 0-.749-.751a.747.747 0 0 0-.748.75V4H9.491V2a.75.75 0 0 0-.748-.751a.747.747 0 0 0-.749.75V4.25a5.43 5.43 0 0 0-3.512 3.742H2.018a.747.747 0 0 0-.748.75a.75.75 0 0 0 .748.75h2.265v4.613q-.015.195 0 .39H1.998a.747.747 0 0 0-.748.75a.75.75 0 0 0 .748.75h2.674a5.43 5.43 0 0 0 3.362 3.282V22a.75.75 0 0 0 .748.75a.747.747 0 0 0 .749-.75v-2.442h4.988v2.432a.75.75 0 0 0 .748.75a.747.747 0 0 0 .749-.75v-2.672a5.37 5.37 0 0 0 3.512-3.331h2.474a.747.747 0 0 0 .748-.75a.75.75 0 0 0-.748-.75zm-5.448-1.5c0 .857-.339 1.68-.943 2.288a3.23 3.23 0 0 1-2.28.953h-2.473a3.23 3.23 0 0 1-2.254-.967a3.25 3.25 0 0 1-.929-2.274v-2.472c0-.857.34-1.679.944-2.285a3.22 3.22 0 0 1 2.279-.946h2.474c.854 0 1.674.34 2.278.946s.944 1.428.944 2.285z"/><path fill="currentColor" d="M15.048 10.534v2.471a1.734 1.734 0 0 1-1.726 1.741h-2.474a1.73 1.73 0 0 1-1.221-.513a1.74 1.74 0 0 1-.505-1.228v-2.47a1.724 1.724 0 0 1 1.726-1.73h2.474c.458-.001.897.18 1.22.505c.324.325.506.765.506 1.224"/></svg>

React

import type { SVGProps } from "react";

export function MageChipFill(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="M21.992 14.506h-2.145q.015-.195 0-.39V9.494h2.125a.747.747 0 0 0 .748-.75a.75.75 0 0 0-.748-.75h-2.335A5.44 5.44 0 0 0 15.976 4.2V2a.75.75 0 0 0-.749-.751a.747.747 0 0 0-.748.75V4H9.491V2a.75.75 0 0 0-.748-.751a.747.747 0 0 0-.749.75V4.25a5.43 5.43 0 0 0-3.512 3.742H2.018a.747.747 0 0 0-.748.75a.75.75 0 0 0 .748.75h2.265v4.613q-.015.195 0 .39H1.998a.747.747 0 0 0-.748.75a.75.75 0 0 0 .748.75h2.674a5.43 5.43 0 0 0 3.362 3.282V22a.75.75 0 0 0 .748.75a.747.747 0 0 0 .749-.75v-2.442h4.988v2.432a.75.75 0 0 0 .748.75a.747.747 0 0 0 .749-.75v-2.672a5.37 5.37 0 0 0 3.512-3.331h2.474a.747.747 0 0 0 .748-.75a.75.75 0 0 0-.748-.75zm-5.448-1.5c0 .857-.339 1.68-.943 2.288a3.23 3.23 0 0 1-2.28.953h-2.473a3.23 3.23 0 0 1-2.254-.967a3.25 3.25 0 0 1-.929-2.274v-2.472c0-.857.34-1.679.944-2.285a3.22 3.22 0 0 1 2.279-.946h2.474c.854 0 1.674.34 2.278.946s.944 1.428.944 2.285z"/><path fill="currentColor" d="M15.048 10.534v2.471a1.734 1.734 0 0 1-1.726 1.741h-2.474a1.73 1.73 0 0 1-1.221-.513a1.74 1.74 0 0 1-.505-1.228v-2.47a1.724 1.724 0 0 1 1.726-1.73h2.474c.458-.001.897.18 1.22.505c.324.325.506.765.506 1.224"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.992 14.506h-2.145q.015-.195 0-.39V9.494h2.125a.747.747 0 0 0 .748-.75a.75.75 0 0 0-.748-.75h-2.335A5.44 5.44 0 0 0 15.976 4.2V2a.75.75 0 0 0-.749-.751a.747.747 0 0 0-.748.75V4H9.491V2a.75.75 0 0 0-.748-.751a.747.747 0 0 0-.749.75V4.25a5.43 5.43 0 0 0-3.512 3.742H2.018a.747.747 0 0 0-.748.75a.75.75 0 0 0 .748.75h2.265v4.613q-.015.195 0 .39H1.998a.747.747 0 0 0-.748.75a.75.75 0 0 0 .748.75h2.674a5.43 5.43 0 0 0 3.362 3.282V22a.75.75 0 0 0 .748.75a.747.747 0 0 0 .749-.75v-2.442h4.988v2.432a.75.75 0 0 0 .748.75a.747.747 0 0 0 .749-.75v-2.672a5.37 5.37 0 0 0 3.512-3.331h2.474a.747.747 0 0 0 .748-.75a.75.75 0 0 0-.748-.75zm-5.448-1.5c0 .857-.339 1.68-.943 2.288a3.23 3.23 0 0 1-2.28.953h-2.473a3.23 3.23 0 0 1-2.254-.967a3.25 3.25 0 0 1-.929-2.274v-2.472c0-.857.34-1.679.944-2.285a3.22 3.22 0 0 1 2.279-.946h2.474c.854 0 1.674.34 2.278.946s.944 1.428.944 2.285z"/><path fill="currentColor" d="M15.048 10.534v2.471a1.734 1.734 0 0 1-1.726 1.741h-2.474a1.73 1.73 0 0 1-1.221-.513a1.74 1.74 0 0 1-.505-1.228v-2.47a1.724 1.724 0 0 1 1.726-1.73h2.474c.458-.001.897.18 1.22.505c.324.325.506.765.506 1.224"/></svg>
</template>

CSS

.icon-chip-fill {
  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%22M21.992%2014.506h-2.145q.015-.195%200-.39V9.494h2.125a.747.747%200%200%200%20.748-.75a.75.75%200%200%200-.748-.75h-2.335A5.44%205.44%200%200%200%2015.976%204.2V2a.75.75%200%200%200-.749-.751a.747.747%200%200%200-.748.75V4H9.491V2a.75.75%200%200%200-.748-.751a.747.747%200%200%200-.749.75V4.25a5.43%205.43%200%200%200-3.512%203.742H2.018a.747.747%200%200%200-.748.75a.75.75%200%200%200%20.748.75h2.265v4.613q-.015.195%200%20.39H1.998a.747.747%200%200%200-.748.75a.75.75%200%200%200%20.748.75h2.674a5.43%205.43%200%200%200%203.362%203.282V22a.75.75%200%200%200%20.748.75a.747.747%200%200%200%20.749-.75v-2.442h4.988v2.432a.75.75%200%200%200%20.748.75a.747.747%200%200%200%20.749-.75v-2.672a5.37%205.37%200%200%200%203.512-3.331h2.474a.747.747%200%200%200%20.748-.75a.75.75%200%200%200-.748-.75zm-5.448-1.5c0%20.857-.339%201.68-.943%202.288a3.23%203.23%200%200%201-2.28.953h-2.473a3.23%203.23%200%200%201-2.254-.967a3.25%203.25%200%200%201-.929-2.274v-2.472c0-.857.34-1.679.944-2.285a3.22%203.22%200%200%201%202.279-.946h2.474c.854%200%201.674.34%202.278.946s.944%201.428.944%202.285z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.048%2010.534v2.471a1.734%201.734%200%200%201-1.726%201.741h-2.474a1.73%201.73%200%200%201-1.221-.513a1.74%201.74%200%200%201-.505-1.228v-2.47a1.724%201.724%200%200%201%201.726-1.73h2.474c.458-.001.897.18%201.22.505c.324.325.506.765.506%201.224%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%22M21.992%2014.506h-2.145q.015-.195%200-.39V9.494h2.125a.747.747%200%200%200%20.748-.75a.75.75%200%200%200-.748-.75h-2.335A5.44%205.44%200%200%200%2015.976%204.2V2a.75.75%200%200%200-.749-.751a.747.747%200%200%200-.748.75V4H9.491V2a.75.75%200%200%200-.748-.751a.747.747%200%200%200-.749.75V4.25a5.43%205.43%200%200%200-3.512%203.742H2.018a.747.747%200%200%200-.748.75a.75.75%200%200%200%20.748.75h2.265v4.613q-.015.195%200%20.39H1.998a.747.747%200%200%200-.748.75a.75.75%200%200%200%20.748.75h2.674a5.43%205.43%200%200%200%203.362%203.282V22a.75.75%200%200%200%20.748.75a.747.747%200%200%200%20.749-.75v-2.442h4.988v2.432a.75.75%200%200%200%20.748.75a.747.747%200%200%200%20.749-.75v-2.672a5.37%205.37%200%200%200%203.512-3.331h2.474a.747.747%200%200%200%20.748-.75a.75.75%200%200%200-.748-.75zm-5.448-1.5c0%20.857-.339%201.68-.943%202.288a3.23%203.23%200%200%201-2.28.953h-2.473a3.23%203.23%200%200%201-2.254-.967a3.25%203.25%200%200%201-.929-2.274v-2.472c0-.857.34-1.679.944-2.285a3.22%203.22%200%200%201%202.279-.946h2.474c.854%200%201.674.34%202.278.946s.944%201.428.944%202.285z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.048%2010.534v2.471a1.734%201.734%200%200%201-1.726%201.741h-2.474a1.73%201.73%200%200%201-1.221-.513a1.74%201.74%200%200%201-.505-1.228v-2.47a1.724%201.724%200%200%201%201.726-1.73h2.474c.458-.001.897.18%201.22.505c.324.325.506.765.506%201.224%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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