ai innovation 02 icon
ai-innovation-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- ai-innovation-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the ai innovation 02 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M5.143 14A7.8 7.8 0 0 1 4 9.919C4 5.545 7.582 2 12 2s8 3.545 8 7.919A7.8 7.8 0 0 1 18.857 14"/><path d="M7.383 17.098c-.092-.276-.138-.415-.133-.527a.6.6 0 0 1 .382-.53c.104-.041.25-.041.54-.041h7.656c.291 0 .436 0 .54.04a.6.6 0 0 1 .382.531c.005.112-.041.25-.133.527c-.17.511-.255.767-.386.974a2 2 0 0 1-1.2.869c-.238.059-.506.059-1.043.059h-3.976c-.537 0-.806 0-1.043-.06a2 2 0 0 1-1.2-.868c-.131-.207-.216-.463-.386-.974ZM15 19l-.13.647c-.14.707-.211 1.06-.37 1.34a2 2 0 0 1-1.113.912C13.082 22 12.72 22 12 22s-1.082 0-1.387-.1a2 2 0 0 1-1.113-.913c-.159-.28-.23-.633-.37-1.34L9 19"/><path stroke-linecap="round" stroke-linejoin="round" d="m12.308 12l-1.461-4.521A.72.72 0 0 0 10.154 7a.72.72 0 0 0-.693.479L8 12m7-5v5m-6.462-1.5h3.231"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsAiInnovation02(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M5.143 14A7.8 7.8 0 0 1 4 9.919C4 5.545 7.582 2 12 2s8 3.545 8 7.919A7.8 7.8 0 0 1 18.857 14"/><path d="M7.383 17.098c-.092-.276-.138-.415-.133-.527a.6.6 0 0 1 .382-.53c.104-.041.25-.041.54-.041h7.656c.291 0 .436 0 .54.04a.6.6 0 0 1 .382.531c.005.112-.041.25-.133.527c-.17.511-.255.767-.386.974a2 2 0 0 1-1.2.869c-.238.059-.506.059-1.043.059h-3.976c-.537 0-.806 0-1.043-.06a2 2 0 0 1-1.2-.868c-.131-.207-.216-.463-.386-.974ZM15 19l-.13.647c-.14.707-.211 1.06-.37 1.34a2 2 0 0 1-1.113.912C13.082 22 12.72 22 12 22s-1.082 0-1.387-.1a2 2 0 0 1-1.113-.913c-.159-.28-.23-.633-.37-1.34L9 19"/><path strokeLinecap="round" strokeLinejoin="round" d="m12.308 12l-1.461-4.521A.72.72 0 0 0 10.154 7a.72.72 0 0 0-.693.479L8 12m7-5v5m-6.462-1.5h3.231"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M5.143 14A7.8 7.8 0 0 1 4 9.919C4 5.545 7.582 2 12 2s8 3.545 8 7.919A7.8 7.8 0 0 1 18.857 14"/><path d="M7.383 17.098c-.092-.276-.138-.415-.133-.527a.6.6 0 0 1 .382-.53c.104-.041.25-.041.54-.041h7.656c.291 0 .436 0 .54.04a.6.6 0 0 1 .382.531c.005.112-.041.25-.133.527c-.17.511-.255.767-.386.974a2 2 0 0 1-1.2.869c-.238.059-.506.059-1.043.059h-3.976c-.537 0-.806 0-1.043-.06a2 2 0 0 1-1.2-.868c-.131-.207-.216-.463-.386-.974ZM15 19l-.13.647c-.14.707-.211 1.06-.37 1.34a2 2 0 0 1-1.113.912C13.082 22 12.72 22 12 22s-1.082 0-1.387-.1a2 2 0 0 1-1.113-.913c-.159-.28-.23-.633-.37-1.34L9 19"/><path stroke-linecap="round" stroke-linejoin="round" d="m12.308 12l-1.461-4.521A.72.72 0 0 0 10.154 7a.72.72 0 0 0-.693.479L8 12m7-5v5m-6.462-1.5h3.231"/></g></svg> </template>
CSS
.icon-ai-innovation-02 {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.143%2014A7.8%207.8%200%200%201%204%209.919C4%205.545%207.582%202%2012%202s8%203.545%208%207.919A7.8%207.8%200%200%201%2018.857%2014%22%2F%3E%3Cpath%20d%3D%22M7.383%2017.098c-.092-.276-.138-.415-.133-.527a.6.6%200%200%201%20.382-.53c.104-.041.25-.041.54-.041h7.656c.291%200%20.436%200%20.54.04a.6.6%200%200%201%20.382.531c.005.112-.041.25-.133.527c-.17.511-.255.767-.386.974a2%202%200%200%201-1.2.869c-.238.059-.506.059-1.043.059h-3.976c-.537%200-.806%200-1.043-.06a2%202%200%200%201-1.2-.868c-.131-.207-.216-.463-.386-.974ZM15%2019l-.13.647c-.14.707-.211%201.06-.37%201.34a2%202%200%200%201-1.113.912C13.082%2022%2012.72%2022%2012%2022s-1.082%200-1.387-.1a2%202%200%200%201-1.113-.913c-.159-.28-.23-.633-.37-1.34L9%2019%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m12.308%2012l-1.461-4.521A.72.72%200%200%200%2010.154%207a.72.72%200%200%200-.693.479L8%2012m7-5v5m-6.462-1.5h3.231%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.143%2014A7.8%207.8%200%200%201%204%209.919C4%205.545%207.582%202%2012%202s8%203.545%208%207.919A7.8%207.8%200%200%201%2018.857%2014%22%2F%3E%3Cpath%20d%3D%22M7.383%2017.098c-.092-.276-.138-.415-.133-.527a.6.6%200%200%201%20.382-.53c.104-.041.25-.041.54-.041h7.656c.291%200%20.436%200%20.54.04a.6.6%200%200%201%20.382.531c.005.112-.041.25-.133.527c-.17.511-.255.767-.386.974a2%202%200%200%201-1.2.869c-.238.059-.506.059-1.043.059h-3.976c-.537%200-.806%200-1.043-.06a2%202%200%200%201-1.2-.868c-.131-.207-.216-.463-.386-.974ZM15%2019l-.13.647c-.14.707-.211%201.06-.37%201.34a2%202%200%200%201-1.113.912C13.082%2022%2012.72%2022%2012%2022s-1.082%200-1.387-.1a2%202%200%200%201-1.113-.913c-.159-.28-.23-.633-.37-1.34L9%2019%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m12.308%2012l-1.461-4.521A.72.72%200%200%200%2010.154%207a.72.72%200%200%200-.693.479L8%2012m7-5v5m-6.462-1.5h3.231%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/ai-innovation-02.svg?color=%231a73e8&size=48