ibm quantum safe advisor icon
ibm-quantum-safe-advisor from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- ibm-quantum-safe-advisor
- Set
- Carbon
- Style
- Outline
- Category
- Enterprise
- Viewbox
- 32×32
- License
- Apache 2.0
More enterprise icons from Carbon
accountaiai-agentai-agent-detachedai-business-impact-assessmentai-enabled-edtai-enabled-pdlcai-generateai-governance-lifecycleai-governance-trackedai-governance-untrackedai-labelai-launchai-observabilityai-recommendappleapple-dashautoscalingbank-vaultbasketballbatbee-batbinding-connectorblock-storage
Use the ibm quantum safe advisor icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 16.44c0 4.96-4.68 7.7-8.45 9.9c-.54.32-1.07.62-1.55.92c-.49-.3-1.01-.61-1.55-.92C10.69 24.14 6 21.4 6 16.44V4h21V2H6c-1.1 0-2 .9-2 2v12.44c0 6.11 5.45 9.3 9.44 11.63c.72.42 1.41.82 2.02 1.22l.54.35l.54-.35c.61-.39 1.3-.79 2.02-1.22C22.54 25.74 28 22.55 28 16.44v-3.62c1.16-.41 2-1.51 2-2.82c0-1.65-1.35-3-3-3s-3 1.35-3 3c0 1.3.84 2.4 2 2.82zM27 11c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m-6-2h-8V7h8zm0 12h-8v-2h8zm-6-8h8v1.99h-8zm-5.29 4.71L8.3 16.3l2.29-2.29l-2.29-2.29l1.41-1.41l3.71 3.71l-3.71 3.71z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonIbmQuantumSafeAdvisor(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="M26 16.44c0 4.96-4.68 7.7-8.45 9.9c-.54.32-1.07.62-1.55.92c-.49-.3-1.01-.61-1.55-.92C10.69 24.14 6 21.4 6 16.44V4h21V2H6c-1.1 0-2 .9-2 2v12.44c0 6.11 5.45 9.3 9.44 11.63c.72.42 1.41.82 2.02 1.22l.54.35l.54-.35c.61-.39 1.3-.79 2.02-1.22C22.54 25.74 28 22.55 28 16.44v-3.62c1.16-.41 2-1.51 2-2.82c0-1.65-1.35-3-3-3s-3 1.35-3 3c0 1.3.84 2.4 2 2.82zM27 11c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m-6-2h-8V7h8zm0 12h-8v-2h8zm-6-8h8v1.99h-8zm-5.29 4.71L8.3 16.3l2.29-2.29l-2.29-2.29l1.41-1.41l3.71 3.71l-3.71 3.71z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 16.44c0 4.96-4.68 7.7-8.45 9.9c-.54.32-1.07.62-1.55.92c-.49-.3-1.01-.61-1.55-.92C10.69 24.14 6 21.4 6 16.44V4h21V2H6c-1.1 0-2 .9-2 2v12.44c0 6.11 5.45 9.3 9.44 11.63c.72.42 1.41.82 2.02 1.22l.54.35l.54-.35c.61-.39 1.3-.79 2.02-1.22C22.54 25.74 28 22.55 28 16.44v-3.62c1.16-.41 2-1.51 2-2.82c0-1.65-1.35-3-3-3s-3 1.35-3 3c0 1.3.84 2.4 2 2.82zM27 11c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m-6-2h-8V7h8zm0 12h-8v-2h8zm-6-8h8v1.99h-8zm-5.29 4.71L8.3 16.3l2.29-2.29l-2.29-2.29l1.41-1.41l3.71 3.71l-3.71 3.71z"/></svg> </template>
CSS
.icon-ibm-quantum-safe-advisor {
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%22M26%2016.44c0%204.96-4.68%207.7-8.45%209.9c-.54.32-1.07.62-1.55.92c-.49-.3-1.01-.61-1.55-.92C10.69%2024.14%206%2021.4%206%2016.44V4h21V2H6c-1.1%200-2%20.9-2%202v12.44c0%206.11%205.45%209.3%209.44%2011.63c.72.42%201.41.82%202.02%201.22l.54.35l.54-.35c.61-.39%201.3-.79%202.02-1.22C22.54%2025.74%2028%2022.55%2028%2016.44v-3.62c1.16-.41%202-1.51%202-2.82c0-1.65-1.35-3-3-3s-3%201.35-3%203c0%201.3.84%202.4%202%202.82zM27%2011c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201m-6-2h-8V7h8zm0%2012h-8v-2h8zm-6-8h8v1.99h-8zm-5.29%204.71L8.3%2016.3l2.29-2.29l-2.29-2.29l1.41-1.41l3.71%203.71l-3.71%203.71z%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%22M26%2016.44c0%204.96-4.68%207.7-8.45%209.9c-.54.32-1.07.62-1.55.92c-.49-.3-1.01-.61-1.55-.92C10.69%2024.14%206%2021.4%206%2016.44V4h21V2H6c-1.1%200-2%20.9-2%202v12.44c0%206.11%205.45%209.3%209.44%2011.63c.72.42%201.41.82%202.02%201.22l.54.35l.54-.35c.61-.39%201.3-.79%202.02-1.22C22.54%2025.74%2028%2022.55%2028%2016.44v-3.62c1.16-.41%202-1.51%202-2.82c0-1.65-1.35-3-3-3s-3%201.35-3%203c0%201.3.84%202.4%202%202.82zM27%2011c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201m-6-2h-8V7h8zm0%2012h-8v-2h8zm-6-8h8v1.99h-8zm-5.29%204.71L8.3%2016.3l2.29-2.29l-2.29-2.29l1.41-1.41l3.71%203.71l-3.71%203.71z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/ibm-quantum-safe-advisor.svg?color=%231a73e8&size=48