borg-outline-sharp from Material Symbols Light by Google · Outline Sharp · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
borg-outline-sharp
Set
Material Symbols Light
Style
Outline Sharp
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the borg icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 16.587V7.414l8-4.637l8 4.637v9.173l-8 4.636zm4.673-1.24V12.5H5v3.489l6.5 3.802v-4.445zm0-6.693H11.5V4.21L5 8.012V11.5h3.673zm1 5.692h4.635V9.673H9.673zm5.635 1H12.5v4.445l6.5-3.802V12.5h-3.692zm0-6.692V11.5H19V8.012L12.5 4.21v4.444z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBorgOutlineSharp(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="M4 16.587V7.414l8-4.637l8 4.637v9.173l-8 4.636zm4.673-1.24V12.5H5v3.489l6.5 3.802v-4.445zm0-6.693H11.5V4.21L5 8.012V11.5h3.673zm1 5.692h4.635V9.673H9.673zm5.635 1H12.5v4.445l6.5-3.802V12.5h-3.692zm0-6.692V11.5H19V8.012L12.5 4.21v4.444z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 16.587V7.414l8-4.637l8 4.637v9.173l-8 4.636zm4.673-1.24V12.5H5v3.489l6.5 3.802v-4.445zm0-6.693H11.5V4.21L5 8.012V11.5h3.673zm1 5.692h4.635V9.673H9.673zm5.635 1H12.5v4.445l6.5-3.802V12.5h-3.692zm0-6.692V11.5H19V8.012L12.5 4.21v4.444z"/></svg>
</template>

CSS

.icon-borg-outline-sharp {
  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%22M4%2016.587V7.414l8-4.637l8%204.637v9.173l-8%204.636zm4.673-1.24V12.5H5v3.489l6.5%203.802v-4.445zm0-6.693H11.5V4.21L5%208.012V11.5h3.673zm1%205.692h4.635V9.673H9.673zm5.635%201H12.5v4.445l6.5-3.802V12.5h-3.692zm0-6.692V11.5H19V8.012L12.5%204.21v4.444z%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%22M4%2016.587V7.414l8-4.637l8%204.637v9.173l-8%204.636zm4.673-1.24V12.5H5v3.489l6.5%203.802v-4.445zm0-6.693H11.5V4.21L5%208.012V11.5h3.673zm1%205.692h4.635V9.673H9.673zm5.635%201H12.5v4.445l6.5-3.802V12.5h-3.692zm0-6.692V11.5H19V8.012L12.5%204.21v4.444z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/borg-outline-sharp.svg?color=%231a73e8&size=48