artificial intelligence 07 icon

artificial-intelligence-07 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
artificial-intelligence-07
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the artificial intelligence 07 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-linecap="round" stroke-width="1.5"><path d="M12.998 2c-.717 0-1.586 0-1.856.189s-.383.519-.61 1.18c-.258.745-.441 1.52-1.158 1.965l-.348.194c-.883.44-1.782.066-2.662-.174a5.3 5.3 0 0 0-1.17-.174a.46.46 0 0 0-.41.229L3.14 8.14a.46.46 0 0 0-.011.466c.126.218.342.555.633.87c.695.751 1.51 1.418 1.51 2.528s-.815 1.776-1.51 2.528a5 5 0 0 0-.633.87a.46.46 0 0 0 .011.465L4.785 18.6a.46.46 0 0 0 .409.229c.27-.01.712-.048 1.17-.174c.88-.24 1.78-.614 2.662-.175l.348.195c.717.445.9 1.22 1.158 1.966c.227.66.34.99.61 1.179s1.139.18 1.856.18"/><path d="M12.998 15.5a3.5 3.5 0 0 1 0-7"/><path stroke-linejoin="round" d="M20.248 4.75L17.998 7h-2m3.5-2.25a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0m.75 14.5L17.998 17h-2m3.5 2.25a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0m.75-7.25h-4.25m3.5 0a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsArtificialIntelligence07(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" strokeLinecap="round" strokeWidth="1.5"><path d="M12.998 2c-.717 0-1.586 0-1.856.189s-.383.519-.61 1.18c-.258.745-.441 1.52-1.158 1.965l-.348.194c-.883.44-1.782.066-2.662-.174a5.3 5.3 0 0 0-1.17-.174a.46.46 0 0 0-.41.229L3.14 8.14a.46.46 0 0 0-.011.466c.126.218.342.555.633.87c.695.751 1.51 1.418 1.51 2.528s-.815 1.776-1.51 2.528a5 5 0 0 0-.633.87a.46.46 0 0 0 .011.465L4.785 18.6a.46.46 0 0 0 .409.229c.27-.01.712-.048 1.17-.174c.88-.24 1.78-.614 2.662-.175l.348.195c.717.445.9 1.22 1.158 1.966c.227.66.34.99.61 1.179s1.139.18 1.856.18"/><path d="M12.998 15.5a3.5 3.5 0 0 1 0-7"/><path strokeLinejoin="round" d="M20.248 4.75L17.998 7h-2m3.5-2.25a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0m.75 14.5L17.998 17h-2m3.5 2.25a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0m.75-7.25h-4.25m3.5 0a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0"/></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-linecap="round" stroke-width="1.5"><path d="M12.998 2c-.717 0-1.586 0-1.856.189s-.383.519-.61 1.18c-.258.745-.441 1.52-1.158 1.965l-.348.194c-.883.44-1.782.066-2.662-.174a5.3 5.3 0 0 0-1.17-.174a.46.46 0 0 0-.41.229L3.14 8.14a.46.46 0 0 0-.011.466c.126.218.342.555.633.87c.695.751 1.51 1.418 1.51 2.528s-.815 1.776-1.51 2.528a5 5 0 0 0-.633.87a.46.46 0 0 0 .011.465L4.785 18.6a.46.46 0 0 0 .409.229c.27-.01.712-.048 1.17-.174c.88-.24 1.78-.614 2.662-.175l.348.195c.717.445.9 1.22 1.158 1.966c.227.66.34.99.61 1.179s1.139.18 1.856.18"/><path d="M12.998 15.5a3.5 3.5 0 0 1 0-7"/><path stroke-linejoin="round" d="M20.248 4.75L17.998 7h-2m3.5-2.25a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0m.75 14.5L17.998 17h-2m3.5 2.25a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0m.75-7.25h-4.25m3.5 0a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0"/></g></svg>
</template>

CSS

.icon-artificial-intelligence-07 {
  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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.998%202c-.717%200-1.586%200-1.856.189s-.383.519-.61%201.18c-.258.745-.441%201.52-1.158%201.965l-.348.194c-.883.44-1.782.066-2.662-.174a5.3%205.3%200%200%200-1.17-.174a.46.46%200%200%200-.41.229L3.14%208.14a.46.46%200%200%200-.011.466c.126.218.342.555.633.87c.695.751%201.51%201.418%201.51%202.528s-.815%201.776-1.51%202.528a5%205%200%200%200-.633.87a.46.46%200%200%200%20.011.465L4.785%2018.6a.46.46%200%200%200%20.409.229c.27-.01.712-.048%201.17-.174c.88-.24%201.78-.614%202.662-.175l.348.195c.717.445.9%201.22%201.158%201.966c.227.66.34.99.61%201.179s1.139.18%201.856.18%22%2F%3E%3Cpath%20d%3D%22M12.998%2015.5a3.5%203.5%200%200%201%200-7%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M20.248%204.75L17.998%207h-2m3.5-2.25a.75.75%200%201%200%201.5%200a.75.75%200%200%200-1.5%200m.75%2014.5L17.998%2017h-2m3.5%202.25a.75.75%200%201%201%201.5%200a.75.75%200%200%201-1.5%200m.75-7.25h-4.25m3.5%200a.75.75%200%201%200%201.5%200a.75.75%200%200%200-1.5%200%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.998%202c-.717%200-1.586%200-1.856.189s-.383.519-.61%201.18c-.258.745-.441%201.52-1.158%201.965l-.348.194c-.883.44-1.782.066-2.662-.174a5.3%205.3%200%200%200-1.17-.174a.46.46%200%200%200-.41.229L3.14%208.14a.46.46%200%200%200-.011.466c.126.218.342.555.633.87c.695.751%201.51%201.418%201.51%202.528s-.815%201.776-1.51%202.528a5%205%200%200%200-.633.87a.46.46%200%200%200%20.011.465L4.785%2018.6a.46.46%200%200%200%20.409.229c.27-.01.712-.048%201.17-.174c.88-.24%201.78-.614%202.662-.175l.348.195c.717.445.9%201.22%201.158%201.966c.227.66.34.99.61%201.179s1.139.18%201.856.18%22%2F%3E%3Cpath%20d%3D%22M12.998%2015.5a3.5%203.5%200%200%201%200-7%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M20.248%204.75L17.998%207h-2m3.5-2.25a.75.75%200%201%200%201.5%200a.75.75%200%200%200-1.5%200m.75%2014.5L17.998%2017h-2m3.5%202.25a.75.75%200%201%201%201.5%200a.75.75%200%200%201-1.5%200m.75-7.25h-4.25m3.5%200a.75.75%200%201%200%201.5%200a.75.75%200%200%200-1.5%200%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/artificial-intelligence-07.svg?color=%231a73e8&size=48