castbox from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
castbox
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the castbox icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m18.527 5.544l-5.596-3.29a1.84 1.84 0 0 0-1.862 0l-5.596 3.29c-.963.566-1.445.85-1.709 1.31c-.264.462-.264 1.02-.264 2.138v6.016c0 1.117 0 1.676.264 2.137s.746.745 1.709 1.311l5.596 3.29a1.84 1.84 0 0 0 1.862 0l5.596-3.29c.963-.566 1.445-.85 1.709-1.31c.264-.462.264-1.02.264-2.138V8.992c0-1.117 0-1.676-.264-2.137s-.746-.745-1.709-1.311M17 12.5v1m-2-2V14m-2 .5V10m-2-.5V14m-2-3.5v5m-2-4v2M9.5 12h1m1 .5h1m-5 0h1"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCastbox(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m18.527 5.544l-5.596-3.29a1.84 1.84 0 0 0-1.862 0l-5.596 3.29c-.963.566-1.445.85-1.709 1.31c-.264.462-.264 1.02-.264 2.138v6.016c0 1.117 0 1.676.264 2.137s.746.745 1.709 1.311l5.596 3.29a1.84 1.84 0 0 0 1.862 0l5.596-3.29c.963-.566 1.445-.85 1.709-1.31c.264-.462.264-1.02.264-2.138V8.992c0-1.117 0-1.676-.264-2.137s-.746-.745-1.709-1.311M17 12.5v1m-2-2V14m-2 .5V10m-2-.5V14m-2-3.5v5m-2-4v2M9.5 12h1m1 .5h1m-5 0h1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m18.527 5.544l-5.596-3.29a1.84 1.84 0 0 0-1.862 0l-5.596 3.29c-.963.566-1.445.85-1.709 1.31c-.264.462-.264 1.02-.264 2.138v6.016c0 1.117 0 1.676.264 2.137s.746.745 1.709 1.311l5.596 3.29a1.84 1.84 0 0 0 1.862 0l5.596-3.29c.963-.566 1.445-.85 1.709-1.31c.264-.462.264-1.02.264-2.138V8.992c0-1.117 0-1.676-.264-2.137s-.746-.745-1.709-1.311M17 12.5v1m-2-2V14m-2 .5V10m-2-.5V14m-2-3.5v5m-2-4v2M9.5 12h1m1 .5h1m-5 0h1"/></svg>
</template>

CSS

.icon-castbox {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m18.527%205.544l-5.596-3.29a1.84%201.84%200%200%200-1.862%200l-5.596%203.29c-.963.566-1.445.85-1.709%201.31c-.264.462-.264%201.02-.264%202.138v6.016c0%201.117%200%201.676.264%202.137s.746.745%201.709%201.311l5.596%203.29a1.84%201.84%200%200%200%201.862%200l5.596-3.29c.963-.566%201.445-.85%201.709-1.31c.264-.462.264-1.02.264-2.138V8.992c0-1.117%200-1.676-.264-2.137s-.746-.745-1.709-1.311M17%2012.5v1m-2-2V14m-2%20.5V10m-2-.5V14m-2-3.5v5m-2-4v2M9.5%2012h1m1%20.5h1m-5%200h1%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m18.527%205.544l-5.596-3.29a1.84%201.84%200%200%200-1.862%200l-5.596%203.29c-.963.566-1.445.85-1.709%201.31c-.264.462-.264%201.02-.264%202.138v6.016c0%201.117%200%201.676.264%202.137s.746.745%201.709%201.311l5.596%203.29a1.84%201.84%200%200%200%201.862%200l5.596-3.29c.963-.566%201.445-.85%201.709-1.31c.264-.462.264-1.02.264-2.138V8.992c0-1.117%200-1.676-.264-2.137s-.746-.745-1.709-1.311M17%2012.5v1m-2-2V14m-2%20.5V10m-2-.5V14m-2-3.5v5m-2-4v2M9.5%2012h1m1%20.5h1m-5%200h1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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