sonarqubeforide logo
sonarqubeforide from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- sonarqubeforide
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the sonarqubeforide logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.422.002a12 12 0 0 0-.527.002c-2.811.077-5.6 1.13-7.797 3.152a.783.783 0 0 0-.012 1.133l.002.002l.004.004a.78.78 0 0 0 1.056 0a10.5 10.5 0 0 1 6.854-2.744a10.43 10.43 0 0 1 6.854 2.379a.777.777 0 1 0 .99-1.198a11.95 11.95 0 0 0-7.424-2.73M6.996 9.668c-1.3 0-1.908 1.135-2.352 1.965c-.376.712-.636 1.146-.976 1.146s-.593-.435-.975-1.146c-.278-.521-.618-1.16-1.154-1.567c-.49-.366-1.191-.006-1.191.608v.125c0 .222.118.407.289.54c.216.171.417.532.685 1.032c.444.83 1.052 1.965 2.352 1.965S5.582 13.2 6.025 12.37c.382-.712.635-1.144.98-1.144c.346 0 .598.432.98 1.144c.443.83 1.056 1.965 2.35 1.965s1.905-1.135 2.349-1.965c.376-.712.629-1.144.974-1.144c.346 0 .599.432.98 1.144c.444.83 1.053 1.965 2.352 1.965c1.3 0 1.908-1.135 2.352-1.965c.381-.712.638-1.144.978-1.144s.6.432.98 1.144c.28.52.625 1.161 1.16 1.568c.49.367 1.192.005 1.192-.609h-.01v-.123a.7.7 0 0 0-.289-.543c-.216-.17-.423-.53-.691-1.031c-.443-.83-1.052-1.965-2.352-1.965s-1.908 1.135-2.351 1.965c-.382.712-.635 1.146-.98 1.146c-.346 0-.598-.434-.98-1.146c-.443-.83-1.056-1.965-2.35-1.965s-1.905 1.135-2.348 1.965c-.377.712-.63 1.146-.975 1.146s-.597-.434-.978-1.146c-.444-.83-1.053-1.965-2.352-1.965m12.283 10.025a10.35 10.35 0 0 1-6.781 2.744a10.33 10.33 0 0 1-6.922-2.377a.78.78 0 0 0-1 1.195A11.9 11.9 0 0 0 12.203 24l.012-.01h.33a11.9 11.9 0 0 0 7.797-3.156a.79.79 0 0 0 0-1.14a.78.78 0 0 0-1.063 0"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsSonarqubeforide(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="M12.422.002a12 12 0 0 0-.527.002c-2.811.077-5.6 1.13-7.797 3.152a.783.783 0 0 0-.012 1.133l.002.002l.004.004a.78.78 0 0 0 1.056 0a10.5 10.5 0 0 1 6.854-2.744a10.43 10.43 0 0 1 6.854 2.379a.777.777 0 1 0 .99-1.198a11.95 11.95 0 0 0-7.424-2.73M6.996 9.668c-1.3 0-1.908 1.135-2.352 1.965c-.376.712-.636 1.146-.976 1.146s-.593-.435-.975-1.146c-.278-.521-.618-1.16-1.154-1.567c-.49-.366-1.191-.006-1.191.608v.125c0 .222.118.407.289.54c.216.171.417.532.685 1.032c.444.83 1.052 1.965 2.352 1.965S5.582 13.2 6.025 12.37c.382-.712.635-1.144.98-1.144c.346 0 .598.432.98 1.144c.443.83 1.056 1.965 2.35 1.965s1.905-1.135 2.349-1.965c.376-.712.629-1.144.974-1.144c.346 0 .599.432.98 1.144c.444.83 1.053 1.965 2.352 1.965c1.3 0 1.908-1.135 2.352-1.965c.381-.712.638-1.144.978-1.144s.6.432.98 1.144c.28.52.625 1.161 1.16 1.568c.49.367 1.192.005 1.192-.609h-.01v-.123a.7.7 0 0 0-.289-.543c-.216-.17-.423-.53-.691-1.031c-.443-.83-1.052-1.965-2.352-1.965s-1.908 1.135-2.351 1.965c-.382.712-.635 1.146-.98 1.146c-.346 0-.598-.434-.98-1.146c-.443-.83-1.056-1.965-2.35-1.965s-1.905 1.135-2.348 1.965c-.377.712-.63 1.146-.975 1.146s-.597-.434-.978-1.146c-.444-.83-1.053-1.965-2.352-1.965m12.283 10.025a10.35 10.35 0 0 1-6.781 2.744a10.33 10.33 0 0 1-6.922-2.377a.78.78 0 0 0-1 1.195A11.9 11.9 0 0 0 12.203 24l.012-.01h.33a11.9 11.9 0 0 0 7.797-3.156a.79.79 0 0 0 0-1.14a.78.78 0 0 0-1.063 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.422.002a12 12 0 0 0-.527.002c-2.811.077-5.6 1.13-7.797 3.152a.783.783 0 0 0-.012 1.133l.002.002l.004.004a.78.78 0 0 0 1.056 0a10.5 10.5 0 0 1 6.854-2.744a10.43 10.43 0 0 1 6.854 2.379a.777.777 0 1 0 .99-1.198a11.95 11.95 0 0 0-7.424-2.73M6.996 9.668c-1.3 0-1.908 1.135-2.352 1.965c-.376.712-.636 1.146-.976 1.146s-.593-.435-.975-1.146c-.278-.521-.618-1.16-1.154-1.567c-.49-.366-1.191-.006-1.191.608v.125c0 .222.118.407.289.54c.216.171.417.532.685 1.032c.444.83 1.052 1.965 2.352 1.965S5.582 13.2 6.025 12.37c.382-.712.635-1.144.98-1.144c.346 0 .598.432.98 1.144c.443.83 1.056 1.965 2.35 1.965s1.905-1.135 2.349-1.965c.376-.712.629-1.144.974-1.144c.346 0 .599.432.98 1.144c.444.83 1.053 1.965 2.352 1.965c1.3 0 1.908-1.135 2.352-1.965c.381-.712.638-1.144.978-1.144s.6.432.98 1.144c.28.52.625 1.161 1.16 1.568c.49.367 1.192.005 1.192-.609h-.01v-.123a.7.7 0 0 0-.289-.543c-.216-.17-.423-.53-.691-1.031c-.443-.83-1.052-1.965-2.352-1.965s-1.908 1.135-2.351 1.965c-.382.712-.635 1.146-.98 1.146c-.346 0-.598-.434-.98-1.146c-.443-.83-1.056-1.965-2.35-1.965s-1.905 1.135-2.348 1.965c-.377.712-.63 1.146-.975 1.146s-.597-.434-.978-1.146c-.444-.83-1.053-1.965-2.352-1.965m12.283 10.025a10.35 10.35 0 0 1-6.781 2.744a10.33 10.33 0 0 1-6.922-2.377a.78.78 0 0 0-1 1.195A11.9 11.9 0 0 0 12.203 24l.012-.01h.33a11.9 11.9 0 0 0 7.797-3.156a.79.79 0 0 0 0-1.14a.78.78 0 0 0-1.063 0"/></svg> </template>
CSS
.icon-sonarqubeforide {
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%22M12.422.002a12%2012%200%200%200-.527.002c-2.811.077-5.6%201.13-7.797%203.152a.783.783%200%200%200-.012%201.133l.002.002l.004.004a.78.78%200%200%200%201.056%200a10.5%2010.5%200%200%201%206.854-2.744a10.43%2010.43%200%200%201%206.854%202.379a.777.777%200%201%200%20.99-1.198a11.95%2011.95%200%200%200-7.424-2.73M6.996%209.668c-1.3%200-1.908%201.135-2.352%201.965c-.376.712-.636%201.146-.976%201.146s-.593-.435-.975-1.146c-.278-.521-.618-1.16-1.154-1.567c-.49-.366-1.191-.006-1.191.608v.125c0%20.222.118.407.289.54c.216.171.417.532.685%201.032c.444.83%201.052%201.965%202.352%201.965S5.582%2013.2%206.025%2012.37c.382-.712.635-1.144.98-1.144c.346%200%20.598.432.98%201.144c.443.83%201.056%201.965%202.35%201.965s1.905-1.135%202.349-1.965c.376-.712.629-1.144.974-1.144c.346%200%20.599.432.98%201.144c.444.83%201.053%201.965%202.352%201.965c1.3%200%201.908-1.135%202.352-1.965c.381-.712.638-1.144.978-1.144s.6.432.98%201.144c.28.52.625%201.161%201.16%201.568c.49.367%201.192.005%201.192-.609h-.01v-.123a.7.7%200%200%200-.289-.543c-.216-.17-.423-.53-.691-1.031c-.443-.83-1.052-1.965-2.352-1.965s-1.908%201.135-2.351%201.965c-.382.712-.635%201.146-.98%201.146c-.346%200-.598-.434-.98-1.146c-.443-.83-1.056-1.965-2.35-1.965s-1.905%201.135-2.348%201.965c-.377.712-.63%201.146-.975%201.146s-.597-.434-.978-1.146c-.444-.83-1.053-1.965-2.352-1.965m12.283%2010.025a10.35%2010.35%200%200%201-6.781%202.744a10.33%2010.33%200%200%201-6.922-2.377a.78.78%200%200%200-1%201.195A11.9%2011.9%200%200%200%2012.203%2024l.012-.01h.33a11.9%2011.9%200%200%200%207.797-3.156a.79.79%200%200%200%200-1.14a.78.78%200%200%200-1.063%200%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%22M12.422.002a12%2012%200%200%200-.527.002c-2.811.077-5.6%201.13-7.797%203.152a.783.783%200%200%200-.012%201.133l.002.002l.004.004a.78.78%200%200%200%201.056%200a10.5%2010.5%200%200%201%206.854-2.744a10.43%2010.43%200%200%201%206.854%202.379a.777.777%200%201%200%20.99-1.198a11.95%2011.95%200%200%200-7.424-2.73M6.996%209.668c-1.3%200-1.908%201.135-2.352%201.965c-.376.712-.636%201.146-.976%201.146s-.593-.435-.975-1.146c-.278-.521-.618-1.16-1.154-1.567c-.49-.366-1.191-.006-1.191.608v.125c0%20.222.118.407.289.54c.216.171.417.532.685%201.032c.444.83%201.052%201.965%202.352%201.965S5.582%2013.2%206.025%2012.37c.382-.712.635-1.144.98-1.144c.346%200%20.598.432.98%201.144c.443.83%201.056%201.965%202.35%201.965s1.905-1.135%202.349-1.965c.376-.712.629-1.144.974-1.144c.346%200%20.599.432.98%201.144c.444.83%201.053%201.965%202.352%201.965c1.3%200%201.908-1.135%202.352-1.965c.381-.712.638-1.144.978-1.144s.6.432.98%201.144c.28.52.625%201.161%201.16%201.568c.49.367%201.192.005%201.192-.609h-.01v-.123a.7.7%200%200%200-.289-.543c-.216-.17-.423-.53-.691-1.031c-.443-.83-1.052-1.965-2.352-1.965s-1.908%201.135-2.351%201.965c-.382.712-.635%201.146-.98%201.146c-.346%200-.598-.434-.98-1.146c-.443-.83-1.056-1.965-2.35-1.965s-1.905%201.135-2.348%201.965c-.377.712-.63%201.146-.975%201.146s-.597-.434-.978-1.146c-.444-.83-1.053-1.965-2.352-1.965m12.283%2010.025a10.35%2010.35%200%200%201-6.781%202.744a10.33%2010.33%200%200%201-6.922-2.377a.78.78%200%200%200-1%201.195A11.9%2011.9%200%200%200%2012.203%2024l.012-.01h.33a11.9%2011.9%200%200%200%207.797-3.156a.79.79%200%200%200%200-1.14a.78.78%200%200%200-1.063%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/sonarqubeforide.svg?color=%231a73e8&size=48