tuning icon
tuning from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- tuning
- Set
- Carbon
- Style
- Outline
- Category
- Enterprise
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
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 tuning 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-4.1c2.3-.5 4-2.5 4-4.9s-1.7-4.4-4-4.9V2h-2v14.1c-2.3.5-4 2.5-4 4.9s1.7 4.4 4 4.9V30zm-4-9c0-1.7 1.3-3 3-3s3 1.3 3 3s-1.3 3-3 3s-3-1.3-3-3M8 2v4.1c-2.3.5-4 2.5-4 4.9s1.7 4.4 4 4.9V30h2V15.9c2.3-.5 4-2.5 4-4.9s-1.7-4.4-4-4.9V2zm4 9c0 1.7-1.3 3-3 3s-3-1.3-3-3s1.3-3 3-3s3 1.3 3 3"/></svg>
React
import type { SVGProps } from "react";
export function CarbonTuning(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-4.1c2.3-.5 4-2.5 4-4.9s-1.7-4.4-4-4.9V2h-2v14.1c-2.3.5-4 2.5-4 4.9s1.7 4.4 4 4.9V30zm-4-9c0-1.7 1.3-3 3-3s3 1.3 3 3s-1.3 3-3 3s-3-1.3-3-3M8 2v4.1c-2.3.5-4 2.5-4 4.9s1.7 4.4 4 4.9V30h2V15.9c2.3-.5 4-2.5 4-4.9s-1.7-4.4-4-4.9V2zm4 9c0 1.7-1.3 3-3 3s-3-1.3-3-3s1.3-3 3-3s3 1.3 3 3"/></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-4.1c2.3-.5 4-2.5 4-4.9s-1.7-4.4-4-4.9V2h-2v14.1c-2.3.5-4 2.5-4 4.9s1.7 4.4 4 4.9V30zm-4-9c0-1.7 1.3-3 3-3s3 1.3 3 3s-1.3 3-3 3s-3-1.3-3-3M8 2v4.1c-2.3.5-4 2.5-4 4.9s1.7 4.4 4 4.9V30h2V15.9c2.3-.5 4-2.5 4-4.9s-1.7-4.4-4-4.9V2zm4 9c0 1.7-1.3 3-3 3s-3-1.3-3-3s1.3-3 3-3s3 1.3 3 3"/></svg> </template>
CSS
.icon-tuning {
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-4.1c2.3-.5%204-2.5%204-4.9s-1.7-4.4-4-4.9V2h-2v14.1c-2.3.5-4%202.5-4%204.9s1.7%204.4%204%204.9V30zm-4-9c0-1.7%201.3-3%203-3s3%201.3%203%203s-1.3%203-3%203s-3-1.3-3-3M8%202v4.1c-2.3.5-4%202.5-4%204.9s1.7%204.4%204%204.9V30h2V15.9c2.3-.5%204-2.5%204-4.9s-1.7-4.4-4-4.9V2zm4%209c0%201.7-1.3%203-3%203s-3-1.3-3-3s1.3-3%203-3s3%201.3%203%203%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-4.1c2.3-.5%204-2.5%204-4.9s-1.7-4.4-4-4.9V2h-2v14.1c-2.3.5-4%202.5-4%204.9s1.7%204.4%204%204.9V30zm-4-9c0-1.7%201.3-3%203-3s3%201.3%203%203s-1.3%203-3%203s-3-1.3-3-3M8%202v4.1c-2.3.5-4%202.5-4%204.9s1.7%204.4%204%204.9V30h2V15.9c2.3-.5%204-2.5%204-4.9s-1.7-4.4-4-4.9V2zm4%209c0%201.7-1.3%203-3%203s-3-1.3-3-3s1.3-3%203-3s3%201.3%203%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/tuning.svg?color=%231a73e8&size=48