load-b from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
load-b
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the load b icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M288 160c0 17.7-14.3 32-32 32s-32-14.3-32-32V64c0-17.7 14.3-32 32-32s32 14.3 32 32v96z" fill="currentColor"/><path d="M256 320c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32s32-14.3 32-32v-96c0-17.7-14.3-32-32-32z" fill="currentColor"/><path d="M448 224h-96c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32z" fill="currentColor"/><path d="M160 224H64c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32z" fill="currentColor"/><path d="M346.5 210.7c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l67.9-67.9c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-67.9 67.9z" fill="currentColor"/><path d="M210.7 301.3c-12.5-12.5-32.8-12.5-45.3 0l-67.9 67.9C85 381.7 85 402 97.5 414.5s32.8 12.5 45.3 0l67.9-67.9c12.5-12.6 12.5-32.8 0-45.3z" fill="currentColor"/><path d="M414.4 369.1l-67.9-67.9c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l67.9 67.9c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3z" fill="currentColor"/><path d="M210.7 165.5l-67.9-67.9c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l67.9 67.9c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonLoadB(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M288 160c0 17.7-14.3 32-32 32s-32-14.3-32-32V64c0-17.7 14.3-32 32-32s32 14.3 32 32v96z" fill="currentColor"/><path d="M256 320c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32s32-14.3 32-32v-96c0-17.7-14.3-32-32-32z" fill="currentColor"/><path d="M448 224h-96c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32z" fill="currentColor"/><path d="M160 224H64c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32z" fill="currentColor"/><path d="M346.5 210.7c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l67.9-67.9c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-67.9 67.9z" fill="currentColor"/><path d="M210.7 301.3c-12.5-12.5-32.8-12.5-45.3 0l-67.9 67.9C85 381.7 85 402 97.5 414.5s32.8 12.5 45.3 0l67.9-67.9c12.5-12.6 12.5-32.8 0-45.3z" fill="currentColor"/><path d="M414.4 369.1l-67.9-67.9c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l67.9 67.9c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3z" fill="currentColor"/><path d="M210.7 165.5l-67.9-67.9c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l67.9 67.9c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M288 160c0 17.7-14.3 32-32 32s-32-14.3-32-32V64c0-17.7 14.3-32 32-32s32 14.3 32 32v96z" fill="currentColor"/><path d="M256 320c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32s32-14.3 32-32v-96c0-17.7-14.3-32-32-32z" fill="currentColor"/><path d="M448 224h-96c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32z" fill="currentColor"/><path d="M160 224H64c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32z" fill="currentColor"/><path d="M346.5 210.7c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l67.9-67.9c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-67.9 67.9z" fill="currentColor"/><path d="M210.7 301.3c-12.5-12.5-32.8-12.5-45.3 0l-67.9 67.9C85 381.7 85 402 97.5 414.5s32.8 12.5 45.3 0l67.9-67.9c12.5-12.6 12.5-32.8 0-45.3z" fill="currentColor"/><path d="M414.4 369.1l-67.9-67.9c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l67.9 67.9c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3z" fill="currentColor"/><path d="M210.7 165.5l-67.9-67.9c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l67.9 67.9c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3z" fill="currentColor"/></svg>
</template>

CSS

.icon-load-b {
  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%20d%3D%22M288%20160c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V64c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v96z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%20320c-17.7%200-32%2014.3-32%2032v96c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-96c0-17.7-14.3-32-32-32z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M448%20224h-96c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h96c17.7%200%2032-14.3%2032-32s-14.3-32-32-32z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M160%20224H64c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h96c17.7%200%2032-14.3%2032-32s-14.3-32-32-32z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M346.5%20210.7c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3l67.9-67.9c12.5-12.5%2032.8-12.5%2045.3%200s12.5%2032.8%200%2045.3l-67.9%2067.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M210.7%20301.3c-12.5-12.5-32.8-12.5-45.3%200l-67.9%2067.9C85%20381.7%2085%20402%2097.5%20414.5s32.8%2012.5%2045.3%200l67.9-67.9c12.5-12.6%2012.5-32.8%200-45.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M414.4%20369.1l-67.9-67.9c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3l67.9%2067.9c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M210.7%20165.5l-67.9-67.9c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3l67.9%2067.9c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3z%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%20512%20512%22%3E%3Cpath%20d%3D%22M288%20160c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V64c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v96z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%20320c-17.7%200-32%2014.3-32%2032v96c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-96c0-17.7-14.3-32-32-32z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M448%20224h-96c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h96c17.7%200%2032-14.3%2032-32s-14.3-32-32-32z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M160%20224H64c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h96c17.7%200%2032-14.3%2032-32s-14.3-32-32-32z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M346.5%20210.7c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3l67.9-67.9c12.5-12.5%2032.8-12.5%2045.3%200s12.5%2032.8%200%2045.3l-67.9%2067.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M210.7%20301.3c-12.5-12.5-32.8-12.5-45.3%200l-67.9%2067.9C85%20381.7%2085%20402%2097.5%20414.5s32.8%2012.5%2045.3%200l67.9-67.9c12.5-12.6%2012.5-32.8%200-45.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M414.4%20369.1l-67.9-67.9c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3l67.9%2067.9c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M210.7%20165.5l-67.9-67.9c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3l67.9%2067.9c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3z%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/ion/load-b.svg?color=%231a73e8&size=48