artificial intelligence icon

artificial-intelligence from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.

Name
artificial-intelligence
Set
Health Icons
Style
Filled
Category
Symbols
Viewbox
48×48
License
MIT

1 other variant in Health Icons

More symbols icons from Health Icons

Use the artificial intelligence icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M34 6c-1.368 4.944-3.13 6.633-8 8c4.87 1.367 6.632 3.056 8 8c1.368-4.944 3.13-6.633 8-8c-4.87-1.367-6.632-3.056-8-8m-14 8c-2.395 8.651-5.476 11.608-14 14c8.524 2.392 11.605 5.349 14 14c2.395-8.651 5.476-11.608 14-14c-8.524-2.392-11.605-5.349-14-14"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsArtificialIntelligence(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M34 6c-1.368 4.944-3.13 6.633-8 8c4.87 1.367 6.632 3.056 8 8c1.368-4.944 3.13-6.633 8-8c-4.87-1.367-6.632-3.056-8-8m-14 8c-2.395 8.651-5.476 11.608-14 14c8.524 2.392 11.605 5.349 14 14c2.395-8.651 5.476-11.608 14-14c-8.524-2.392-11.605-5.349-14-14"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M34 6c-1.368 4.944-3.13 6.633-8 8c4.87 1.367 6.632 3.056 8 8c1.368-4.944 3.13-6.633 8-8c-4.87-1.367-6.632-3.056-8-8m-14 8c-2.395 8.651-5.476 11.608-14 14c8.524 2.392 11.605 5.349 14 14c2.395-8.651 5.476-11.608 14-14c-8.524-2.392-11.605-5.349-14-14"/></svg>
</template>

CSS

.icon-artificial-intelligence {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M34%206c-1.368%204.944-3.13%206.633-8%208c4.87%201.367%206.632%203.056%208%208c1.368-4.944%203.13-6.633%208-8c-4.87-1.367-6.632-3.056-8-8m-14%208c-2.395%208.651-5.476%2011.608-14%2014c8.524%202.392%2011.605%205.349%2014%2014c2.395-8.651%205.476-11.608%2014-14c-8.524-2.392-11.605-5.349-14-14%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M34%206c-1.368%204.944-3.13%206.633-8%208c4.87%201.367%206.632%203.056%208%208c1.368-4.944%203.13-6.633%208-8c-4.87-1.367-6.632-3.056-8-8m-14%208c-2.395%208.651-5.476%2011.608-14%2014c8.524%202.392%2011.605%205.349%2014%2014c2.395-8.651%205.476-11.608%2014-14c-8.524-2.392-11.605-5.349-14-14%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/artificial-intelligence.svg?color=%231a73e8&size=48