base logo
base from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- base
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×174
- License
- CC0
The same logo in other sets
Use the base logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 174"><path d="M233.19 173.953h-91.977c-9.996 0-18.4-6.46-21.5-15.402c-.207-.57-.38-1.15-.539-1.736c.02.07.035.131.035.131c-.002 0-.013-.048-.048-.175l-.039-.15c.002 0 .018.063.037.13c-.882-3.445-1.011-6.884-.287-10.376c.855-4.513 2.864-9.163 6.093-13.696l48.955-68.857l-26.245-36.75c-2.47-3.468-5.422-5.379-8.314-5.379c-2.89 0-5.844 1.911-8.313 5.38L26.642 173.953H0l.098-.172L113.338 14.47C119.631 5.636 128.598.426 138.1 0h2.521c9.504.426 18.469 5.634 24.758 14.462l21.823 30.625L219.304 0h26.644c-.333 1.03-45.415 63.822-45.415 63.822l48.905 68.857c3.229 4.533 5.238 9.183 6.093 13.696c.724 3.492.595 6.93-.287 10.377c.02-.068.035-.131.037-.131l-.039.15c-.035.127-.046.175-.046.175c-.002 0 .015-.062.033-.13a21.022 21.022 0 0 1-.54 1.735c-3.1 8.941-11.503 15.402-21.499 15.402m-4.942-22.017l.042.01a4.341 4.341 0 0 0 3.6-6.77c-.06-.088-44.217-61.972-44.688-62.635c-.472.663-44.63 62.547-44.69 62.636a4.341 4.341 0 0 0 3.6 6.769l.043-.01l.04.01h82.012l.04-.01" fill="#32DAC4"/></svg>
React
import type { SVGProps } from "react";
export function LogosBase(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 174"><path d="M233.19 173.953h-91.977c-9.996 0-18.4-6.46-21.5-15.402c-.207-.57-.38-1.15-.539-1.736c.02.07.035.131.035.131c-.002 0-.013-.048-.048-.175l-.039-.15c.002 0 .018.063.037.13c-.882-3.445-1.011-6.884-.287-10.376c.855-4.513 2.864-9.163 6.093-13.696l48.955-68.857l-26.245-36.75c-2.47-3.468-5.422-5.379-8.314-5.379c-2.89 0-5.844 1.911-8.313 5.38L26.642 173.953H0l.098-.172L113.338 14.47C119.631 5.636 128.598.426 138.1 0h2.521c9.504.426 18.469 5.634 24.758 14.462l21.823 30.625L219.304 0h26.644c-.333 1.03-45.415 63.822-45.415 63.822l48.905 68.857c3.229 4.533 5.238 9.183 6.093 13.696c.724 3.492.595 6.93-.287 10.377c.02-.068.035-.131.037-.131l-.039.15c-.035.127-.046.175-.046.175c-.002 0 .015-.062.033-.13a21.022 21.022 0 0 1-.54 1.735c-3.1 8.941-11.503 15.402-21.499 15.402m-4.942-22.017l.042.01a4.341 4.341 0 0 0 3.6-6.77c-.06-.088-44.217-61.972-44.688-62.635c-.472.663-44.63 62.547-44.69 62.636a4.341 4.341 0 0 0 3.6 6.769l.043-.01l.04.01h82.012l.04-.01" fill="#32DAC4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 174"><path d="M233.19 173.953h-91.977c-9.996 0-18.4-6.46-21.5-15.402c-.207-.57-.38-1.15-.539-1.736c.02.07.035.131.035.131c-.002 0-.013-.048-.048-.175l-.039-.15c.002 0 .018.063.037.13c-.882-3.445-1.011-6.884-.287-10.376c.855-4.513 2.864-9.163 6.093-13.696l48.955-68.857l-26.245-36.75c-2.47-3.468-5.422-5.379-8.314-5.379c-2.89 0-5.844 1.911-8.313 5.38L26.642 173.953H0l.098-.172L113.338 14.47C119.631 5.636 128.598.426 138.1 0h2.521c9.504.426 18.469 5.634 24.758 14.462l21.823 30.625L219.304 0h26.644c-.333 1.03-45.415 63.822-45.415 63.822l48.905 68.857c3.229 4.533 5.238 9.183 6.093 13.696c.724 3.492.595 6.93-.287 10.377c.02-.068.035-.131.037-.131l-.039.15c-.035.127-.046.175-.046.175c-.002 0 .015-.062.033-.13a21.022 21.022 0 0 1-.54 1.735c-3.1 8.941-11.503 15.402-21.499 15.402m-4.942-22.017l.042.01a4.341 4.341 0 0 0 3.6-6.77c-.06-.088-44.217-61.972-44.688-62.635c-.472.663-44.63 62.547-44.69 62.636a4.341 4.341 0 0 0 3.6 6.769l.043-.01l.04.01h82.012l.04-.01" fill="#32DAC4"/></svg> </template>
CSS
.icon-base {
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%20174%22%3E%3Cpath%20d%3D%22M233.19%20173.953h-91.977c-9.996%200-18.4-6.46-21.5-15.402c-.207-.57-.38-1.15-.539-1.736c.02.07.035.131.035.131c-.002%200-.013-.048-.048-.175l-.039-.15c.002%200%20.018.063.037.13c-.882-3.445-1.011-6.884-.287-10.376c.855-4.513%202.864-9.163%206.093-13.696l48.955-68.857l-26.245-36.75c-2.47-3.468-5.422-5.379-8.314-5.379c-2.89%200-5.844%201.911-8.313%205.38L26.642%20173.953H0l.098-.172L113.338%2014.47C119.631%205.636%20128.598.426%20138.1%200h2.521c9.504.426%2018.469%205.634%2024.758%2014.462l21.823%2030.625L219.304%200h26.644c-.333%201.03-45.415%2063.822-45.415%2063.822l48.905%2068.857c3.229%204.533%205.238%209.183%206.093%2013.696c.724%203.492.595%206.93-.287%2010.377c.02-.068.035-.131.037-.131l-.039.15c-.035.127-.046.175-.046.175c-.002%200%20.015-.062.033-.13a21.022%2021.022%200%200%201-.54%201.735c-3.1%208.941-11.503%2015.402-21.499%2015.402m-4.942-22.017l.042.01a4.341%204.341%200%200%200%203.6-6.77c-.06-.088-44.217-61.972-44.688-62.635c-.472.663-44.63%2062.547-44.69%2062.636a4.341%204.341%200%200%200%203.6%206.769l.043-.01l.04.01h82.012l.04-.01%22%20fill%3D%22%2332DAC4%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%20174%22%3E%3Cpath%20d%3D%22M233.19%20173.953h-91.977c-9.996%200-18.4-6.46-21.5-15.402c-.207-.57-.38-1.15-.539-1.736c.02.07.035.131.035.131c-.002%200-.013-.048-.048-.175l-.039-.15c.002%200%20.018.063.037.13c-.882-3.445-1.011-6.884-.287-10.376c.855-4.513%202.864-9.163%206.093-13.696l48.955-68.857l-26.245-36.75c-2.47-3.468-5.422-5.379-8.314-5.379c-2.89%200-5.844%201.911-8.313%205.38L26.642%20173.953H0l.098-.172L113.338%2014.47C119.631%205.636%20128.598.426%20138.1%200h2.521c9.504.426%2018.469%205.634%2024.758%2014.462l21.823%2030.625L219.304%200h26.644c-.333%201.03-45.415%2063.822-45.415%2063.822l48.905%2068.857c3.229%204.533%205.238%209.183%206.093%2013.696c.724%203.492.595%206.93-.287%2010.377c.02-.068.035-.131.037-.131l-.039.15c-.035.127-.046.175-.046.175c-.002%200%20.015-.062.033-.13a21.022%2021.022%200%200%201-.54%201.735c-3.1%208.941-11.503%2015.402-21.499%2015.402m-4.942-22.017l.042.01a4.341%204.341%200%200%200%203.6-6.77c-.06-.088-44.217-61.972-44.688-62.635c-.472.663-44.63%2062.547-44.69%2062.636a4.341%204.341%200%200%200%203.6%206.769l.043-.01l.04.01h82.012l.04-.01%22%20fill%3D%22%2332DAC4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/base.svg?color=%231a73e8&size=48