sonarcloud logo
sonarcloud from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- sonarcloud
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the sonarcloud logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.406 10.9a7.1 7.1 0 0 0-3.377-2.358v-.085c0-4.035-3.156-7.324-7.047-7.324c-3.893 0-7.05 3.282-7.05 7.325v.1C2.081 9.492 0 12.268 0 15.542c0 4.035 3.159 7.325 7.05 7.325a6.9 6.9 0 0 0 4.952-2.108a6.9 6.9 0 0 0 4.947 2.108c3.884 0 7.051-3.282 7.051-7.325a7.57 7.57 0 0 0-1.594-4.643zM16.95 21.014c-2.903 0-5.267-2.456-5.267-5.474a.91.91 0 0 0-.89-.924a.906.906 0 0 0-.892.925c0 1.368.367 2.651.994 3.748a5.16 5.16 0 0 1-3.845 1.733c-2.904 0-5.27-2.457-5.27-5.474c0-3.016 2.366-5.473 5.27-5.473c.63 0 1.241.117 1.827.335c.007 0 .013.007.02.007c.203.071.489.21.578.287a.86.86 0 0 0 1.249-.1a.94.94 0 0 0-.097-1.3c-.39-.342-.995-.575-1.144-.63a6.8 6.8 0 0 0-2.425-.443q-.169-.002-.338.007c.12-2.916 2.433-5.247 5.27-5.247c2.903 0 5.267 2.456 5.267 5.474a5.57 5.57 0 0 1-2.215 4.463a.95.95 0 0 0-.21 1.283c.171.25.45.39.727.39a.86.86 0 0 0 .516-.172a7.38 7.38 0 0 0 2.709-4.02c2.035.785 3.449 2.829 3.449 5.139c-.007 3.01-2.371 5.466-5.283 5.466"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsSonarcloud(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.406 10.9a7.1 7.1 0 0 0-3.377-2.358v-.085c0-4.035-3.156-7.324-7.047-7.324c-3.893 0-7.05 3.282-7.05 7.325v.1C2.081 9.492 0 12.268 0 15.542c0 4.035 3.159 7.325 7.05 7.325a6.9 6.9 0 0 0 4.952-2.108a6.9 6.9 0 0 0 4.947 2.108c3.884 0 7.051-3.282 7.051-7.325a7.57 7.57 0 0 0-1.594-4.643zM16.95 21.014c-2.903 0-5.267-2.456-5.267-5.474a.91.91 0 0 0-.89-.924a.906.906 0 0 0-.892.925c0 1.368.367 2.651.994 3.748a5.16 5.16 0 0 1-3.845 1.733c-2.904 0-5.27-2.457-5.27-5.474c0-3.016 2.366-5.473 5.27-5.473c.63 0 1.241.117 1.827.335c.007 0 .013.007.02.007c.203.071.489.21.578.287a.86.86 0 0 0 1.249-.1a.94.94 0 0 0-.097-1.3c-.39-.342-.995-.575-1.144-.63a6.8 6.8 0 0 0-2.425-.443q-.169-.002-.338.007c.12-2.916 2.433-5.247 5.27-5.247c2.903 0 5.267 2.456 5.267 5.474a5.57 5.57 0 0 1-2.215 4.463a.95.95 0 0 0-.21 1.283c.171.25.45.39.727.39a.86.86 0 0 0 .516-.172a7.38 7.38 0 0 0 2.709-4.02c2.035.785 3.449 2.829 3.449 5.139c-.007 3.01-2.371 5.466-5.283 5.466"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.406 10.9a7.1 7.1 0 0 0-3.377-2.358v-.085c0-4.035-3.156-7.324-7.047-7.324c-3.893 0-7.05 3.282-7.05 7.325v.1C2.081 9.492 0 12.268 0 15.542c0 4.035 3.159 7.325 7.05 7.325a6.9 6.9 0 0 0 4.952-2.108a6.9 6.9 0 0 0 4.947 2.108c3.884 0 7.051-3.282 7.051-7.325a7.57 7.57 0 0 0-1.594-4.643zM16.95 21.014c-2.903 0-5.267-2.456-5.267-5.474a.91.91 0 0 0-.89-.924a.906.906 0 0 0-.892.925c0 1.368.367 2.651.994 3.748a5.16 5.16 0 0 1-3.845 1.733c-2.904 0-5.27-2.457-5.27-5.474c0-3.016 2.366-5.473 5.27-5.473c.63 0 1.241.117 1.827.335c.007 0 .013.007.02.007c.203.071.489.21.578.287a.86.86 0 0 0 1.249-.1a.94.94 0 0 0-.097-1.3c-.39-.342-.995-.575-1.144-.63a6.8 6.8 0 0 0-2.425-.443q-.169-.002-.338.007c.12-2.916 2.433-5.247 5.27-5.247c2.903 0 5.267 2.456 5.267 5.474a5.57 5.57 0 0 1-2.215 4.463a.95.95 0 0 0-.21 1.283c.171.25.45.39.727.39a.86.86 0 0 0 .516-.172a7.38 7.38 0 0 0 2.709-4.02c2.035.785 3.449 2.829 3.449 5.139c-.007 3.01-2.371 5.466-5.283 5.466"/></svg> </template>
CSS
.icon-sonarcloud {
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%22currentColor%22%20d%3D%22M22.406%2010.9a7.1%207.1%200%200%200-3.377-2.358v-.085c0-4.035-3.156-7.324-7.047-7.324c-3.893%200-7.05%203.282-7.05%207.325v.1C2.081%209.492%200%2012.268%200%2015.542c0%204.035%203.159%207.325%207.05%207.325a6.9%206.9%200%200%200%204.952-2.108a6.9%206.9%200%200%200%204.947%202.108c3.884%200%207.051-3.282%207.051-7.325a7.57%207.57%200%200%200-1.594-4.643zM16.95%2021.014c-2.903%200-5.267-2.456-5.267-5.474a.91.91%200%200%200-.89-.924a.906.906%200%200%200-.892.925c0%201.368.367%202.651.994%203.748a5.16%205.16%200%200%201-3.845%201.733c-2.904%200-5.27-2.457-5.27-5.474c0-3.016%202.366-5.473%205.27-5.473c.63%200%201.241.117%201.827.335c.007%200%20.013.007.02.007c.203.071.489.21.578.287a.86.86%200%200%200%201.249-.1a.94.94%200%200%200-.097-1.3c-.39-.342-.995-.575-1.144-.63a6.8%206.8%200%200%200-2.425-.443q-.169-.002-.338.007c.12-2.916%202.433-5.247%205.27-5.247c2.903%200%205.267%202.456%205.267%205.474a5.57%205.57%200%200%201-2.215%204.463a.95.95%200%200%200-.21%201.283c.171.25.45.39.727.39a.86.86%200%200%200%20.516-.172a7.38%207.38%200%200%200%202.709-4.02c2.035.785%203.449%202.829%203.449%205.139c-.007%203.01-2.371%205.466-5.283%205.466%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%22currentColor%22%20d%3D%22M22.406%2010.9a7.1%207.1%200%200%200-3.377-2.358v-.085c0-4.035-3.156-7.324-7.047-7.324c-3.893%200-7.05%203.282-7.05%207.325v.1C2.081%209.492%200%2012.268%200%2015.542c0%204.035%203.159%207.325%207.05%207.325a6.9%206.9%200%200%200%204.952-2.108a6.9%206.9%200%200%200%204.947%202.108c3.884%200%207.051-3.282%207.051-7.325a7.57%207.57%200%200%200-1.594-4.643zM16.95%2021.014c-2.903%200-5.267-2.456-5.267-5.474a.91.91%200%200%200-.89-.924a.906.906%200%200%200-.892.925c0%201.368.367%202.651.994%203.748a5.16%205.16%200%200%201-3.845%201.733c-2.904%200-5.27-2.457-5.27-5.474c0-3.016%202.366-5.473%205.27-5.473c.63%200%201.241.117%201.827.335c.007%200%20.013.007.02.007c.203.071.489.21.578.287a.86.86%200%200%200%201.249-.1a.94.94%200%200%200-.097-1.3c-.39-.342-.995-.575-1.144-.63a6.8%206.8%200%200%200-2.425-.443q-.169-.002-.338.007c.12-2.916%202.433-5.247%205.27-5.247c2.903%200%205.267%202.456%205.267%205.474a5.57%205.57%200%200%201-2.215%204.463a.95.95%200%200%200-.21%201.283c.171.25.45.39.727.39a.86.86%200%200%200%20.516-.172a7.38%207.38%200%200%200%202.709-4.02c2.035.785%203.449%202.829%203.449%205.139c-.007%203.01-2.371%205.466-5.283%205.466%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/sonarcloud.svg?color=%231a73e8&size=48