svgo logo
svgo from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- svgo
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the svgo logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.969 9.57a10.4 10.4 0 0 0-1.242-2.85a24 24 0 0 0 1.172-1.8L19.072 2.1a24 24 0 0 0-1.85 1.21a10.3 10.3 0 0 0-2.76-1.138c-.12-.72-.267-1.448-.456-2.173H10c-.187.71-.327 1.42-.447 2.131a10.3 10.3 0 0 0-2.845 1.13A23 23 0 0 0 4.93 2.101L2.102 4.928a25 25 0 0 0 1.087 1.68a10.3 10.3 0 0 0-1.32 2.988a25 25 0 0 0-1.868.403v4c.58.152 1.157.274 1.737.38a10.3 10.3 0 0 0 1.281 3.26c-.32.462-.629.937-.917 1.432l2.829 2.828a21 21 0 0 0 1.38-.88a10.3 10.3 0 0 0 3.341 1.391q.144.795.348 1.59h4c.142-.544.258-1.086.36-1.63a10.3 10.3 0 0 0 3.257-1.407c.472.326.96.642 1.457.936l2.827-2.828a25 25 0 0 0-1.004-1.56a10.3 10.3 0 0 0 1.2-3.11c.633-.11 1.268-.24 1.902-.405V10a24 24 0 0 0-2.03-.428m-2.915 5.19a7.6 7.6 0 0 1-4.052 4.398a7.54 7.54 0 0 1-5.99.08c-1.887-.79-3.454-2.382-4.175-4.34a7.55 7.55 0 0 1 .288-5.944a7.6 7.6 0 0 1 3.824-3.647a7.56 7.56 0 0 1 6.119.082a7.6 7.6 0 0 1 3.643 3.55a7.56 7.56 0 0 1 .343 5.82m-1.688-.142a1.52 1.52 0 1 1-2.838-.396l-1.2-.897a2.08 2.08 0 0 1-2.418.437l-.96 1.495a1.283 1.283 0 1 1-.405-.259l.96-1.496a2.07 2.07 0 0 1-.7-2.122l-2.063-.808a.96.96 0 0 1-.873.39a.96.96 0 1 1 1.052-.858v.02l2.06.81a2.07 2.07 0 0 1 2.675-.943l.97-1.665a1.04 1.04 0 0 1-.281-1.048a1.035 1.035 0 1 1 .695 1.288l-.973 1.665c.846.633 1.082 1.8.548 2.712l1.2.892a1.5 1.5 0 0 1 .76-.404a1.52 1.52 0 0 1 1.792 1.187z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsSvgo(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="M21.969 9.57a10.4 10.4 0 0 0-1.242-2.85a24 24 0 0 0 1.172-1.8L19.072 2.1a24 24 0 0 0-1.85 1.21a10.3 10.3 0 0 0-2.76-1.138c-.12-.72-.267-1.448-.456-2.173H10c-.187.71-.327 1.42-.447 2.131a10.3 10.3 0 0 0-2.845 1.13A23 23 0 0 0 4.93 2.101L2.102 4.928a25 25 0 0 0 1.087 1.68a10.3 10.3 0 0 0-1.32 2.988a25 25 0 0 0-1.868.403v4c.58.152 1.157.274 1.737.38a10.3 10.3 0 0 0 1.281 3.26c-.32.462-.629.937-.917 1.432l2.829 2.828a21 21 0 0 0 1.38-.88a10.3 10.3 0 0 0 3.341 1.391q.144.795.348 1.59h4c.142-.544.258-1.086.36-1.63a10.3 10.3 0 0 0 3.257-1.407c.472.326.96.642 1.457.936l2.827-2.828a25 25 0 0 0-1.004-1.56a10.3 10.3 0 0 0 1.2-3.11c.633-.11 1.268-.24 1.902-.405V10a24 24 0 0 0-2.03-.428m-2.915 5.19a7.6 7.6 0 0 1-4.052 4.398a7.54 7.54 0 0 1-5.99.08c-1.887-.79-3.454-2.382-4.175-4.34a7.55 7.55 0 0 1 .288-5.944a7.6 7.6 0 0 1 3.824-3.647a7.56 7.56 0 0 1 6.119.082a7.6 7.6 0 0 1 3.643 3.55a7.56 7.56 0 0 1 .343 5.82m-1.688-.142a1.52 1.52 0 1 1-2.838-.396l-1.2-.897a2.08 2.08 0 0 1-2.418.437l-.96 1.495a1.283 1.283 0 1 1-.405-.259l.96-1.496a2.07 2.07 0 0 1-.7-2.122l-2.063-.808a.96.96 0 0 1-.873.39a.96.96 0 1 1 1.052-.858v.02l2.06.81a2.07 2.07 0 0 1 2.675-.943l.97-1.665a1.04 1.04 0 0 1-.281-1.048a1.035 1.035 0 1 1 .695 1.288l-.973 1.665c.846.633 1.082 1.8.548 2.712l1.2.892a1.5 1.5 0 0 1 .76-.404a1.52 1.52 0 0 1 1.792 1.187z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.969 9.57a10.4 10.4 0 0 0-1.242-2.85a24 24 0 0 0 1.172-1.8L19.072 2.1a24 24 0 0 0-1.85 1.21a10.3 10.3 0 0 0-2.76-1.138c-.12-.72-.267-1.448-.456-2.173H10c-.187.71-.327 1.42-.447 2.131a10.3 10.3 0 0 0-2.845 1.13A23 23 0 0 0 4.93 2.101L2.102 4.928a25 25 0 0 0 1.087 1.68a10.3 10.3 0 0 0-1.32 2.988a25 25 0 0 0-1.868.403v4c.58.152 1.157.274 1.737.38a10.3 10.3 0 0 0 1.281 3.26c-.32.462-.629.937-.917 1.432l2.829 2.828a21 21 0 0 0 1.38-.88a10.3 10.3 0 0 0 3.341 1.391q.144.795.348 1.59h4c.142-.544.258-1.086.36-1.63a10.3 10.3 0 0 0 3.257-1.407c.472.326.96.642 1.457.936l2.827-2.828a25 25 0 0 0-1.004-1.56a10.3 10.3 0 0 0 1.2-3.11c.633-.11 1.268-.24 1.902-.405V10a24 24 0 0 0-2.03-.428m-2.915 5.19a7.6 7.6 0 0 1-4.052 4.398a7.54 7.54 0 0 1-5.99.08c-1.887-.79-3.454-2.382-4.175-4.34a7.55 7.55 0 0 1 .288-5.944a7.6 7.6 0 0 1 3.824-3.647a7.56 7.56 0 0 1 6.119.082a7.6 7.6 0 0 1 3.643 3.55a7.56 7.56 0 0 1 .343 5.82m-1.688-.142a1.52 1.52 0 1 1-2.838-.396l-1.2-.897a2.08 2.08 0 0 1-2.418.437l-.96 1.495a1.283 1.283 0 1 1-.405-.259l.96-1.496a2.07 2.07 0 0 1-.7-2.122l-2.063-.808a.96.96 0 0 1-.873.39a.96.96 0 1 1 1.052-.858v.02l2.06.81a2.07 2.07 0 0 1 2.675-.943l.97-1.665a1.04 1.04 0 0 1-.281-1.048a1.035 1.035 0 1 1 .695 1.288l-.973 1.665c.846.633 1.082 1.8.548 2.712l1.2.892a1.5 1.5 0 0 1 .76-.404a1.52 1.52 0 0 1 1.792 1.187z"/></svg> </template>
CSS
.icon-svgo {
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%22M21.969%209.57a10.4%2010.4%200%200%200-1.242-2.85a24%2024%200%200%200%201.172-1.8L19.072%202.1a24%2024%200%200%200-1.85%201.21a10.3%2010.3%200%200%200-2.76-1.138c-.12-.72-.267-1.448-.456-2.173H10c-.187.71-.327%201.42-.447%202.131a10.3%2010.3%200%200%200-2.845%201.13A23%2023%200%200%200%204.93%202.101L2.102%204.928a25%2025%200%200%200%201.087%201.68a10.3%2010.3%200%200%200-1.32%202.988a25%2025%200%200%200-1.868.403v4c.58.152%201.157.274%201.737.38a10.3%2010.3%200%200%200%201.281%203.26c-.32.462-.629.937-.917%201.432l2.829%202.828a21%2021%200%200%200%201.38-.88a10.3%2010.3%200%200%200%203.341%201.391q.144.795.348%201.59h4c.142-.544.258-1.086.36-1.63a10.3%2010.3%200%200%200%203.257-1.407c.472.326.96.642%201.457.936l2.827-2.828a25%2025%200%200%200-1.004-1.56a10.3%2010.3%200%200%200%201.2-3.11c.633-.11%201.268-.24%201.902-.405V10a24%2024%200%200%200-2.03-.428m-2.915%205.19a7.6%207.6%200%200%201-4.052%204.398a7.54%207.54%200%200%201-5.99.08c-1.887-.79-3.454-2.382-4.175-4.34a7.55%207.55%200%200%201%20.288-5.944a7.6%207.6%200%200%201%203.824-3.647a7.56%207.56%200%200%201%206.119.082a7.6%207.6%200%200%201%203.643%203.55a7.56%207.56%200%200%201%20.343%205.82m-1.688-.142a1.52%201.52%200%201%201-2.838-.396l-1.2-.897a2.08%202.08%200%200%201-2.418.437l-.96%201.495a1.283%201.283%200%201%201-.405-.259l.96-1.496a2.07%202.07%200%200%201-.7-2.122l-2.063-.808a.96.96%200%200%201-.873.39a.96.96%200%201%201%201.052-.858v.02l2.06.81a2.07%202.07%200%200%201%202.675-.943l.97-1.665a1.04%201.04%200%200%201-.281-1.048a1.035%201.035%200%201%201%20.695%201.288l-.973%201.665c.846.633%201.082%201.8.548%202.712l1.2.892a1.5%201.5%200%200%201%20.76-.404a1.52%201.52%200%200%201%201.792%201.187z%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%22M21.969%209.57a10.4%2010.4%200%200%200-1.242-2.85a24%2024%200%200%200%201.172-1.8L19.072%202.1a24%2024%200%200%200-1.85%201.21a10.3%2010.3%200%200%200-2.76-1.138c-.12-.72-.267-1.448-.456-2.173H10c-.187.71-.327%201.42-.447%202.131a10.3%2010.3%200%200%200-2.845%201.13A23%2023%200%200%200%204.93%202.101L2.102%204.928a25%2025%200%200%200%201.087%201.68a10.3%2010.3%200%200%200-1.32%202.988a25%2025%200%200%200-1.868.403v4c.58.152%201.157.274%201.737.38a10.3%2010.3%200%200%200%201.281%203.26c-.32.462-.629.937-.917%201.432l2.829%202.828a21%2021%200%200%200%201.38-.88a10.3%2010.3%200%200%200%203.341%201.391q.144.795.348%201.59h4c.142-.544.258-1.086.36-1.63a10.3%2010.3%200%200%200%203.257-1.407c.472.326.96.642%201.457.936l2.827-2.828a25%2025%200%200%200-1.004-1.56a10.3%2010.3%200%200%200%201.2-3.11c.633-.11%201.268-.24%201.902-.405V10a24%2024%200%200%200-2.03-.428m-2.915%205.19a7.6%207.6%200%200%201-4.052%204.398a7.54%207.54%200%200%201-5.99.08c-1.887-.79-3.454-2.382-4.175-4.34a7.55%207.55%200%200%201%20.288-5.944a7.6%207.6%200%200%201%203.824-3.647a7.56%207.56%200%200%201%206.119.082a7.6%207.6%200%200%201%203.643%203.55a7.56%207.56%200%200%201%20.343%205.82m-1.688-.142a1.52%201.52%200%201%201-2.838-.396l-1.2-.897a2.08%202.08%200%200%201-2.418.437l-.96%201.495a1.283%201.283%200%201%201-.405-.259l.96-1.496a2.07%202.07%200%200%201-.7-2.122l-2.063-.808a.96.96%200%200%201-.873.39a.96.96%200%201%201%201.052-.858v.02l2.06.81a2.07%202.07%200%200%201%202.675-.943l.97-1.665a1.04%201.04%200%200%201-.281-1.048a1.035%201.035%200%201%201%20.695%201.288l-.973%201.665c.846.633%201.082%201.8.548%202.712l1.2.892a1.5%201.5%200%200%201%20.76-.404a1.52%201.52%200%200%201%201.792%201.187z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/svgo.svg?color=%231a73e8&size=48