research bloch sphere icon

research-bloch-sphere from Carbon by IBM · Outline · Apache-2.0 Free for personal and commercial use.

Name
research-bloch-sphere
Set
Carbon
Style
Outline
Viewbox
32×32
License
Apache 2.0

Related icons in Carbon

Use the research bloch sphere icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m21.87 7.84l-1.74-1L16 14a2 2 0 1 0 2 2a2 2 0 0 0-.27-1Z"/><path fill="currentColor" d="M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2Zm0 2a12 12 0 0 1 11.17 7.65a25.69 25.69 0 0 0-3.69-1.5l-1 1.77a22.7 22.7 0 0 1 5.41 2.39a11.05 11.05 0 0 1 0 3.38A22.92 22.92 0 0 1 16 21a22.92 22.92 0 0 1-11.87-3.31a11.05 11.05 0 0 1 0-3.38A22.8 22.8 0 0 1 15 11V9a25 25 0 0 0-10.17 2.6A12 12 0 0 1 16 4Zm0 24a12 12 0 0 1-11.17-7.65A24.88 24.88 0 0 0 16 23a24.88 24.88 0 0 0 11.17-2.65A12 12 0 0 1 16 28Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonResearchBlochSphere(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m21.87 7.84l-1.74-1L16 14a2 2 0 1 0 2 2a2 2 0 0 0-.27-1Z"/><path fill="currentColor" d="M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2Zm0 2a12 12 0 0 1 11.17 7.65a25.69 25.69 0 0 0-3.69-1.5l-1 1.77a22.7 22.7 0 0 1 5.41 2.39a11.05 11.05 0 0 1 0 3.38A22.92 22.92 0 0 1 16 21a22.92 22.92 0 0 1-11.87-3.31a11.05 11.05 0 0 1 0-3.38A22.8 22.8 0 0 1 15 11V9a25 25 0 0 0-10.17 2.6A12 12 0 0 1 16 4Zm0 24a12 12 0 0 1-11.17-7.65A24.88 24.88 0 0 0 16 23a24.88 24.88 0 0 0 11.17-2.65A12 12 0 0 1 16 28Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m21.87 7.84l-1.74-1L16 14a2 2 0 1 0 2 2a2 2 0 0 0-.27-1Z"/><path fill="currentColor" d="M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2Zm0 2a12 12 0 0 1 11.17 7.65a25.69 25.69 0 0 0-3.69-1.5l-1 1.77a22.7 22.7 0 0 1 5.41 2.39a11.05 11.05 0 0 1 0 3.38A22.92 22.92 0 0 1 16 21a22.92 22.92 0 0 1-11.87-3.31a11.05 11.05 0 0 1 0-3.38A22.8 22.8 0 0 1 15 11V9a25 25 0 0 0-10.17 2.6A12 12 0 0 1 16 4Zm0 24a12 12 0 0 1-11.17-7.65A24.88 24.88 0 0 0 16 23a24.88 24.88 0 0 0 11.17-2.65A12 12 0 0 1 16 28Z"/></svg>
</template>

CSS

.icon-research-bloch-sphere {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.87%207.84l-1.74-1L16%2014a2%202%200%201%200%202%202a2%202%200%200%200-.27-1Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202a14%2014%200%201%200%2014%2014A14%2014%200%200%200%2016%202Zm0%202a12%2012%200%200%201%2011.17%207.65a25.69%2025.69%200%200%200-3.69-1.5l-1%201.77a22.7%2022.7%200%200%201%205.41%202.39a11.05%2011.05%200%200%201%200%203.38A22.92%2022.92%200%200%201%2016%2021a22.92%2022.92%200%200%201-11.87-3.31a11.05%2011.05%200%200%201%200-3.38A22.8%2022.8%200%200%201%2015%2011V9a25%2025%200%200%200-10.17%202.6A12%2012%200%200%201%2016%204Zm0%2024a12%2012%200%200%201-11.17-7.65A24.88%2024.88%200%200%200%2016%2023a24.88%2024.88%200%200%200%2011.17-2.65A12%2012%200%200%201%2016%2028Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.87%207.84l-1.74-1L16%2014a2%202%200%201%200%202%202a2%202%200%200%200-.27-1Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202a14%2014%200%201%200%2014%2014A14%2014%200%200%200%2016%202Zm0%202a12%2012%200%200%201%2011.17%207.65a25.69%2025.69%200%200%200-3.69-1.5l-1%201.77a22.7%2022.7%200%200%201%205.41%202.39a11.05%2011.05%200%200%201%200%203.38A22.92%2022.92%200%200%201%2016%2021a22.92%2022.92%200%200%201-11.87-3.31a11.05%2011.05%200%200%201%200-3.38A22.8%2022.8%200%200%201%2015%2011V9a25%2025%200%200%200-10.17%202.6A12%2012%200%200%201%2016%204Zm0%2024a12%2012%200%200%201-11.17-7.65A24.88%2024.88%200%200%200%2016%2023a24.88%2024.88%200%200%200%2011.17-2.65A12%2012%200%200%201%2016%2028Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/research-bloch-sphere.svg?color=%231a73e8&size=48