artificial intelligence icon
artificial-intelligence-outline from Health Icons by Resolve to Save Lives · Outline · Symbols · MIT Free for personal and commercial use.
- Name
- artificial-intelligence-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Symbols
- Viewbox
- 48×48
- License
- MIT
- Aliases
- artificial-intelligence2x-outline
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" fill-rule="evenodd" d="M29.032 15.093C28.178 14.682 27.181 14.33 26 14c1.18-.331 2.178-.682 3.032-1.093c1.822-.876 2.988-2.03 3.875-3.864C33.319 8.189 33.67 7.189 34 6c.33 1.189.68 2.19 1.093 3.043c.887 1.835 2.053 2.988 3.875 3.864c.853.411 1.851.762 3.032 1.093c-1.18.331-2.178.682-3.032 1.093c-1.822.877-2.988 2.03-3.875 3.864c-.412.854-.764 1.854-1.093 3.043c-.33-1.189-.68-2.19-1.093-3.043c-.887-1.835-2.053-2.988-3.875-3.864m3.69.146A9.5 9.5 0 0 0 31.173 14a9.5 9.5 0 0 0 1.55-1.24A9.5 9.5 0 0 0 34 11.18a9.4 9.4 0 0 0 1.278 1.582c.474.47.99.878 1.549 1.239a9.5 9.5 0 0 0-1.55 1.24A9.5 9.5 0 0 0 34 16.82a9.5 9.5 0 0 0-1.278-1.582M9.304 29.064A41 41 0 0 0 6 28a41 41 0 0 0 3.304-1.064c5.083-1.906 7.707-4.477 9.632-9.612A40 40 0 0 0 20 14a40 40 0 0 0 1.064 3.324c1.925 5.135 4.55 7.706 9.632 9.612c1.002.376 2.098.726 3.304 1.064a41 41 0 0 0-3.304 1.064c-5.083 1.906-7.707 4.477-9.632 9.612A40 40 0 0 0 20 42a40 40 0 0 0-1.064-3.324c-1.925-5.135-4.55-7.706-9.632-9.612m7.403 2.17c-1.343-1.334-2.916-2.37-4.765-3.234c1.849-.864 3.422-1.9 4.765-3.233c1.355-1.345 2.412-2.93 3.293-4.808c.88 1.878 1.938 3.463 3.293 4.808c1.343 1.333 2.916 2.369 4.765 3.233c-1.849.864-3.422 1.9-4.765 3.233c-1.355 1.345-2.412 2.93-3.293 4.808c-.88-1.878-1.938-3.463-3.293-4.807" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsArtificialIntelligenceOutline(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" fillRule="evenodd" d="M29.032 15.093C28.178 14.682 27.181 14.33 26 14c1.18-.331 2.178-.682 3.032-1.093c1.822-.876 2.988-2.03 3.875-3.864C33.319 8.189 33.67 7.189 34 6c.33 1.189.68 2.19 1.093 3.043c.887 1.835 2.053 2.988 3.875 3.864c.853.411 1.851.762 3.032 1.093c-1.18.331-2.178.682-3.032 1.093c-1.822.877-2.988 2.03-3.875 3.864c-.412.854-.764 1.854-1.093 3.043c-.33-1.189-.68-2.19-1.093-3.043c-.887-1.835-2.053-2.988-3.875-3.864m3.69.146A9.5 9.5 0 0 0 31.173 14a9.5 9.5 0 0 0 1.55-1.24A9.5 9.5 0 0 0 34 11.18a9.4 9.4 0 0 0 1.278 1.582c.474.47.99.878 1.549 1.239a9.5 9.5 0 0 0-1.55 1.24A9.5 9.5 0 0 0 34 16.82a9.5 9.5 0 0 0-1.278-1.582M9.304 29.064A41 41 0 0 0 6 28a41 41 0 0 0 3.304-1.064c5.083-1.906 7.707-4.477 9.632-9.612A40 40 0 0 0 20 14a40 40 0 0 0 1.064 3.324c1.925 5.135 4.55 7.706 9.632 9.612c1.002.376 2.098.726 3.304 1.064a41 41 0 0 0-3.304 1.064c-5.083 1.906-7.707 4.477-9.632 9.612A40 40 0 0 0 20 42a40 40 0 0 0-1.064-3.324c-1.925-5.135-4.55-7.706-9.632-9.612m7.403 2.17c-1.343-1.334-2.916-2.37-4.765-3.234c1.849-.864 3.422-1.9 4.765-3.233c1.355-1.345 2.412-2.93 3.293-4.808c.88 1.878 1.938 3.463 3.293 4.808c1.343 1.333 2.916 2.369 4.765 3.233c-1.849.864-3.422 1.9-4.765 3.233c-1.355 1.345-2.412 2.93-3.293 4.808c-.88-1.878-1.938-3.463-3.293-4.807" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M29.032 15.093C28.178 14.682 27.181 14.33 26 14c1.18-.331 2.178-.682 3.032-1.093c1.822-.876 2.988-2.03 3.875-3.864C33.319 8.189 33.67 7.189 34 6c.33 1.189.68 2.19 1.093 3.043c.887 1.835 2.053 2.988 3.875 3.864c.853.411 1.851.762 3.032 1.093c-1.18.331-2.178.682-3.032 1.093c-1.822.877-2.988 2.03-3.875 3.864c-.412.854-.764 1.854-1.093 3.043c-.33-1.189-.68-2.19-1.093-3.043c-.887-1.835-2.053-2.988-3.875-3.864m3.69.146A9.5 9.5 0 0 0 31.173 14a9.5 9.5 0 0 0 1.55-1.24A9.5 9.5 0 0 0 34 11.18a9.4 9.4 0 0 0 1.278 1.582c.474.47.99.878 1.549 1.239a9.5 9.5 0 0 0-1.55 1.24A9.5 9.5 0 0 0 34 16.82a9.5 9.5 0 0 0-1.278-1.582M9.304 29.064A41 41 0 0 0 6 28a41 41 0 0 0 3.304-1.064c5.083-1.906 7.707-4.477 9.632-9.612A40 40 0 0 0 20 14a40 40 0 0 0 1.064 3.324c1.925 5.135 4.55 7.706 9.632 9.612c1.002.376 2.098.726 3.304 1.064a41 41 0 0 0-3.304 1.064c-5.083 1.906-7.707 4.477-9.632 9.612A40 40 0 0 0 20 42a40 40 0 0 0-1.064-3.324c-1.925-5.135-4.55-7.706-9.632-9.612m7.403 2.17c-1.343-1.334-2.916-2.37-4.765-3.234c1.849-.864 3.422-1.9 4.765-3.233c1.355-1.345 2.412-2.93 3.293-4.808c.88 1.878 1.938 3.463 3.293 4.808c1.343 1.333 2.916 2.369 4.765 3.233c-1.849.864-3.422 1.9-4.765 3.233c-1.355 1.345-2.412 2.93-3.293 4.808c-.88-1.878-1.938-3.463-3.293-4.807" clip-rule="evenodd"/></svg> </template>
CSS
.icon-artificial-intelligence-outline {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M29.032%2015.093C28.178%2014.682%2027.181%2014.33%2026%2014c1.18-.331%202.178-.682%203.032-1.093c1.822-.876%202.988-2.03%203.875-3.864C33.319%208.189%2033.67%207.189%2034%206c.33%201.189.68%202.19%201.093%203.043c.887%201.835%202.053%202.988%203.875%203.864c.853.411%201.851.762%203.032%201.093c-1.18.331-2.178.682-3.032%201.093c-1.822.877-2.988%202.03-3.875%203.864c-.412.854-.764%201.854-1.093%203.043c-.33-1.189-.68-2.19-1.093-3.043c-.887-1.835-2.053-2.988-3.875-3.864m3.69.146A9.5%209.5%200%200%200%2031.173%2014a9.5%209.5%200%200%200%201.55-1.24A9.5%209.5%200%200%200%2034%2011.18a9.4%209.4%200%200%200%201.278%201.582c.474.47.99.878%201.549%201.239a9.5%209.5%200%200%200-1.55%201.24A9.5%209.5%200%200%200%2034%2016.82a9.5%209.5%200%200%200-1.278-1.582M9.304%2029.064A41%2041%200%200%200%206%2028a41%2041%200%200%200%203.304-1.064c5.083-1.906%207.707-4.477%209.632-9.612A40%2040%200%200%200%2020%2014a40%2040%200%200%200%201.064%203.324c1.925%205.135%204.55%207.706%209.632%209.612c1.002.376%202.098.726%203.304%201.064a41%2041%200%200%200-3.304%201.064c-5.083%201.906-7.707%204.477-9.632%209.612A40%2040%200%200%200%2020%2042a40%2040%200%200%200-1.064-3.324c-1.925-5.135-4.55-7.706-9.632-9.612m7.403%202.17c-1.343-1.334-2.916-2.37-4.765-3.234c1.849-.864%203.422-1.9%204.765-3.233c1.355-1.345%202.412-2.93%203.293-4.808c.88%201.878%201.938%203.463%203.293%204.808c1.343%201.333%202.916%202.369%204.765%203.233c-1.849.864-3.422%201.9-4.765%203.233c-1.355%201.345-2.412%202.93-3.293%204.808c-.88-1.878-1.938-3.463-3.293-4.807%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M29.032%2015.093C28.178%2014.682%2027.181%2014.33%2026%2014c1.18-.331%202.178-.682%203.032-1.093c1.822-.876%202.988-2.03%203.875-3.864C33.319%208.189%2033.67%207.189%2034%206c.33%201.189.68%202.19%201.093%203.043c.887%201.835%202.053%202.988%203.875%203.864c.853.411%201.851.762%203.032%201.093c-1.18.331-2.178.682-3.032%201.093c-1.822.877-2.988%202.03-3.875%203.864c-.412.854-.764%201.854-1.093%203.043c-.33-1.189-.68-2.19-1.093-3.043c-.887-1.835-2.053-2.988-3.875-3.864m3.69.146A9.5%209.5%200%200%200%2031.173%2014a9.5%209.5%200%200%200%201.55-1.24A9.5%209.5%200%200%200%2034%2011.18a9.4%209.4%200%200%200%201.278%201.582c.474.47.99.878%201.549%201.239a9.5%209.5%200%200%200-1.55%201.24A9.5%209.5%200%200%200%2034%2016.82a9.5%209.5%200%200%200-1.278-1.582M9.304%2029.064A41%2041%200%200%200%206%2028a41%2041%200%200%200%203.304-1.064c5.083-1.906%207.707-4.477%209.632-9.612A40%2040%200%200%200%2020%2014a40%2040%200%200%200%201.064%203.324c1.925%205.135%204.55%207.706%209.632%209.612c1.002.376%202.098.726%203.304%201.064a41%2041%200%200%200-3.304%201.064c-5.083%201.906-7.707%204.477-9.632%209.612A40%2040%200%200%200%2020%2042a40%2040%200%200%200-1.064-3.324c-1.925-5.135-4.55-7.706-9.632-9.612m7.403%202.17c-1.343-1.334-2.916-2.37-4.765-3.234c1.849-.864%203.422-1.9%204.765-3.233c1.355-1.345%202.412-2.93%203.293-4.808c.88%201.878%201.938%203.463%203.293%204.808c1.343%201.333%202.916%202.369%204.765%203.233c-1.849.864-3.422%201.9-4.765%203.233c-1.355%201.345-2.412%202.93-3.293%204.808c-.88-1.878-1.938-3.463-3.293-4.807%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/artificial-intelligence-outline.svg?color=%231a73e8&size=48