ai status rejected icon
ai-status-rejected from Carbon by IBM · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- ai-status-rejected
- Set
- Carbon
- Style
- Outline
- Viewbox
- 32×32
- License
- Apache 2.0
Related icons in Carbon
ai-agentai-agent-detachedai-agent-invocationai-business-impact-assessmentai-enabled-edtai-enabled-pdlcai-generateai-governance-lifecycleai-governance-trackedai-governance-untrackedai-labelai-launchai-observabilityai-recommendai-resultsai-results-highai-results-lowai-results-mediumai-results-urgentai-results-very-highai-statusai-status-completeai-status-failedai-status-in-progress
Use the ai status rejected icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M11 24h10v2H11z" fill="currentColor"/><path d="M13 28h6v2h-6z" fill="currentColor"/><path d="M10.815 18.14A7.185 7.185 0 0 1 8 12a8.01 8.01 0 0 1 8-8V2A10.011 10.011 0 0 0 6 12a9.18 9.18 0 0 0 3.46 7.616C10.472 20.551 11 21.081 11 22h2c0-1.84-1.11-2.866-2.185-3.86z" fill="currentColor"/><path d="M23.04 16a9.486 9.486 0 0 1-1.862 2.143C20.107 19.135 19 20.16 19 22h2c0-.92.526-1.45 1.535-2.386A9.984 9.984 0 0 0 25.275 16z" fill="currentColor"/><path d="M30 8a6 6 0 1 0-6 6a6.007 6.007 0 0 0 6-6zm-2 0a3.952 3.952 0 0 1-.567 2.019l-5.452-5.452A3.953 3.953 0 0 1 24 4a4.005 4.005 0 0 1 4 4zm-8 0a3.952 3.952 0 0 1 .567-2.019l5.452 5.452A3.953 3.953 0 0 1 24 12a4.005 4.005 0 0 1-4-4z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function CarbonAiStatusRejected(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M11 24h10v2H11z" fill="currentColor"/><path d="M13 28h6v2h-6z" fill="currentColor"/><path d="M10.815 18.14A7.185 7.185 0 0 1 8 12a8.01 8.01 0 0 1 8-8V2A10.011 10.011 0 0 0 6 12a9.18 9.18 0 0 0 3.46 7.616C10.472 20.551 11 21.081 11 22h2c0-1.84-1.11-2.866-2.185-3.86z" fill="currentColor"/><path d="M23.04 16a9.486 9.486 0 0 1-1.862 2.143C20.107 19.135 19 20.16 19 22h2c0-.92.526-1.45 1.535-2.386A9.984 9.984 0 0 0 25.275 16z" fill="currentColor"/><path d="M30 8a6 6 0 1 0-6 6a6.007 6.007 0 0 0 6-6zm-2 0a3.952 3.952 0 0 1-.567 2.019l-5.452-5.452A3.953 3.953 0 0 1 24 4a4.005 4.005 0 0 1 4 4zm-8 0a3.952 3.952 0 0 1 .567-2.019l5.452 5.452A3.953 3.953 0 0 1 24 12a4.005 4.005 0 0 1-4-4z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M11 24h10v2H11z" fill="currentColor"/><path d="M13 28h6v2h-6z" fill="currentColor"/><path d="M10.815 18.14A7.185 7.185 0 0 1 8 12a8.01 8.01 0 0 1 8-8V2A10.011 10.011 0 0 0 6 12a9.18 9.18 0 0 0 3.46 7.616C10.472 20.551 11 21.081 11 22h2c0-1.84-1.11-2.866-2.185-3.86z" fill="currentColor"/><path d="M23.04 16a9.486 9.486 0 0 1-1.862 2.143C20.107 19.135 19 20.16 19 22h2c0-.92.526-1.45 1.535-2.386A9.984 9.984 0 0 0 25.275 16z" fill="currentColor"/><path d="M30 8a6 6 0 1 0-6 6a6.007 6.007 0 0 0 6-6zm-2 0a3.952 3.952 0 0 1-.567 2.019l-5.452-5.452A3.953 3.953 0 0 1 24 4a4.005 4.005 0 0 1 4 4zm-8 0a3.952 3.952 0 0 1 .567-2.019l5.452 5.452A3.953 3.953 0 0 1 24 12a4.005 4.005 0 0 1-4-4z" fill="currentColor"/></svg> </template>
CSS
.icon-ai-status-rejected {
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%20d%3D%22M11%2024h10v2H11z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M13%2028h6v2h-6z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M10.815%2018.14A7.185%207.185%200%200%201%208%2012a8.01%208.01%200%200%201%208-8V2A10.011%2010.011%200%200%200%206%2012a9.18%209.18%200%200%200%203.46%207.616C10.472%2020.551%2011%2021.081%2011%2022h2c0-1.84-1.11-2.866-2.185-3.86z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M23.04%2016a9.486%209.486%200%200%201-1.862%202.143C20.107%2019.135%2019%2020.16%2019%2022h2c0-.92.526-1.45%201.535-2.386A9.984%209.984%200%200%200%2025.275%2016z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M30%208a6%206%200%201%200-6%206a6.007%206.007%200%200%200%206-6zm-2%200a3.952%203.952%200%200%201-.567%202.019l-5.452-5.452A3.953%203.953%200%200%201%2024%204a4.005%204.005%200%200%201%204%204zm-8%200a3.952%203.952%200%200%201%20.567-2.019l5.452%205.452A3.953%203.953%200%200%201%2024%2012a4.005%204.005%200%200%201-4-4z%22%20fill%3D%22currentColor%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%20d%3D%22M11%2024h10v2H11z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M13%2028h6v2h-6z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M10.815%2018.14A7.185%207.185%200%200%201%208%2012a8.01%208.01%200%200%201%208-8V2A10.011%2010.011%200%200%200%206%2012a9.18%209.18%200%200%200%203.46%207.616C10.472%2020.551%2011%2021.081%2011%2022h2c0-1.84-1.11-2.866-2.185-3.86z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M23.04%2016a9.486%209.486%200%200%201-1.862%202.143C20.107%2019.135%2019%2020.16%2019%2022h2c0-.92.526-1.45%201.535-2.386A9.984%209.984%200%200%200%2025.275%2016z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M30%208a6%206%200%201%200-6%206a6.007%206.007%200%200%200%206-6zm-2%200a3.952%203.952%200%200%201-.567%202.019l-5.452-5.452A3.953%203.953%200%200%201%2024%204a4.005%204.005%200%200%201%204%204zm-8%200a3.952%203.952%200%200%201%20.567-2.019l5.452%205.452A3.953%203.953%200%200%201%2024%2012a4.005%204.005%200%200%201-4-4z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/ai-status-rejected.svg?color=%231a73e8&size=48