foundation model icon
foundation-model from Carbon by IBM · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- foundation-model
- Set
- Carbon
- Style
- Outline
- Viewbox
- 32×32
- License
- Apache 2.0
Use the foundation model icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 20c2.206 0 4-1.794 4-4s-1.794-4-4-4c-1.858 0-3.41 1.28-3.858 3h-3.728l5.567-5.567A3.95 3.95 0 0 0 26 10c2.206 0 4-1.794 4-4s-1.794-4-4-4s-4 1.794-4 4c0 .74.215 1.424.567 2.019L16 14.586L9.433 8.019A3.95 3.95 0 0 0 10 6c0-2.206-1.794-4-4-4S2 3.794 2 6s1.794 4 4 4c.74 0 1.424-.215 2.019-.567L13.586 15H9.858c-.447-1.72-2-3-3.858-3c-2.206 0-4 1.794-4 4s1.794 4 4 4c1.858 0 3.41-1.28 3.858-3h3.728l-5.567 5.567A3.952 3.952 0 0 0 6 22c-2.206 0-4 1.794-4 4s1.794 4 4 4c1.858 0 3.41-1.28 3.858-3h12.284c.447 1.72 2 3 3.858 3c2.206 0 4-1.794 4-4s-1.794-4-4-4c-.74 0-1.424.215-2.019.567L18.414 17h3.728c.447 1.72 2 3 3.858 3Zm0-6c1.103 0 2 .898 2 2s-.897 2-2 2s-2-.897-2-2s.897-2 2-2ZM6 18c-1.103 0-2-.897-2-2s.897-2 2-2s2 .898 2 2s-.897 2-2 2ZM26 4c1.103 0 2 .898 2 2s-.897 2-2 2s-2-.897-2-2s.897-2 2-2ZM4 6c0-1.102.897-2 2-2s2 .898 2 2s-.897 2-2 2s-2-.897-2-2Zm5.433 17.981L16 17.414l6.567 6.567A3.95 3.95 0 0 0 22.142 25H9.858a3.94 3.94 0 0 0-.425-1.019ZM6 28c-1.103 0-2-.897-2-2s.897-2 2-2s2 .898 2 2s-.897 2-2 2Zm22-2c0 1.103-.897 2-2 2s-2-.897-2-2s.897-2 2-2s2 .898 2 2Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonFoundationModel(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="M26 20c2.206 0 4-1.794 4-4s-1.794-4-4-4c-1.858 0-3.41 1.28-3.858 3h-3.728l5.567-5.567A3.95 3.95 0 0 0 26 10c2.206 0 4-1.794 4-4s-1.794-4-4-4s-4 1.794-4 4c0 .74.215 1.424.567 2.019L16 14.586L9.433 8.019A3.95 3.95 0 0 0 10 6c0-2.206-1.794-4-4-4S2 3.794 2 6s1.794 4 4 4c.74 0 1.424-.215 2.019-.567L13.586 15H9.858c-.447-1.72-2-3-3.858-3c-2.206 0-4 1.794-4 4s1.794 4 4 4c1.858 0 3.41-1.28 3.858-3h3.728l-5.567 5.567A3.952 3.952 0 0 0 6 22c-2.206 0-4 1.794-4 4s1.794 4 4 4c1.858 0 3.41-1.28 3.858-3h12.284c.447 1.72 2 3 3.858 3c2.206 0 4-1.794 4-4s-1.794-4-4-4c-.74 0-1.424.215-2.019.567L18.414 17h3.728c.447 1.72 2 3 3.858 3Zm0-6c1.103 0 2 .898 2 2s-.897 2-2 2s-2-.897-2-2s.897-2 2-2ZM6 18c-1.103 0-2-.897-2-2s.897-2 2-2s2 .898 2 2s-.897 2-2 2ZM26 4c1.103 0 2 .898 2 2s-.897 2-2 2s-2-.897-2-2s.897-2 2-2ZM4 6c0-1.102.897-2 2-2s2 .898 2 2s-.897 2-2 2s-2-.897-2-2Zm5.433 17.981L16 17.414l6.567 6.567A3.95 3.95 0 0 0 22.142 25H9.858a3.94 3.94 0 0 0-.425-1.019ZM6 28c-1.103 0-2-.897-2-2s.897-2 2-2s2 .898 2 2s-.897 2-2 2Zm22-2c0 1.103-.897 2-2 2s-2-.897-2-2s.897-2 2-2s2 .898 2 2Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 20c2.206 0 4-1.794 4-4s-1.794-4-4-4c-1.858 0-3.41 1.28-3.858 3h-3.728l5.567-5.567A3.95 3.95 0 0 0 26 10c2.206 0 4-1.794 4-4s-1.794-4-4-4s-4 1.794-4 4c0 .74.215 1.424.567 2.019L16 14.586L9.433 8.019A3.95 3.95 0 0 0 10 6c0-2.206-1.794-4-4-4S2 3.794 2 6s1.794 4 4 4c.74 0 1.424-.215 2.019-.567L13.586 15H9.858c-.447-1.72-2-3-3.858-3c-2.206 0-4 1.794-4 4s1.794 4 4 4c1.858 0 3.41-1.28 3.858-3h3.728l-5.567 5.567A3.952 3.952 0 0 0 6 22c-2.206 0-4 1.794-4 4s1.794 4 4 4c1.858 0 3.41-1.28 3.858-3h12.284c.447 1.72 2 3 3.858 3c2.206 0 4-1.794 4-4s-1.794-4-4-4c-.74 0-1.424.215-2.019.567L18.414 17h3.728c.447 1.72 2 3 3.858 3Zm0-6c1.103 0 2 .898 2 2s-.897 2-2 2s-2-.897-2-2s.897-2 2-2ZM6 18c-1.103 0-2-.897-2-2s.897-2 2-2s2 .898 2 2s-.897 2-2 2ZM26 4c1.103 0 2 .898 2 2s-.897 2-2 2s-2-.897-2-2s.897-2 2-2ZM4 6c0-1.102.897-2 2-2s2 .898 2 2s-.897 2-2 2s-2-.897-2-2Zm5.433 17.981L16 17.414l6.567 6.567A3.95 3.95 0 0 0 22.142 25H9.858a3.94 3.94 0 0 0-.425-1.019ZM6 28c-1.103 0-2-.897-2-2s.897-2 2-2s2 .898 2 2s-.897 2-2 2Zm22-2c0 1.103-.897 2-2 2s-2-.897-2-2s.897-2 2-2s2 .898 2 2Z"/></svg> </template>
CSS
.icon-foundation-model {
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%22M26%2020c2.206%200%204-1.794%204-4s-1.794-4-4-4c-1.858%200-3.41%201.28-3.858%203h-3.728l5.567-5.567A3.95%203.95%200%200%200%2026%2010c2.206%200%204-1.794%204-4s-1.794-4-4-4s-4%201.794-4%204c0%20.74.215%201.424.567%202.019L16%2014.586L9.433%208.019A3.95%203.95%200%200%200%2010%206c0-2.206-1.794-4-4-4S2%203.794%202%206s1.794%204%204%204c.74%200%201.424-.215%202.019-.567L13.586%2015H9.858c-.447-1.72-2-3-3.858-3c-2.206%200-4%201.794-4%204s1.794%204%204%204c1.858%200%203.41-1.28%203.858-3h3.728l-5.567%205.567A3.952%203.952%200%200%200%206%2022c-2.206%200-4%201.794-4%204s1.794%204%204%204c1.858%200%203.41-1.28%203.858-3h12.284c.447%201.72%202%203%203.858%203c2.206%200%204-1.794%204-4s-1.794-4-4-4c-.74%200-1.424.215-2.019.567L18.414%2017h3.728c.447%201.72%202%203%203.858%203Zm0-6c1.103%200%202%20.898%202%202s-.897%202-2%202s-2-.897-2-2s.897-2%202-2ZM6%2018c-1.103%200-2-.897-2-2s.897-2%202-2s2%20.898%202%202s-.897%202-2%202ZM26%204c1.103%200%202%20.898%202%202s-.897%202-2%202s-2-.897-2-2s.897-2%202-2ZM4%206c0-1.102.897-2%202-2s2%20.898%202%202s-.897%202-2%202s-2-.897-2-2Zm5.433%2017.981L16%2017.414l6.567%206.567A3.95%203.95%200%200%200%2022.142%2025H9.858a3.94%203.94%200%200%200-.425-1.019ZM6%2028c-1.103%200-2-.897-2-2s.897-2%202-2s2%20.898%202%202s-.897%202-2%202Zm22-2c0%201.103-.897%202-2%202s-2-.897-2-2s.897-2%202-2s2%20.898%202%202Z%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%22M26%2020c2.206%200%204-1.794%204-4s-1.794-4-4-4c-1.858%200-3.41%201.28-3.858%203h-3.728l5.567-5.567A3.95%203.95%200%200%200%2026%2010c2.206%200%204-1.794%204-4s-1.794-4-4-4s-4%201.794-4%204c0%20.74.215%201.424.567%202.019L16%2014.586L9.433%208.019A3.95%203.95%200%200%200%2010%206c0-2.206-1.794-4-4-4S2%203.794%202%206s1.794%204%204%204c.74%200%201.424-.215%202.019-.567L13.586%2015H9.858c-.447-1.72-2-3-3.858-3c-2.206%200-4%201.794-4%204s1.794%204%204%204c1.858%200%203.41-1.28%203.858-3h3.728l-5.567%205.567A3.952%203.952%200%200%200%206%2022c-2.206%200-4%201.794-4%204s1.794%204%204%204c1.858%200%203.41-1.28%203.858-3h12.284c.447%201.72%202%203%203.858%203c2.206%200%204-1.794%204-4s-1.794-4-4-4c-.74%200-1.424.215-2.019.567L18.414%2017h3.728c.447%201.72%202%203%203.858%203Zm0-6c1.103%200%202%20.898%202%202s-.897%202-2%202s-2-.897-2-2s.897-2%202-2ZM6%2018c-1.103%200-2-.897-2-2s.897-2%202-2s2%20.898%202%202s-.897%202-2%202ZM26%204c1.103%200%202%20.898%202%202s-.897%202-2%202s-2-.897-2-2s.897-2%202-2ZM4%206c0-1.102.897-2%202-2s2%20.898%202%202s-.897%202-2%202s-2-.897-2-2Zm5.433%2017.981L16%2017.414l6.567%206.567A3.95%203.95%200%200%200%2022.142%2025H9.858a3.94%203.94%200%200%200-.425-1.019ZM6%2028c-1.103%200-2-.897-2-2s.897-2%202-2s2%20.898%202%202s-.897%202-2%202Zm22-2c0%201.103-.897%202-2%202s-2-.897-2-2s.897-2%202-2s2%20.898%202%202Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/foundation-model.svg?color=%231a73e8&size=48