model tuned icon
model-tuned from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- model-tuned
- Set
- Carbon
- Style
- Outline
- Category
- Enterprise
- Viewbox
- 32×32
- License
- Apache 2.0
More enterprise icons from Carbon
accountaiai-agentai-agent-detachedai-business-impact-assessmentai-enabled-edtai-enabled-pdlcai-generateai-governance-lifecycleai-governance-trackedai-governance-untrackedai-labelai-launchai-observabilityai-recommendappleapple-dashautoscalingbank-vaultbasketballbatbee-batbinding-connectorblock-storage
Use the model tuned icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24 30v-2.277c.595-.347 1-.984 1-1.723s-.405-1.376-1-1.723V20h-2v4.277c-.595.347-1 .985-1 1.723s.405 1.376 1 1.723V30zm7-6c0-.738-.405-1.376-1-1.723V20h-2v2.277c-.595.347-1 .985-1 1.723s.405 1.376 1 1.723V30h2v-4.277c.595-.347 1-.985 1-1.723"/><path fill="currentColor" d="M7.816 17h5.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-2H18v-2H7.816a3 3 0 0 0-.117-.285L16.415 17H26v-1a1 1 0 0 1 2 0v1h2v-1c0-1.654-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-2M5 26a1 1 0 0 1 0 2a1 1 0 0 1 0-2m1-10a1 1 0 0 1-2 0a1 1 0 0 1 2 0m18.3-9.715l-8.3 8.3l-8.3-8.3q.064-.138.116-.285h16.368q.051.147.117.285M6 5a1 1 0 0 1-2 0a1 1 0 0 1 2 0m21 1a1 1 0 0 1 0-2a1 1 0 0 1 0 2"/></svg>
React
import type { SVGProps } from "react";
export function CarbonModelTuned(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="M24 30v-2.277c.595-.347 1-.984 1-1.723s-.405-1.376-1-1.723V20h-2v4.277c-.595.347-1 .985-1 1.723s.405 1.376 1 1.723V30zm7-6c0-.738-.405-1.376-1-1.723V20h-2v2.277c-.595.347-1 .985-1 1.723s.405 1.376 1 1.723V30h2v-4.277c.595-.347 1-.985 1-1.723"/><path fill="currentColor" d="M7.816 17h5.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-2H18v-2H7.816a3 3 0 0 0-.117-.285L16.415 17H26v-1a1 1 0 0 1 2 0v1h2v-1c0-1.654-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-2M5 26a1 1 0 0 1 0 2a1 1 0 0 1 0-2m1-10a1 1 0 0 1-2 0a1 1 0 0 1 2 0m18.3-9.715l-8.3 8.3l-8.3-8.3q.064-.138.116-.285h16.368q.051.147.117.285M6 5a1 1 0 0 1-2 0a1 1 0 0 1 2 0m21 1a1 1 0 0 1 0-2a1 1 0 0 1 0 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24 30v-2.277c.595-.347 1-.984 1-1.723s-.405-1.376-1-1.723V20h-2v4.277c-.595.347-1 .985-1 1.723s.405 1.376 1 1.723V30zm7-6c0-.738-.405-1.376-1-1.723V20h-2v2.277c-.595.347-1 .985-1 1.723s.405 1.376 1 1.723V30h2v-4.277c.595-.347 1-.985 1-1.723"/><path fill="currentColor" d="M7.816 17h5.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-2H18v-2H7.816a3 3 0 0 0-.117-.285L16.415 17H26v-1a1 1 0 0 1 2 0v1h2v-1c0-1.654-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-2M5 26a1 1 0 0 1 0 2a1 1 0 0 1 0-2m1-10a1 1 0 0 1-2 0a1 1 0 0 1 2 0m18.3-9.715l-8.3 8.3l-8.3-8.3q.064-.138.116-.285h16.368q.051.147.117.285M6 5a1 1 0 0 1-2 0a1 1 0 0 1 2 0m21 1a1 1 0 0 1 0-2a1 1 0 0 1 0 2"/></svg> </template>
CSS
.icon-model-tuned {
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%22M24%2030v-2.277c.595-.347%201-.984%201-1.723s-.405-1.376-1-1.723V20h-2v4.277c-.595.347-1%20.985-1%201.723s.405%201.376%201%201.723V30zm7-6c0-.738-.405-1.376-1-1.723V20h-2v2.277c-.595.347-1%20.985-1%201.723s.405%201.376%201%201.723V30h2v-4.277c.595-.347%201-.985%201-1.723%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.816%2017h5.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-2H18v-2H7.816a3%203%200%200%200-.117-.285L16.415%2017H26v-1a1%201%200%200%201%202%200v1h2v-1c0-1.654-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-2M5%2026a1%201%200%200%201%200%202a1%201%200%200%201%200-2m1-10a1%201%200%200%201-2%200a1%201%200%200%201%202%200m18.3-9.715l-8.3%208.3l-8.3-8.3q.064-.138.116-.285h16.368q.051.147.117.285M6%205a1%201%200%200%201-2%200a1%201%200%200%201%202%200m21%201a1%201%200%200%201%200-2a1%201%200%200%201%200%202%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%22M24%2030v-2.277c.595-.347%201-.984%201-1.723s-.405-1.376-1-1.723V20h-2v4.277c-.595.347-1%20.985-1%201.723s.405%201.376%201%201.723V30zm7-6c0-.738-.405-1.376-1-1.723V20h-2v2.277c-.595.347-1%20.985-1%201.723s.405%201.376%201%201.723V30h2v-4.277c.595-.347%201-.985%201-1.723%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.816%2017h5.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-2H18v-2H7.816a3%203%200%200%200-.117-.285L16.415%2017H26v-1a1%201%200%200%201%202%200v1h2v-1c0-1.654-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-2M5%2026a1%201%200%200%201%200%202a1%201%200%200%201%200-2m1-10a1%201%200%200%201-2%200a1%201%200%200%201%202%200m18.3-9.715l-8.3%208.3l-8.3-8.3q.064-.138.116-.285h16.368q.051.147.117.285M6%205a1%201%200%200%201-2%200a1%201%200%200%201%202%200m21%201a1%201%200%200%201%200-2a1%201%200%200%201%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/model-tuned.svg?color=%231a73e8&size=48