simpleicons logo
simpleicons from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- simpleicons
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the simpleicons logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 6a6 6 0 1 0-6 6a6 6 0 0 1 5.35 9h1.5A7.5 7.5 0 0 0 12 10.5A4.5 4.5 0 1 1 16.5 6Zm-6-3a3 3 0 0 0 0 6a1 1 0 0 0 0-6m0 1.5a1.5 1.5 0 0 1 0 3a1 1 0 0 1 0-3M7.5 15v1.5H9v6H4.5V24h15v-1.5H15v-6h1.5V15Zm3 1.5h3v6h-3zm-6 1.5a7.5 7.5 0 0 0 .7 3h1.5a6 6 0 0 1-.7-3Z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsSimpleicons(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="M18 6a6 6 0 1 0-6 6a6 6 0 0 1 5.35 9h1.5A7.5 7.5 0 0 0 12 10.5A4.5 4.5 0 1 1 16.5 6Zm-6-3a3 3 0 0 0 0 6a1 1 0 0 0 0-6m0 1.5a1.5 1.5 0 0 1 0 3a1 1 0 0 1 0-3M7.5 15v1.5H9v6H4.5V24h15v-1.5H15v-6h1.5V15Zm3 1.5h3v6h-3zm-6 1.5a7.5 7.5 0 0 0 .7 3h1.5a6 6 0 0 1-.7-3Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 6a6 6 0 1 0-6 6a6 6 0 0 1 5.35 9h1.5A7.5 7.5 0 0 0 12 10.5A4.5 4.5 0 1 1 16.5 6Zm-6-3a3 3 0 0 0 0 6a1 1 0 0 0 0-6m0 1.5a1.5 1.5 0 0 1 0 3a1 1 0 0 1 0-3M7.5 15v1.5H9v6H4.5V24h15v-1.5H15v-6h1.5V15Zm3 1.5h3v6h-3zm-6 1.5a7.5 7.5 0 0 0 .7 3h1.5a6 6 0 0 1-.7-3Z"/></svg> </template>
CSS
.icon-simpleicons {
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%22M18%206a6%206%200%201%200-6%206a6%206%200%200%201%205.35%209h1.5A7.5%207.5%200%200%200%2012%2010.5A4.5%204.5%200%201%201%2016.5%206Zm-6-3a3%203%200%200%200%200%206a1%201%200%200%200%200-6m0%201.5a1.5%201.5%200%200%201%200%203a1%201%200%200%201%200-3M7.5%2015v1.5H9v6H4.5V24h15v-1.5H15v-6h1.5V15Zm3%201.5h3v6h-3zm-6%201.5a7.5%207.5%200%200%200%20.7%203h1.5a6%206%200%200%201-.7-3Z%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%22M18%206a6%206%200%201%200-6%206a6%206%200%200%201%205.35%209h1.5A7.5%207.5%200%200%200%2012%2010.5A4.5%204.5%200%201%201%2016.5%206Zm-6-3a3%203%200%200%200%200%206a1%201%200%200%200%200-6m0%201.5a1.5%201.5%200%200%201%200%203a1%201%200%200%201%200-3M7.5%2015v1.5H9v6H4.5V24h15v-1.5H15v-6h1.5V15Zm3%201.5h3v6h-3zm-6%201.5a7.5%207.5%200%200%200%20.7%203h1.5a6%206%200%200%201-.7-3Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/simpleicons.svg?color=%231a73e8&size=48