sabanci logo
sabanci from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- sabanci
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the sabanci logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.388 8.88a16 16 0 0 0-1.537.105c-1.144.146-1.54.646-1.54 1.873c0 .971.258 1.44.904 1.66c.313.11.85.156 1.743.156h1.7a9 9 0 0 1 .923.02c.379.036.563.21.563.524c0 .546-.243.6-2.428.6a8.5 8.5 0 0 1-1.173-.063c-.276-.066-.34-.176-.359-.637H2.339v.36c0 .876.296 1.318.988 1.493c.451.121 1.078.158 2.472.158a23 23 0 0 0 2.583-.092c1.17-.127 1.613-.632 1.613-1.868c0-.638-.13-1.1-.377-1.377c-.286-.33-.665-.441-1.588-.485c-.497-.02-.866-.03-.971-.03H5.308a3.2 3.2 0 0 1-.728-.035a.47.47 0 0 1-.413-.486c0-.34.165-.472.626-.508a38 38 0 0 1 1.7-.046c1.265 0 1.44.075 1.44.61h1.804c0-1.062-.204-1.487-.82-1.718c-.471-.174-.96-.21-2.76-.21a16 16 0 0 0-.77-.004m11.221.045l-3.46 6.15h2.123l.59-1.097h3.967l.607 1.097h2.05l-3.368-6.15Zm1.236 1.318l1.338 2.455h-2.649ZM0 12.001a6.153 6.153 0 0 1 11.998-1.928a6.156 6.156 0 1 1 0 3.854A6.153 6.153 0 0 1 0 12"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsSabanci(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="M5.388 8.88a16 16 0 0 0-1.537.105c-1.144.146-1.54.646-1.54 1.873c0 .971.258 1.44.904 1.66c.313.11.85.156 1.743.156h1.7a9 9 0 0 1 .923.02c.379.036.563.21.563.524c0 .546-.243.6-2.428.6a8.5 8.5 0 0 1-1.173-.063c-.276-.066-.34-.176-.359-.637H2.339v.36c0 .876.296 1.318.988 1.493c.451.121 1.078.158 2.472.158a23 23 0 0 0 2.583-.092c1.17-.127 1.613-.632 1.613-1.868c0-.638-.13-1.1-.377-1.377c-.286-.33-.665-.441-1.588-.485c-.497-.02-.866-.03-.971-.03H5.308a3.2 3.2 0 0 1-.728-.035a.47.47 0 0 1-.413-.486c0-.34.165-.472.626-.508a38 38 0 0 1 1.7-.046c1.265 0 1.44.075 1.44.61h1.804c0-1.062-.204-1.487-.82-1.718c-.471-.174-.96-.21-2.76-.21a16 16 0 0 0-.77-.004m11.221.045l-3.46 6.15h2.123l.59-1.097h3.967l.607 1.097h2.05l-3.368-6.15Zm1.236 1.318l1.338 2.455h-2.649ZM0 12.001a6.153 6.153 0 0 1 11.998-1.928a6.156 6.156 0 1 1 0 3.854A6.153 6.153 0 0 1 0 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.388 8.88a16 16 0 0 0-1.537.105c-1.144.146-1.54.646-1.54 1.873c0 .971.258 1.44.904 1.66c.313.11.85.156 1.743.156h1.7a9 9 0 0 1 .923.02c.379.036.563.21.563.524c0 .546-.243.6-2.428.6a8.5 8.5 0 0 1-1.173-.063c-.276-.066-.34-.176-.359-.637H2.339v.36c0 .876.296 1.318.988 1.493c.451.121 1.078.158 2.472.158a23 23 0 0 0 2.583-.092c1.17-.127 1.613-.632 1.613-1.868c0-.638-.13-1.1-.377-1.377c-.286-.33-.665-.441-1.588-.485c-.497-.02-.866-.03-.971-.03H5.308a3.2 3.2 0 0 1-.728-.035a.47.47 0 0 1-.413-.486c0-.34.165-.472.626-.508a38 38 0 0 1 1.7-.046c1.265 0 1.44.075 1.44.61h1.804c0-1.062-.204-1.487-.82-1.718c-.471-.174-.96-.21-2.76-.21a16 16 0 0 0-.77-.004m11.221.045l-3.46 6.15h2.123l.59-1.097h3.967l.607 1.097h2.05l-3.368-6.15Zm1.236 1.318l1.338 2.455h-2.649ZM0 12.001a6.153 6.153 0 0 1 11.998-1.928a6.156 6.156 0 1 1 0 3.854A6.153 6.153 0 0 1 0 12"/></svg> </template>
CSS
.icon-sabanci {
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%22M5.388%208.88a16%2016%200%200%200-1.537.105c-1.144.146-1.54.646-1.54%201.873c0%20.971.258%201.44.904%201.66c.313.11.85.156%201.743.156h1.7a9%209%200%200%201%20.923.02c.379.036.563.21.563.524c0%20.546-.243.6-2.428.6a8.5%208.5%200%200%201-1.173-.063c-.276-.066-.34-.176-.359-.637H2.339v.36c0%20.876.296%201.318.988%201.493c.451.121%201.078.158%202.472.158a23%2023%200%200%200%202.583-.092c1.17-.127%201.613-.632%201.613-1.868c0-.638-.13-1.1-.377-1.377c-.286-.33-.665-.441-1.588-.485c-.497-.02-.866-.03-.971-.03H5.308a3.2%203.2%200%200%201-.728-.035a.47.47%200%200%201-.413-.486c0-.34.165-.472.626-.508a38%2038%200%200%201%201.7-.046c1.265%200%201.44.075%201.44.61h1.804c0-1.062-.204-1.487-.82-1.718c-.471-.174-.96-.21-2.76-.21a16%2016%200%200%200-.77-.004m11.221.045l-3.46%206.15h2.123l.59-1.097h3.967l.607%201.097h2.05l-3.368-6.15Zm1.236%201.318l1.338%202.455h-2.649ZM0%2012.001a6.153%206.153%200%200%201%2011.998-1.928a6.156%206.156%200%201%201%200%203.854A6.153%206.153%200%200%201%200%2012%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%22M5.388%208.88a16%2016%200%200%200-1.537.105c-1.144.146-1.54.646-1.54%201.873c0%20.971.258%201.44.904%201.66c.313.11.85.156%201.743.156h1.7a9%209%200%200%201%20.923.02c.379.036.563.21.563.524c0%20.546-.243.6-2.428.6a8.5%208.5%200%200%201-1.173-.063c-.276-.066-.34-.176-.359-.637H2.339v.36c0%20.876.296%201.318.988%201.493c.451.121%201.078.158%202.472.158a23%2023%200%200%200%202.583-.092c1.17-.127%201.613-.632%201.613-1.868c0-.638-.13-1.1-.377-1.377c-.286-.33-.665-.441-1.588-.485c-.497-.02-.866-.03-.971-.03H5.308a3.2%203.2%200%200%201-.728-.035a.47.47%200%200%201-.413-.486c0-.34.165-.472.626-.508a38%2038%200%200%201%201.7-.046c1.265%200%201.44.075%201.44.61h1.804c0-1.062-.204-1.487-.82-1.718c-.471-.174-.96-.21-2.76-.21a16%2016%200%200%200-.77-.004m11.221.045l-3.46%206.15h2.123l.59-1.097h3.967l.607%201.097h2.05l-3.368-6.15Zm1.236%201.318l1.338%202.455h-2.649ZM0%2012.001a6.153%206.153%200%200%201%2011.998-1.928a6.156%206.156%200%201%201%200%203.854A6.153%206.153%200%200%201%200%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/sabanci.svg?color=%231a73e8&size=48