main component icon

main-component-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
main-component-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the main component icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.51 5.01l-1.96-1.96c-1.4-1.4-3.7-1.4-5.1 0L7.49 5.01c-.39.39-.39 1.03 0 1.42l3.81 3.81c.39.39 1.02.39 1.41 0l3.81-3.81c.38-.39.38-1.03-.01-1.42M5.01 7.492l-1.96 1.96c-1.4 1.4-1.4 3.7 0 5.1l1.96 1.96c.39.39 1.02.39 1.41 0l3.81-3.81a.996.996 0 0 0 0-1.41l-3.8-3.8c-.39-.39-1.03-.39-1.42 0m15.94 1.96l-1.96-1.96a.996.996 0 0 0-1.41 0l-3.81 3.81a.996.996 0 0 0 0 1.41l3.81 3.81c.39.39 1.02.39 1.41 0l1.96-1.96c1.4-1.41 1.4-3.71 0-5.11M7.49 18.99l1.96 1.96c1.4 1.4 3.7 1.4 5.1 0l1.96-1.96a.996.996 0 0 0 0-1.41l-3.81-3.81a.996.996 0 0 0-1.41 0l-3.81 3.81c-.38.38-.38 1.02.01 1.41"/></svg>

React

import type { SVGProps } from "react";

export function ReiconMainComponentFilled(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="m16.51 5.01l-1.96-1.96c-1.4-1.4-3.7-1.4-5.1 0L7.49 5.01c-.39.39-.39 1.03 0 1.42l3.81 3.81c.39.39 1.02.39 1.41 0l3.81-3.81c.38-.39.38-1.03-.01-1.42M5.01 7.492l-1.96 1.96c-1.4 1.4-1.4 3.7 0 5.1l1.96 1.96c.39.39 1.02.39 1.41 0l3.81-3.81a.996.996 0 0 0 0-1.41l-3.8-3.8c-.39-.39-1.03-.39-1.42 0m15.94 1.96l-1.96-1.96a.996.996 0 0 0-1.41 0l-3.81 3.81a.996.996 0 0 0 0 1.41l3.81 3.81c.39.39 1.02.39 1.41 0l1.96-1.96c1.4-1.41 1.4-3.71 0-5.11M7.49 18.99l1.96 1.96c1.4 1.4 3.7 1.4 5.1 0l1.96-1.96a.996.996 0 0 0 0-1.41l-3.81-3.81a.996.996 0 0 0-1.41 0l-3.81 3.81c-.38.38-.38 1.02.01 1.41"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.51 5.01l-1.96-1.96c-1.4-1.4-3.7-1.4-5.1 0L7.49 5.01c-.39.39-.39 1.03 0 1.42l3.81 3.81c.39.39 1.02.39 1.41 0l3.81-3.81c.38-.39.38-1.03-.01-1.42M5.01 7.492l-1.96 1.96c-1.4 1.4-1.4 3.7 0 5.1l1.96 1.96c.39.39 1.02.39 1.41 0l3.81-3.81a.996.996 0 0 0 0-1.41l-3.8-3.8c-.39-.39-1.03-.39-1.42 0m15.94 1.96l-1.96-1.96a.996.996 0 0 0-1.41 0l-3.81 3.81a.996.996 0 0 0 0 1.41l3.81 3.81c.39.39 1.02.39 1.41 0l1.96-1.96c1.4-1.41 1.4-3.71 0-5.11M7.49 18.99l1.96 1.96c1.4 1.4 3.7 1.4 5.1 0l1.96-1.96a.996.996 0 0 0 0-1.41l-3.81-3.81a.996.996 0 0 0-1.41 0l-3.81 3.81c-.38.38-.38 1.02.01 1.41"/></svg>
</template>

CSS

.icon-main-component-filled {
  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%22m16.51%205.01l-1.96-1.96c-1.4-1.4-3.7-1.4-5.1%200L7.49%205.01c-.39.39-.39%201.03%200%201.42l3.81%203.81c.39.39%201.02.39%201.41%200l3.81-3.81c.38-.39.38-1.03-.01-1.42M5.01%207.492l-1.96%201.96c-1.4%201.4-1.4%203.7%200%205.1l1.96%201.96c.39.39%201.02.39%201.41%200l3.81-3.81a.996.996%200%200%200%200-1.41l-3.8-3.8c-.39-.39-1.03-.39-1.42%200m15.94%201.96l-1.96-1.96a.996.996%200%200%200-1.41%200l-3.81%203.81a.996.996%200%200%200%200%201.41l3.81%203.81c.39.39%201.02.39%201.41%200l1.96-1.96c1.4-1.41%201.4-3.71%200-5.11M7.49%2018.99l1.96%201.96c1.4%201.4%203.7%201.4%205.1%200l1.96-1.96a.996.996%200%200%200%200-1.41l-3.81-3.81a.996.996%200%200%200-1.41%200l-3.81%203.81c-.38.38-.38%201.02.01%201.41%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%22m16.51%205.01l-1.96-1.96c-1.4-1.4-3.7-1.4-5.1%200L7.49%205.01c-.39.39-.39%201.03%200%201.42l3.81%203.81c.39.39%201.02.39%201.41%200l3.81-3.81c.38-.39.38-1.03-.01-1.42M5.01%207.492l-1.96%201.96c-1.4%201.4-1.4%203.7%200%205.1l1.96%201.96c.39.39%201.02.39%201.41%200l3.81-3.81a.996.996%200%200%200%200-1.41l-3.8-3.8c-.39-.39-1.03-.39-1.42%200m15.94%201.96l-1.96-1.96a.996.996%200%200%200-1.41%200l-3.81%203.81a.996.996%200%200%200%200%201.41l3.81%203.81c.39.39%201.02.39%201.41%200l1.96-1.96c1.4-1.41%201.4-3.71%200-5.11M7.49%2018.99l1.96%201.96c1.4%201.4%203.7%201.4%205.1%200l1.96-1.96a.996.996%200%200%200%200-1.41l-3.81-3.81a.996.996%200%200%200-1.41%200l-3.81%203.81c-.38.38-.38%201.02.01%201.41%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/main-component-filled.svg?color=%231a73e8&size=48