block-helper from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
block-helper
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Use the block helper icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0a12 12 0 0 1 12 12a12 12 0 0 1-12 12A12 12 0 0 1 0 12A12 12 0 0 1 12 0m0 2A10 10 0 0 0 2 12c0 2.4.85 4.6 2.26 6.33L18.33 4.26A10 10 0 0 0 12 2m0 20a10 10 0 0 0 10-10c0-2.4-.85-4.6-2.26-6.33L5.67 19.74A10 10 0 0 0 12 22"/></svg>

React

import type { SVGProps } from "react";

export function MdiBlockHelper(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="M12 0a12 12 0 0 1 12 12a12 12 0 0 1-12 12A12 12 0 0 1 0 12A12 12 0 0 1 12 0m0 2A10 10 0 0 0 2 12c0 2.4.85 4.6 2.26 6.33L18.33 4.26A10 10 0 0 0 12 2m0 20a10 10 0 0 0 10-10c0-2.4-.85-4.6-2.26-6.33L5.67 19.74A10 10 0 0 0 12 22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0a12 12 0 0 1 12 12a12 12 0 0 1-12 12A12 12 0 0 1 0 12A12 12 0 0 1 12 0m0 2A10 10 0 0 0 2 12c0 2.4.85 4.6 2.26 6.33L18.33 4.26A10 10 0 0 0 12 2m0 20a10 10 0 0 0 10-10c0-2.4-.85-4.6-2.26-6.33L5.67 19.74A10 10 0 0 0 12 22"/></svg>
</template>

CSS

.icon-block-helper {
  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%22M12%200a12%2012%200%200%201%2012%2012a12%2012%200%200%201-12%2012A12%2012%200%200%201%200%2012A12%2012%200%200%201%2012%200m0%202A10%2010%200%200%200%202%2012c0%202.4.85%204.6%202.26%206.33L18.33%204.26A10%2010%200%200%200%2012%202m0%2020a10%2010%200%200%200%2010-10c0-2.4-.85-4.6-2.26-6.33L5.67%2019.74A10%2010%200%200%200%2012%2022%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%22M12%200a12%2012%200%200%201%2012%2012a12%2012%200%200%201-12%2012A12%2012%200%200%201%200%2012A12%2012%200%200%201%2012%200m0%202A10%2010%200%200%200%202%2012c0%202.4.85%204.6%202.26%206.33L18.33%204.26A10%2010%200%200%200%2012%202m0%2020a10%2010%200%200%200%2010-10c0-2.4-.85-4.6-2.26-6.33L5.67%2019.74A10%2010%200%200%200%2012%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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