sonarcloud icon logo

sonarcloud-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
sonarcloud-icon
Set
SVG Logos
Style
Color
Viewbox
256×232
License
CC0

Use the sonarcloud icon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 232"><path fill="#f3702a" d="M239 104.178a75.6 75.6 0 0 0-36.027-25.141v-.915C202.973 35.082 169.31 0 127.81 0C86.28 0 52.6 35.005 52.6 78.137v1.067C22.2 89.16 0 118.768 0 153.698c0 43.04 33.694 78.137 75.195 78.137a73.67 73.67 0 0 0 52.828-22.489a73.44 73.44 0 0 0 52.767 22.489c41.424 0 75.21-35.006 75.21-78.137c0-17.991-6.099-35.585-17-49.52m-58.21 107.898c-30.965 0-56.182-26.194-56.182-58.394a9.71 9.71 0 0 0-9.499-9.849a9.666 9.666 0 0 0-9.513 9.865a80.4 80.4 0 0 0 10.611 39.975a55 55 0 0 1-41.012 18.494c-30.98 0-56.213-26.208-56.213-58.393c0-32.17 25.232-58.378 56.213-58.378c6.708 0 13.233 1.25 19.484 3.567c.077 0 .138.077.214.077c2.165.762 5.214 2.24 6.16 3.064a9.15 9.15 0 0 0 13.324-1.067a10.047 10.047 0 0 0-1.036-13.874c-4.147-3.644-10.612-6.13-12.197-6.708a72.7 72.7 0 0 0-25.873-4.727c-1.205 0-2.394 0-3.598.076c1.28-31.102 25.949-55.969 56.213-55.969c30.965 0 56.182 26.193 56.182 58.394a59.4 59.4 0 0 1-23.632 47.598a10.11 10.11 0 0 0-2.24 13.692c1.829 2.652 4.802 4.147 7.76 4.147c1.905 0 3.811-.58 5.503-1.83a78.73 78.73 0 0 0 28.892-42.873c21.71 8.37 36.79 30.173 36.79 54.81c-.077 32.11-25.294 58.303-56.35 58.303"/></svg>

React

import type { SVGProps } from "react";

export function LogosSonarcloudIcon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 232"><path fill="#f3702a" d="M239 104.178a75.6 75.6 0 0 0-36.027-25.141v-.915C202.973 35.082 169.31 0 127.81 0C86.28 0 52.6 35.005 52.6 78.137v1.067C22.2 89.16 0 118.768 0 153.698c0 43.04 33.694 78.137 75.195 78.137a73.67 73.67 0 0 0 52.828-22.489a73.44 73.44 0 0 0 52.767 22.489c41.424 0 75.21-35.006 75.21-78.137c0-17.991-6.099-35.585-17-49.52m-58.21 107.898c-30.965 0-56.182-26.194-56.182-58.394a9.71 9.71 0 0 0-9.499-9.849a9.666 9.666 0 0 0-9.513 9.865a80.4 80.4 0 0 0 10.611 39.975a55 55 0 0 1-41.012 18.494c-30.98 0-56.213-26.208-56.213-58.393c0-32.17 25.232-58.378 56.213-58.378c6.708 0 13.233 1.25 19.484 3.567c.077 0 .138.077.214.077c2.165.762 5.214 2.24 6.16 3.064a9.15 9.15 0 0 0 13.324-1.067a10.047 10.047 0 0 0-1.036-13.874c-4.147-3.644-10.612-6.13-12.197-6.708a72.7 72.7 0 0 0-25.873-4.727c-1.205 0-2.394 0-3.598.076c1.28-31.102 25.949-55.969 56.213-55.969c30.965 0 56.182 26.193 56.182 58.394a59.4 59.4 0 0 1-23.632 47.598a10.11 10.11 0 0 0-2.24 13.692c1.829 2.652 4.802 4.147 7.76 4.147c1.905 0 3.811-.58 5.503-1.83a78.73 78.73 0 0 0 28.892-42.873c21.71 8.37 36.79 30.173 36.79 54.81c-.077 32.11-25.294 58.303-56.35 58.303"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 232"><path fill="#f3702a" d="M239 104.178a75.6 75.6 0 0 0-36.027-25.141v-.915C202.973 35.082 169.31 0 127.81 0C86.28 0 52.6 35.005 52.6 78.137v1.067C22.2 89.16 0 118.768 0 153.698c0 43.04 33.694 78.137 75.195 78.137a73.67 73.67 0 0 0 52.828-22.489a73.44 73.44 0 0 0 52.767 22.489c41.424 0 75.21-35.006 75.21-78.137c0-17.991-6.099-35.585-17-49.52m-58.21 107.898c-30.965 0-56.182-26.194-56.182-58.394a9.71 9.71 0 0 0-9.499-9.849a9.666 9.666 0 0 0-9.513 9.865a80.4 80.4 0 0 0 10.611 39.975a55 55 0 0 1-41.012 18.494c-30.98 0-56.213-26.208-56.213-58.393c0-32.17 25.232-58.378 56.213-58.378c6.708 0 13.233 1.25 19.484 3.567c.077 0 .138.077.214.077c2.165.762 5.214 2.24 6.16 3.064a9.15 9.15 0 0 0 13.324-1.067a10.047 10.047 0 0 0-1.036-13.874c-4.147-3.644-10.612-6.13-12.197-6.708a72.7 72.7 0 0 0-25.873-4.727c-1.205 0-2.394 0-3.598.076c1.28-31.102 25.949-55.969 56.213-55.969c30.965 0 56.182 26.193 56.182 58.394a59.4 59.4 0 0 1-23.632 47.598a10.11 10.11 0 0 0-2.24 13.692c1.829 2.652 4.802 4.147 7.76 4.147c1.905 0 3.811-.58 5.503-1.83a78.73 78.73 0 0 0 28.892-42.873c21.71 8.37 36.79 30.173 36.79 54.81c-.077 32.11-25.294 58.303-56.35 58.303"/></svg>
</template>

CSS

.icon-sonarcloud-icon {
  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%20256%20232%22%3E%3Cpath%20fill%3D%22%23f3702a%22%20d%3D%22M239%20104.178a75.6%2075.6%200%200%200-36.027-25.141v-.915C202.973%2035.082%20169.31%200%20127.81%200C86.28%200%2052.6%2035.005%2052.6%2078.137v1.067C22.2%2089.16%200%20118.768%200%20153.698c0%2043.04%2033.694%2078.137%2075.195%2078.137a73.67%2073.67%200%200%200%2052.828-22.489a73.44%2073.44%200%200%200%2052.767%2022.489c41.424%200%2075.21-35.006%2075.21-78.137c0-17.991-6.099-35.585-17-49.52m-58.21%20107.898c-30.965%200-56.182-26.194-56.182-58.394a9.71%209.71%200%200%200-9.499-9.849a9.666%209.666%200%200%200-9.513%209.865a80.4%2080.4%200%200%200%2010.611%2039.975a55%2055%200%200%201-41.012%2018.494c-30.98%200-56.213-26.208-56.213-58.393c0-32.17%2025.232-58.378%2056.213-58.378c6.708%200%2013.233%201.25%2019.484%203.567c.077%200%20.138.077.214.077c2.165.762%205.214%202.24%206.16%203.064a9.15%209.15%200%200%200%2013.324-1.067a10.047%2010.047%200%200%200-1.036-13.874c-4.147-3.644-10.612-6.13-12.197-6.708a72.7%2072.7%200%200%200-25.873-4.727c-1.205%200-2.394%200-3.598.076c1.28-31.102%2025.949-55.969%2056.213-55.969c30.965%200%2056.182%2026.193%2056.182%2058.394a59.4%2059.4%200%200%201-23.632%2047.598a10.11%2010.11%200%200%200-2.24%2013.692c1.829%202.652%204.802%204.147%207.76%204.147c1.905%200%203.811-.58%205.503-1.83a78.73%2078.73%200%200%200%2028.892-42.873c21.71%208.37%2036.79%2030.173%2036.79%2054.81c-.077%2032.11-25.294%2058.303-56.35%2058.303%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%20256%20232%22%3E%3Cpath%20fill%3D%22%23f3702a%22%20d%3D%22M239%20104.178a75.6%2075.6%200%200%200-36.027-25.141v-.915C202.973%2035.082%20169.31%200%20127.81%200C86.28%200%2052.6%2035.005%2052.6%2078.137v1.067C22.2%2089.16%200%20118.768%200%20153.698c0%2043.04%2033.694%2078.137%2075.195%2078.137a73.67%2073.67%200%200%200%2052.828-22.489a73.44%2073.44%200%200%200%2052.767%2022.489c41.424%200%2075.21-35.006%2075.21-78.137c0-17.991-6.099-35.585-17-49.52m-58.21%20107.898c-30.965%200-56.182-26.194-56.182-58.394a9.71%209.71%200%200%200-9.499-9.849a9.666%209.666%200%200%200-9.513%209.865a80.4%2080.4%200%200%200%2010.611%2039.975a55%2055%200%200%201-41.012%2018.494c-30.98%200-56.213-26.208-56.213-58.393c0-32.17%2025.232-58.378%2056.213-58.378c6.708%200%2013.233%201.25%2019.484%203.567c.077%200%20.138.077.214.077c2.165.762%205.214%202.24%206.16%203.064a9.15%209.15%200%200%200%2013.324-1.067a10.047%2010.047%200%200%200-1.036-13.874c-4.147-3.644-10.612-6.13-12.197-6.708a72.7%2072.7%200%200%200-25.873-4.727c-1.205%200-2.394%200-3.598.076c1.28-31.102%2025.949-55.969%2056.213-55.969c30.965%200%2056.182%2026.193%2056.182%2058.394a59.4%2059.4%200%200%201-23.632%2047.598a10.11%2010.11%200%200%200-2.24%2013.692c1.829%202.652%204.802%204.147%207.76%204.147c1.905%200%203.811-.58%205.503-1.83a78.73%2078.73%200%200%200%2028.892-42.873c21.71%208.37%2036.79%2030.173%2036.79%2054.81c-.077%2032.11-25.294%2058.303-56.35%2058.303%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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