ai governance lifecycle icon
ai-governance-lifecycle from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- ai-governance-lifecycle
- Set
- Carbon
- Style
- Outline
- Category
- Enterprise
- Viewbox
- 32×32
- License
- Apache 2.0
More enterprise icons from Carbon
Use the ai governance lifecycle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16 23l-2.139-1.013A5.02 5.02 0 0 1 11 17.467V11h10v6.468a5.02 5.02 0 0 1-2.861 4.52zm-3-10v4.468a3.01 3.01 0 0 0 1.717 2.71l1.283.608l1.283-.607A3.01 3.01 0 0 0 19 17.468V13zm-8.88 4.656A2 2 0 1 0 1 16c0 .789.46 1.464 1.124 1.79a13.95 13.95 0 0 0 9.569 11.535l.614-1.904a11.95 11.95 0 0 1-8.186-9.765m25.204 2.652l-1.904-.616a11.95 11.95 0 0 1-9.765 8.187A2 2 0 1 0 16 31c.789 0 1.464-.46 1.79-1.124a13.95 13.95 0 0 0 11.535-9.568m.551-6.098a13.95 13.95 0 0 0-9.569-11.535l-.614 1.904a11.95 11.95 0 0 1 8.186 9.765A2 2 0 1 0 31 16a1.99 1.99 0 0 0-1.123-1.79M16 1c-.789 0-1.464.46-1.79 1.124a13.95 13.95 0 0 0-11.535 9.568l1.904.616a11.95 11.95 0 0 1 9.765-8.187A2 2 0 1 0 16 1"/></svg>
React
import type { SVGProps } from "react";
export function CarbonAiGovernanceLifecycle(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="m16 23l-2.139-1.013A5.02 5.02 0 0 1 11 17.467V11h10v6.468a5.02 5.02 0 0 1-2.861 4.52zm-3-10v4.468a3.01 3.01 0 0 0 1.717 2.71l1.283.608l1.283-.607A3.01 3.01 0 0 0 19 17.468V13zm-8.88 4.656A2 2 0 1 0 1 16c0 .789.46 1.464 1.124 1.79a13.95 13.95 0 0 0 9.569 11.535l.614-1.904a11.95 11.95 0 0 1-8.186-9.765m25.204 2.652l-1.904-.616a11.95 11.95 0 0 1-9.765 8.187A2 2 0 1 0 16 31c.789 0 1.464-.46 1.79-1.124a13.95 13.95 0 0 0 11.535-9.568m.551-6.098a13.95 13.95 0 0 0-9.569-11.535l-.614 1.904a11.95 11.95 0 0 1 8.186 9.765A2 2 0 1 0 31 16a1.99 1.99 0 0 0-1.123-1.79M16 1c-.789 0-1.464.46-1.79 1.124a13.95 13.95 0 0 0-11.535 9.568l1.904.616a11.95 11.95 0 0 1 9.765-8.187A2 2 0 1 0 16 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16 23l-2.139-1.013A5.02 5.02 0 0 1 11 17.467V11h10v6.468a5.02 5.02 0 0 1-2.861 4.52zm-3-10v4.468a3.01 3.01 0 0 0 1.717 2.71l1.283.608l1.283-.607A3.01 3.01 0 0 0 19 17.468V13zm-8.88 4.656A2 2 0 1 0 1 16c0 .789.46 1.464 1.124 1.79a13.95 13.95 0 0 0 9.569 11.535l.614-1.904a11.95 11.95 0 0 1-8.186-9.765m25.204 2.652l-1.904-.616a11.95 11.95 0 0 1-9.765 8.187A2 2 0 1 0 16 31c.789 0 1.464-.46 1.79-1.124a13.95 13.95 0 0 0 11.535-9.568m.551-6.098a13.95 13.95 0 0 0-9.569-11.535l-.614 1.904a11.95 11.95 0 0 1 8.186 9.765A2 2 0 1 0 31 16a1.99 1.99 0 0 0-1.123-1.79M16 1c-.789 0-1.464.46-1.79 1.124a13.95 13.95 0 0 0-11.535 9.568l1.904.616a11.95 11.95 0 0 1 9.765-8.187A2 2 0 1 0 16 1"/></svg> </template>
CSS
.icon-ai-governance-lifecycle {
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%22m16%2023l-2.139-1.013A5.02%205.02%200%200%201%2011%2017.467V11h10v6.468a5.02%205.02%200%200%201-2.861%204.52zm-3-10v4.468a3.01%203.01%200%200%200%201.717%202.71l1.283.608l1.283-.607A3.01%203.01%200%200%200%2019%2017.468V13zm-8.88%204.656A2%202%200%201%200%201%2016c0%20.789.46%201.464%201.124%201.79a13.95%2013.95%200%200%200%209.569%2011.535l.614-1.904a11.95%2011.95%200%200%201-8.186-9.765m25.204%202.652l-1.904-.616a11.95%2011.95%200%200%201-9.765%208.187A2%202%200%201%200%2016%2031c.789%200%201.464-.46%201.79-1.124a13.95%2013.95%200%200%200%2011.535-9.568m.551-6.098a13.95%2013.95%200%200%200-9.569-11.535l-.614%201.904a11.95%2011.95%200%200%201%208.186%209.765A2%202%200%201%200%2031%2016a1.99%201.99%200%200%200-1.123-1.79M16%201c-.789%200-1.464.46-1.79%201.124a13.95%2013.95%200%200%200-11.535%209.568l1.904.616a11.95%2011.95%200%200%201%209.765-8.187A2%202%200%201%200%2016%201%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%22m16%2023l-2.139-1.013A5.02%205.02%200%200%201%2011%2017.467V11h10v6.468a5.02%205.02%200%200%201-2.861%204.52zm-3-10v4.468a3.01%203.01%200%200%200%201.717%202.71l1.283.608l1.283-.607A3.01%203.01%200%200%200%2019%2017.468V13zm-8.88%204.656A2%202%200%201%200%201%2016c0%20.789.46%201.464%201.124%201.79a13.95%2013.95%200%200%200%209.569%2011.535l.614-1.904a11.95%2011.95%200%200%201-8.186-9.765m25.204%202.652l-1.904-.616a11.95%2011.95%200%200%201-9.765%208.187A2%202%200%201%200%2016%2031c.789%200%201.464-.46%201.79-1.124a13.95%2013.95%200%200%200%2011.535-9.568m.551-6.098a13.95%2013.95%200%200%200-9.569-11.535l-.614%201.904a11.95%2011.95%200%200%201%208.186%209.765A2%202%200%201%200%2031%2016a1.99%201.99%200%200%200-1.123-1.79M16%201c-.789%200-1.464.46-1.79%201.124a13.95%2013.95%200%200%200-11.535%209.568l1.904.616a11.95%2011.95%200%200%201%209.765-8.187A2%202%200%201%200%2016%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/ai-governance-lifecycle.svg?color=%231a73e8&size=48