grafana alloy logo
grafana-alloy from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- grafana-alloy
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 24×24
- License
- MIT
Use the grafana alloy logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ff6f00" d="M20.173 8.483a14.7 14.7 0 0 0-3.287-3.92l-.025-.02a13 13 0 0 0-.784-.603C14.28 2.67 12.317 2 10.394 2C7.953 2 5.741 3.302 4.167 5.668C1.952 8.994 1.48 13.656 2.99 17.269c1.134 2.712 4.077 4.47 7.873 4.706q.415.024.833.025c1.757 0 3.531-.338 5.073-.975c1.962-.81 3.463-2.048 4.342-3.583c1.304-2.28.945-5.712-.938-8.96zm-8.871.508c.863 0 1.723.354 2.341 1.048c.558.625.839 1.43.79 2.266a3.1 3.1 0 0 1-1.007 2.128l-.072.064a3.14 3.14 0 0 1-3.725.28a4.4 4.4 0 0 1-.745-.67a3 3 0 0 1-.17-.214a3.1 3.1 0 0 1-.416-.874l-.016-.057l-.002-.007c-.277-1.08.04-2.339.905-3.138l.066-.061a3.12 3.12 0 0 1 2.05-.764zm-.908-5.84c1.683 0 3.418.598 5.018 1.73q.367.26.72.553l.386.348c2.95 2.744 3.873 5.42 3.642 8.189c-.151 1.818-1.31 3.27-2.97 4.394c-1.58 1.07-4 1.377-5.727 1.192c-1.697-.182-3.456-.866-4.592-2.404c-.939-1.273-1.218-2.64-1.091-4.107c.127-1.459.712-2.823 1.662-3.772c.533-.533 1.442-1.202 2.894-1.324c-.68.156-1.33.48-1.887.976a4.29 4.29 0 0 0-1.378 3.869c.093.636.33 1.248.713 1.778a4.3 4.3 0 0 0 1.252 1.191c1.66 1.121 3.728 1.033 5.747-.306c1.1-.73 1.844-1.994 2.04-3.471c.238-1.788-.336-3.623-1.575-5.033c-1.347-1.533-3.212-2.44-5.116-2.49c-1.77-.046-3.409.652-4.737 2.017c-.407.417-.777.87-1.107 1.349q.358-.801.838-1.523C6.48 4.272 8.35 3.152 10.394 3.152z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeGrafanaAlloy(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ff6f00" d="M20.173 8.483a14.7 14.7 0 0 0-3.287-3.92l-.025-.02a13 13 0 0 0-.784-.603C14.28 2.67 12.317 2 10.394 2C7.953 2 5.741 3.302 4.167 5.668C1.952 8.994 1.48 13.656 2.99 17.269c1.134 2.712 4.077 4.47 7.873 4.706q.415.024.833.025c1.757 0 3.531-.338 5.073-.975c1.962-.81 3.463-2.048 4.342-3.583c1.304-2.28.945-5.712-.938-8.96zm-8.871.508c.863 0 1.723.354 2.341 1.048c.558.625.839 1.43.79 2.266a3.1 3.1 0 0 1-1.007 2.128l-.072.064a3.14 3.14 0 0 1-3.725.28a4.4 4.4 0 0 1-.745-.67a3 3 0 0 1-.17-.214a3.1 3.1 0 0 1-.416-.874l-.016-.057l-.002-.007c-.277-1.08.04-2.339.905-3.138l.066-.061a3.12 3.12 0 0 1 2.05-.764zm-.908-5.84c1.683 0 3.418.598 5.018 1.73q.367.26.72.553l.386.348c2.95 2.744 3.873 5.42 3.642 8.189c-.151 1.818-1.31 3.27-2.97 4.394c-1.58 1.07-4 1.377-5.727 1.192c-1.697-.182-3.456-.866-4.592-2.404c-.939-1.273-1.218-2.64-1.091-4.107c.127-1.459.712-2.823 1.662-3.772c.533-.533 1.442-1.202 2.894-1.324c-.68.156-1.33.48-1.887.976a4.29 4.29 0 0 0-1.378 3.869c.093.636.33 1.248.713 1.778a4.3 4.3 0 0 0 1.252 1.191c1.66 1.121 3.728 1.033 5.747-.306c1.1-.73 1.844-1.994 2.04-3.471c.238-1.788-.336-3.623-1.575-5.033c-1.347-1.533-3.212-2.44-5.116-2.49c-1.77-.046-3.409.652-4.737 2.017c-.407.417-.777.87-1.107 1.349q.358-.801.838-1.523C6.48 4.272 8.35 3.152 10.394 3.152z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ff6f00" d="M20.173 8.483a14.7 14.7 0 0 0-3.287-3.92l-.025-.02a13 13 0 0 0-.784-.603C14.28 2.67 12.317 2 10.394 2C7.953 2 5.741 3.302 4.167 5.668C1.952 8.994 1.48 13.656 2.99 17.269c1.134 2.712 4.077 4.47 7.873 4.706q.415.024.833.025c1.757 0 3.531-.338 5.073-.975c1.962-.81 3.463-2.048 4.342-3.583c1.304-2.28.945-5.712-.938-8.96zm-8.871.508c.863 0 1.723.354 2.341 1.048c.558.625.839 1.43.79 2.266a3.1 3.1 0 0 1-1.007 2.128l-.072.064a3.14 3.14 0 0 1-3.725.28a4.4 4.4 0 0 1-.745-.67a3 3 0 0 1-.17-.214a3.1 3.1 0 0 1-.416-.874l-.016-.057l-.002-.007c-.277-1.08.04-2.339.905-3.138l.066-.061a3.12 3.12 0 0 1 2.05-.764zm-.908-5.84c1.683 0 3.418.598 5.018 1.73q.367.26.72.553l.386.348c2.95 2.744 3.873 5.42 3.642 8.189c-.151 1.818-1.31 3.27-2.97 4.394c-1.58 1.07-4 1.377-5.727 1.192c-1.697-.182-3.456-.866-4.592-2.404c-.939-1.273-1.218-2.64-1.091-4.107c.127-1.459.712-2.823 1.662-3.772c.533-.533 1.442-1.202 2.894-1.324c-.68.156-1.33.48-1.887.976a4.29 4.29 0 0 0-1.378 3.869c.093.636.33 1.248.713 1.778a4.3 4.3 0 0 0 1.252 1.191c1.66 1.121 3.728 1.033 5.747-.306c1.1-.73 1.844-1.994 2.04-3.471c.238-1.788-.336-3.623-1.575-5.033c-1.347-1.533-3.212-2.44-5.116-2.49c-1.77-.046-3.409.652-4.737 2.017c-.407.417-.777.87-1.107 1.349q.358-.801.838-1.523C6.48 4.272 8.35 3.152 10.394 3.152z"/></svg> </template>
CSS
.icon-grafana-alloy {
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%2024%2024%22%3E%3Cpath%20fill%3D%22%23ff6f00%22%20d%3D%22M20.173%208.483a14.7%2014.7%200%200%200-3.287-3.92l-.025-.02a13%2013%200%200%200-.784-.603C14.28%202.67%2012.317%202%2010.394%202C7.953%202%205.741%203.302%204.167%205.668C1.952%208.994%201.48%2013.656%202.99%2017.269c1.134%202.712%204.077%204.47%207.873%204.706q.415.024.833.025c1.757%200%203.531-.338%205.073-.975c1.962-.81%203.463-2.048%204.342-3.583c1.304-2.28.945-5.712-.938-8.96zm-8.871.508c.863%200%201.723.354%202.341%201.048c.558.625.839%201.43.79%202.266a3.1%203.1%200%200%201-1.007%202.128l-.072.064a3.14%203.14%200%200%201-3.725.28a4.4%204.4%200%200%201-.745-.67a3%203%200%200%201-.17-.214a3.1%203.1%200%200%201-.416-.874l-.016-.057l-.002-.007c-.277-1.08.04-2.339.905-3.138l.066-.061a3.12%203.12%200%200%201%202.05-.764zm-.908-5.84c1.683%200%203.418.598%205.018%201.73q.367.26.72.553l.386.348c2.95%202.744%203.873%205.42%203.642%208.189c-.151%201.818-1.31%203.27-2.97%204.394c-1.58%201.07-4%201.377-5.727%201.192c-1.697-.182-3.456-.866-4.592-2.404c-.939-1.273-1.218-2.64-1.091-4.107c.127-1.459.712-2.823%201.662-3.772c.533-.533%201.442-1.202%202.894-1.324c-.68.156-1.33.48-1.887.976a4.29%204.29%200%200%200-1.378%203.869c.093.636.33%201.248.713%201.778a4.3%204.3%200%200%200%201.252%201.191c1.66%201.121%203.728%201.033%205.747-.306c1.1-.73%201.844-1.994%202.04-3.471c.238-1.788-.336-3.623-1.575-5.033c-1.347-1.533-3.212-2.44-5.116-2.49c-1.77-.046-3.409.652-4.737%202.017c-.407.417-.777.87-1.107%201.349q.358-.801.838-1.523C6.48%204.272%208.35%203.152%2010.394%203.152z%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%2024%2024%22%3E%3Cpath%20fill%3D%22%23ff6f00%22%20d%3D%22M20.173%208.483a14.7%2014.7%200%200%200-3.287-3.92l-.025-.02a13%2013%200%200%200-.784-.603C14.28%202.67%2012.317%202%2010.394%202C7.953%202%205.741%203.302%204.167%205.668C1.952%208.994%201.48%2013.656%202.99%2017.269c1.134%202.712%204.077%204.47%207.873%204.706q.415.024.833.025c1.757%200%203.531-.338%205.073-.975c1.962-.81%203.463-2.048%204.342-3.583c1.304-2.28.945-5.712-.938-8.96zm-8.871.508c.863%200%201.723.354%202.341%201.048c.558.625.839%201.43.79%202.266a3.1%203.1%200%200%201-1.007%202.128l-.072.064a3.14%203.14%200%200%201-3.725.28a4.4%204.4%200%200%201-.745-.67a3%203%200%200%201-.17-.214a3.1%203.1%200%200%201-.416-.874l-.016-.057l-.002-.007c-.277-1.08.04-2.339.905-3.138l.066-.061a3.12%203.12%200%200%201%202.05-.764zm-.908-5.84c1.683%200%203.418.598%205.018%201.73q.367.26.72.553l.386.348c2.95%202.744%203.873%205.42%203.642%208.189c-.151%201.818-1.31%203.27-2.97%204.394c-1.58%201.07-4%201.377-5.727%201.192c-1.697-.182-3.456-.866-4.592-2.404c-.939-1.273-1.218-2.64-1.091-4.107c.127-1.459.712-2.823%201.662-3.772c.533-.533%201.442-1.202%202.894-1.324c-.68.156-1.33.48-1.887.976a4.29%204.29%200%200%200-1.378%203.869c.093.636.33%201.248.713%201.778a4.3%204.3%200%200%200%201.252%201.191c1.66%201.121%203.728%201.033%205.747-.306c1.1-.73%201.844-1.994%202.04-3.471c.238-1.788-.336-3.623-1.575-5.033c-1.347-1.533-3.212-2.44-5.116-2.49c-1.77-.046-3.409.652-4.737%202.017c-.407.417-.777.87-1.107%201.349q.358-.801.838-1.523C6.48%204.272%208.35%203.152%2010.394%203.152z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/grafana-alloy.svg?color=%231a73e8&size=48