lada from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
lada
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the lada logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.998 7.312c-5.908 0-10.82 1.669-11.81 3.866a2 2 0 0 0-.188.831c0 .193.028.508.227.895c1.078 2.156 5.94 3.784 11.775 3.784C18.629 16.688 24 14.588 24 12c0-2.589-5.375-4.688-12.002-4.688m-.89.993c.42.383.16 1.217-.642 2.368c-.894 1.276-1.752 1.976-2.771 2.233L9.91 8.084h.01c.566-.025.949.005 1.188.22zm5.027 4.7c-.065-.04-.045-.139.03-.154l1-.201a.07.07 0 0 0 .052-.047l.16-.474c.015-.044-.018-.087-.063-.09l-1.866-.103a.3.3 0 0 0-.18.048l-.748.496a.385.385 0 0 0-.17.394c.209 1.09-.202 1.684-2.354 1.942c-3.127.373-5.461 0-5.868-.074a.22.22 0 0 0-.234.121l-.213.463c-2.209-.657-3.742-1.653-4.112-2.793c0-.036-.081-.226-.081-.535c0-1.893 3.186-3.49 7.544-3.992h.016s-2.232 4.863-2.612 5.688a.088.088 0 0 0 .08.122h.124c1.31.044 2.892.091 4.87-.396c2.102-.518 3.688-2.005 4.296-3.087c.616-1.099.263-1.943.195-2.232c3.878.596 6.359 2.095 6.413 3.84c-.014.356-.11.704-.283 1.019c-.728 1.214-2.796 2.22-5.55 2.76c1.084-1.188.236-2.27-.446-2.712z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsLada(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="M11.998 7.312c-5.908 0-10.82 1.669-11.81 3.866a2 2 0 0 0-.188.831c0 .193.028.508.227.895c1.078 2.156 5.94 3.784 11.775 3.784C18.629 16.688 24 14.588 24 12c0-2.589-5.375-4.688-12.002-4.688m-.89.993c.42.383.16 1.217-.642 2.368c-.894 1.276-1.752 1.976-2.771 2.233L9.91 8.084h.01c.566-.025.949.005 1.188.22zm5.027 4.7c-.065-.04-.045-.139.03-.154l1-.201a.07.07 0 0 0 .052-.047l.16-.474c.015-.044-.018-.087-.063-.09l-1.866-.103a.3.3 0 0 0-.18.048l-.748.496a.385.385 0 0 0-.17.394c.209 1.09-.202 1.684-2.354 1.942c-3.127.373-5.461 0-5.868-.074a.22.22 0 0 0-.234.121l-.213.463c-2.209-.657-3.742-1.653-4.112-2.793c0-.036-.081-.226-.081-.535c0-1.893 3.186-3.49 7.544-3.992h.016s-2.232 4.863-2.612 5.688a.088.088 0 0 0 .08.122h.124c1.31.044 2.892.091 4.87-.396c2.102-.518 3.688-2.005 4.296-3.087c.616-1.099.263-1.943.195-2.232c3.878.596 6.359 2.095 6.413 3.84c-.014.356-.11.704-.283 1.019c-.728 1.214-2.796 2.22-5.55 2.76c1.084-1.188.236-2.27-.446-2.712z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.998 7.312c-5.908 0-10.82 1.669-11.81 3.866a2 2 0 0 0-.188.831c0 .193.028.508.227.895c1.078 2.156 5.94 3.784 11.775 3.784C18.629 16.688 24 14.588 24 12c0-2.589-5.375-4.688-12.002-4.688m-.89.993c.42.383.16 1.217-.642 2.368c-.894 1.276-1.752 1.976-2.771 2.233L9.91 8.084h.01c.566-.025.949.005 1.188.22zm5.027 4.7c-.065-.04-.045-.139.03-.154l1-.201a.07.07 0 0 0 .052-.047l.16-.474c.015-.044-.018-.087-.063-.09l-1.866-.103a.3.3 0 0 0-.18.048l-.748.496a.385.385 0 0 0-.17.394c.209 1.09-.202 1.684-2.354 1.942c-3.127.373-5.461 0-5.868-.074a.22.22 0 0 0-.234.121l-.213.463c-2.209-.657-3.742-1.653-4.112-2.793c0-.036-.081-.226-.081-.535c0-1.893 3.186-3.49 7.544-3.992h.016s-2.232 4.863-2.612 5.688a.088.088 0 0 0 .08.122h.124c1.31.044 2.892.091 4.87-.396c2.102-.518 3.688-2.005 4.296-3.087c.616-1.099.263-1.943.195-2.232c3.878.596 6.359 2.095 6.413 3.84c-.014.356-.11.704-.283 1.019c-.728 1.214-2.796 2.22-5.55 2.76c1.084-1.188.236-2.27-.446-2.712z"/></svg>
</template>

CSS

.icon-lada {
  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%22M11.998%207.312c-5.908%200-10.82%201.669-11.81%203.866a2%202%200%200%200-.188.831c0%20.193.028.508.227.895c1.078%202.156%205.94%203.784%2011.775%203.784C18.629%2016.688%2024%2014.588%2024%2012c0-2.589-5.375-4.688-12.002-4.688m-.89.993c.42.383.16%201.217-.642%202.368c-.894%201.276-1.752%201.976-2.771%202.233L9.91%208.084h.01c.566-.025.949.005%201.188.22zm5.027%204.7c-.065-.04-.045-.139.03-.154l1-.201a.07.07%200%200%200%20.052-.047l.16-.474c.015-.044-.018-.087-.063-.09l-1.866-.103a.3.3%200%200%200-.18.048l-.748.496a.385.385%200%200%200-.17.394c.209%201.09-.202%201.684-2.354%201.942c-3.127.373-5.461%200-5.868-.074a.22.22%200%200%200-.234.121l-.213.463c-2.209-.657-3.742-1.653-4.112-2.793c0-.036-.081-.226-.081-.535c0-1.893%203.186-3.49%207.544-3.992h.016s-2.232%204.863-2.612%205.688a.088.088%200%200%200%20.08.122h.124c1.31.044%202.892.091%204.87-.396c2.102-.518%203.688-2.005%204.296-3.087c.616-1.099.263-1.943.195-2.232c3.878.596%206.359%202.095%206.413%203.84c-.014.356-.11.704-.283%201.019c-.728%201.214-2.796%202.22-5.55%202.76c1.084-1.188.236-2.27-.446-2.712z%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%22M11.998%207.312c-5.908%200-10.82%201.669-11.81%203.866a2%202%200%200%200-.188.831c0%20.193.028.508.227.895c1.078%202.156%205.94%203.784%2011.775%203.784C18.629%2016.688%2024%2014.588%2024%2012c0-2.589-5.375-4.688-12.002-4.688m-.89.993c.42.383.16%201.217-.642%202.368c-.894%201.276-1.752%201.976-2.771%202.233L9.91%208.084h.01c.566-.025.949.005%201.188.22zm5.027%204.7c-.065-.04-.045-.139.03-.154l1-.201a.07.07%200%200%200%20.052-.047l.16-.474c.015-.044-.018-.087-.063-.09l-1.866-.103a.3.3%200%200%200-.18.048l-.748.496a.385.385%200%200%200-.17.394c.209%201.09-.202%201.684-2.354%201.942c-3.127.373-5.461%200-5.868-.074a.22.22%200%200%200-.234.121l-.213.463c-2.209-.657-3.742-1.653-4.112-2.793c0-.036-.081-.226-.081-.535c0-1.893%203.186-3.49%207.544-3.992h.016s-2.232%204.863-2.612%205.688a.088.088%200%200%200%20.08.122h.124c1.31.044%202.892.091%204.87-.396c2.102-.518%203.688-2.005%204.296-3.087c.616-1.099.263-1.943.195-2.232c3.878.596%206.359%202.095%206.413%203.84c-.014.356-.11.704-.283%201.019c-.728%201.214-2.796%202.22-5.55%202.76c1.084-1.188.236-2.27-.446-2.712z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/lada.svg?color=%231a73e8&size=48