component boolean icon

component-boolean from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.

Name
component-boolean
Set
Radix Icons
Style
Outline
Viewbox
15×15
License
MIT

Related icons in Radix Icons

Use the component boolean icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.224 1.425a.5.5 0 0 1 .63.065l5.656 5.657l.065.077a.5.5 0 0 1-.065.63L7.854 13.51a.5.5 0 0 1-.707 0L1.49 7.854a.5.5 0 0 1 0-.707L7.147 1.49zM2.55 7.5l4.95 4.95v-9.9z"/></svg>

React

import type { SVGProps } from "react";

export function RadixIconsComponentBoolean(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.224 1.425a.5.5 0 0 1 .63.065l5.656 5.657l.065.077a.5.5 0 0 1-.065.63L7.854 13.51a.5.5 0 0 1-.707 0L1.49 7.854a.5.5 0 0 1 0-.707L7.147 1.49zM2.55 7.5l4.95 4.95v-9.9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.224 1.425a.5.5 0 0 1 .63.065l5.656 5.657l.065.077a.5.5 0 0 1-.065.63L7.854 13.51a.5.5 0 0 1-.707 0L1.49 7.854a.5.5 0 0 1 0-.707L7.147 1.49zM2.55 7.5l4.95 4.95v-9.9z"/></svg>
</template>

CSS

.icon-component-boolean {
  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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.224%201.425a.5.5%200%200%201%20.63.065l5.656%205.657l.065.077a.5.5%200%200%201-.065.63L7.854%2013.51a.5.5%200%200%201-.707%200L1.49%207.854a.5.5%200%200%201%200-.707L7.147%201.49zM2.55%207.5l4.95%204.95v-9.9z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.224%201.425a.5.5%200%200%201%20.63.065l5.656%205.657l.065.077a.5.5%200%200%201-.065.63L7.854%2013.51a.5.5%200%200%201-.707%200L1.49%207.854a.5.5%200%200%201%200-.707L7.147%201.49zM2.55%207.5l4.95%204.95v-9.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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