model foundation icon

model-foundation from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.

Name
model-foundation
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

More enterprise icons from Carbon

Use the model foundation icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 19c1.654 0 3-1.346 3-3s-1.346-3-3-3a2.995 2.995 0 0 0-2.816 2h-5.77l7.3-7.3c.392.186.824.3 1.286.3c1.654 0 3-1.346 3-3s-1.346-3-3-3a2.995 2.995 0 0 0-2.816 2H7.816A2.995 2.995 0 0 0 5 2C3.346 2 2 3.346 2 5s1.346 3 3 3c.462 0 .894-.113 1.285-.3l7.3 7.3h-5.77A2.995 2.995 0 0 0 5 13c-1.654 0-3 1.346-3 3s1.346 3 3 3a2.995 2.995 0 0 0 2.816-2h5.77l-7.3 7.3A3 3 0 0 0 5 24c-1.654 0-3 1.346-3 3s1.346 3 3 3a2.995 2.995 0 0 0 2.816-2h16.368A2.995 2.995 0 0 0 27 30c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.462 0-.894.114-1.285.3l-7.3-7.3h5.77A2.995 2.995 0 0 0 27 19m0-4a1 1 0 0 1 0 2a1 1 0 0 1 0-2M7.816 6h16.368q.051.147.117.285l-8.3 8.3l-8.301-8.3q.065-.138.116-.285M27 4a1 1 0 0 1 0 2a1 1 0 0 1 0-2M4 5a1 1 0 0 1 2 0a1 1 0 0 1-2 0m1 12a1 1 0 0 1 0-2a1 1 0 0 1 0 2m19.184 9H7.816a3 3 0 0 0-.117-.285l8.301-8.3l8.3 8.3a3 3 0 0 0-.116.285M5 28a1 1 0 0 1 0-2a1 1 0 0 1 0 2m23-1a1 1 0 0 1-2 0a1 1 0 0 1 2 0"/></svg>

React

import type { SVGProps } from "react";

export function CarbonModelFoundation(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="M27 19c1.654 0 3-1.346 3-3s-1.346-3-3-3a2.995 2.995 0 0 0-2.816 2h-5.77l7.3-7.3c.392.186.824.3 1.286.3c1.654 0 3-1.346 3-3s-1.346-3-3-3a2.995 2.995 0 0 0-2.816 2H7.816A2.995 2.995 0 0 0 5 2C3.346 2 2 3.346 2 5s1.346 3 3 3c.462 0 .894-.113 1.285-.3l7.3 7.3h-5.77A2.995 2.995 0 0 0 5 13c-1.654 0-3 1.346-3 3s1.346 3 3 3a2.995 2.995 0 0 0 2.816-2h5.77l-7.3 7.3A3 3 0 0 0 5 24c-1.654 0-3 1.346-3 3s1.346 3 3 3a2.995 2.995 0 0 0 2.816-2h16.368A2.995 2.995 0 0 0 27 30c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.462 0-.894.114-1.285.3l-7.3-7.3h5.77A2.995 2.995 0 0 0 27 19m0-4a1 1 0 0 1 0 2a1 1 0 0 1 0-2M7.816 6h16.368q.051.147.117.285l-8.3 8.3l-8.301-8.3q.065-.138.116-.285M27 4a1 1 0 0 1 0 2a1 1 0 0 1 0-2M4 5a1 1 0 0 1 2 0a1 1 0 0 1-2 0m1 12a1 1 0 0 1 0-2a1 1 0 0 1 0 2m19.184 9H7.816a3 3 0 0 0-.117-.285l8.301-8.3l8.3 8.3a3 3 0 0 0-.116.285M5 28a1 1 0 0 1 0-2a1 1 0 0 1 0 2m23-1a1 1 0 0 1-2 0a1 1 0 0 1 2 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 19c1.654 0 3-1.346 3-3s-1.346-3-3-3a2.995 2.995 0 0 0-2.816 2h-5.77l7.3-7.3c.392.186.824.3 1.286.3c1.654 0 3-1.346 3-3s-1.346-3-3-3a2.995 2.995 0 0 0-2.816 2H7.816A2.995 2.995 0 0 0 5 2C3.346 2 2 3.346 2 5s1.346 3 3 3c.462 0 .894-.113 1.285-.3l7.3 7.3h-5.77A2.995 2.995 0 0 0 5 13c-1.654 0-3 1.346-3 3s1.346 3 3 3a2.995 2.995 0 0 0 2.816-2h5.77l-7.3 7.3A3 3 0 0 0 5 24c-1.654 0-3 1.346-3 3s1.346 3 3 3a2.995 2.995 0 0 0 2.816-2h16.368A2.995 2.995 0 0 0 27 30c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.462 0-.894.114-1.285.3l-7.3-7.3h5.77A2.995 2.995 0 0 0 27 19m0-4a1 1 0 0 1 0 2a1 1 0 0 1 0-2M7.816 6h16.368q.051.147.117.285l-8.3 8.3l-8.301-8.3q.065-.138.116-.285M27 4a1 1 0 0 1 0 2a1 1 0 0 1 0-2M4 5a1 1 0 0 1 2 0a1 1 0 0 1-2 0m1 12a1 1 0 0 1 0-2a1 1 0 0 1 0 2m19.184 9H7.816a3 3 0 0 0-.117-.285l8.301-8.3l8.3 8.3a3 3 0 0 0-.116.285M5 28a1 1 0 0 1 0-2a1 1 0 0 1 0 2m23-1a1 1 0 0 1-2 0a1 1 0 0 1 2 0"/></svg>
</template>

CSS

.icon-model-foundation {
  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%22M27%2019c1.654%200%203-1.346%203-3s-1.346-3-3-3a2.995%202.995%200%200%200-2.816%202h-5.77l7.3-7.3c.392.186.824.3%201.286.3c1.654%200%203-1.346%203-3s-1.346-3-3-3a2.995%202.995%200%200%200-2.816%202H7.816A2.995%202.995%200%200%200%205%202C3.346%202%202%203.346%202%205s1.346%203%203%203c.462%200%20.894-.113%201.285-.3l7.3%207.3h-5.77A2.995%202.995%200%200%200%205%2013c-1.654%200-3%201.346-3%203s1.346%203%203%203a2.995%202.995%200%200%200%202.816-2h5.77l-7.3%207.3A3%203%200%200%200%205%2024c-1.654%200-3%201.346-3%203s1.346%203%203%203a2.995%202.995%200%200%200%202.816-2h16.368A2.995%202.995%200%200%200%2027%2030c1.654%200%203-1.346%203-3s-1.346-3-3-3c-.462%200-.894.114-1.285.3l-7.3-7.3h5.77A2.995%202.995%200%200%200%2027%2019m0-4a1%201%200%200%201%200%202a1%201%200%200%201%200-2M7.816%206h16.368q.051.147.117.285l-8.3%208.3l-8.301-8.3q.065-.138.116-.285M27%204a1%201%200%200%201%200%202a1%201%200%200%201%200-2M4%205a1%201%200%200%201%202%200a1%201%200%200%201-2%200m1%2012a1%201%200%200%201%200-2a1%201%200%200%201%200%202m19.184%209H7.816a3%203%200%200%200-.117-.285l8.301-8.3l8.3%208.3a3%203%200%200%200-.116.285M5%2028a1%201%200%200%201%200-2a1%201%200%200%201%200%202m23-1a1%201%200%200%201-2%200a1%201%200%200%201%202%200%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%22M27%2019c1.654%200%203-1.346%203-3s-1.346-3-3-3a2.995%202.995%200%200%200-2.816%202h-5.77l7.3-7.3c.392.186.824.3%201.286.3c1.654%200%203-1.346%203-3s-1.346-3-3-3a2.995%202.995%200%200%200-2.816%202H7.816A2.995%202.995%200%200%200%205%202C3.346%202%202%203.346%202%205s1.346%203%203%203c.462%200%20.894-.113%201.285-.3l7.3%207.3h-5.77A2.995%202.995%200%200%200%205%2013c-1.654%200-3%201.346-3%203s1.346%203%203%203a2.995%202.995%200%200%200%202.816-2h5.77l-7.3%207.3A3%203%200%200%200%205%2024c-1.654%200-3%201.346-3%203s1.346%203%203%203a2.995%202.995%200%200%200%202.816-2h16.368A2.995%202.995%200%200%200%2027%2030c1.654%200%203-1.346%203-3s-1.346-3-3-3c-.462%200-.894.114-1.285.3l-7.3-7.3h5.77A2.995%202.995%200%200%200%2027%2019m0-4a1%201%200%200%201%200%202a1%201%200%200%201%200-2M7.816%206h16.368q.051.147.117.285l-8.3%208.3l-8.301-8.3q.065-.138.116-.285M27%204a1%201%200%200%201%200%202a1%201%200%200%201%200-2M4%205a1%201%200%200%201%202%200a1%201%200%200%201-2%200m1%2012a1%201%200%200%201%200-2a1%201%200%200%201%200%202m19.184%209H7.816a3%203%200%200%200-.117-.285l8.301-8.3l8.3%208.3a3%203%200%200%200-.116.285M5%2028a1%201%200%200%201%200-2a1%201%200%200%201%200%202m23-1a1%201%200%200%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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