dashlane from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.

Name
dashlane
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
License
CC0 1.0

The same logo in other sets

Use the dashlane logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.839 13.385c-.625-.521-1.151-1.359-1.151-2.198c0-.313.104-.833.214-1.151c0-.208.104-.208.208-.313c.938-.208 1.359-.208 1.464-.313c.208-.417.313-.943.313-.943L14.569 6.17s.417 1.146.729 1.255l3.349 1.464s-1.677.417-2.615.625l-.214.104s.318.63.943.943c.625-.208 1.776-.417 1.776-.417c-1.568 3.135-4.911 5.224-8.469 5.224H8.813c-.417 0-.521.318-.208.526a2.86 2.86 0 0 1 1.359 1.568c.104.417-.104.734-.417.943c-.63.521-2.302 1.672-3.87 2.927a5 5 0 0 1-.526-1.047c-1.464-3.24-2.193-7.844-2.193-13.906v-.208l12.547-4.078l12.547 4.078v.104c0 2.193-.099 4.286-.313 6.063v.208h2.094v-.104c.208-1.88.313-3.87.313-6.063V4.707L15.505-.001L.864 4.707v1.568c0 6.375.734 11.188 2.302 14.745c.208.521.521 1.047.734 1.464c-1.255.943-2.302 1.672-2.302 1.672l.625 1.047l8.052-5.75a26 26 0 0 1 14.641-4.5h2.51c-.313 1.99-.839 3.766-1.464 5.229c-.734 1.672-1.672 3.135-2.927 4.604c-.943 1.146-2.094 2.089-3.349 2.927c-2.089 1.464-3.974 2.089-4.078 2.193c-.208-.104-1.984-.729-4.078-2.193c-1.359-.943-2.51-1.885-3.448-3.031c-.318-.318-.63-.734-.943-1.151l-.104-.104l-1.672 1.25l.104.109c.417.521.729.938 1.047 1.359c1.042 1.255 2.297 2.297 3.656 3.24c2.302 1.568 4.286 2.302 4.599 2.406c0 0 .422.104.526.208h.208c.208 0 .526-.208.526-.208c.417-.104 2.297-.839 4.599-2.406a22 22 0 0 0 3.661-3.24a20.3 20.3 0 0 0 3.24-5.125a22 22 0 0 0 1.672-6.068h1.781c.104-.417.208-1.151.208-1.151h-6.484c-2.406-.104-3.24 0-3.87-.417z"/></svg>

React

import type { SVGProps } from "react";

export function CibDashlane(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.839 13.385c-.625-.521-1.151-1.359-1.151-2.198c0-.313.104-.833.214-1.151c0-.208.104-.208.208-.313c.938-.208 1.359-.208 1.464-.313c.208-.417.313-.943.313-.943L14.569 6.17s.417 1.146.729 1.255l3.349 1.464s-1.677.417-2.615.625l-.214.104s.318.63.943.943c.625-.208 1.776-.417 1.776-.417c-1.568 3.135-4.911 5.224-8.469 5.224H8.813c-.417 0-.521.318-.208.526a2.86 2.86 0 0 1 1.359 1.568c.104.417-.104.734-.417.943c-.63.521-2.302 1.672-3.87 2.927a5 5 0 0 1-.526-1.047c-1.464-3.24-2.193-7.844-2.193-13.906v-.208l12.547-4.078l12.547 4.078v.104c0 2.193-.099 4.286-.313 6.063v.208h2.094v-.104c.208-1.88.313-3.87.313-6.063V4.707L15.505-.001L.864 4.707v1.568c0 6.375.734 11.188 2.302 14.745c.208.521.521 1.047.734 1.464c-1.255.943-2.302 1.672-2.302 1.672l.625 1.047l8.052-5.75a26 26 0 0 1 14.641-4.5h2.51c-.313 1.99-.839 3.766-1.464 5.229c-.734 1.672-1.672 3.135-2.927 4.604c-.943 1.146-2.094 2.089-3.349 2.927c-2.089 1.464-3.974 2.089-4.078 2.193c-.208-.104-1.984-.729-4.078-2.193c-1.359-.943-2.51-1.885-3.448-3.031c-.318-.318-.63-.734-.943-1.151l-.104-.104l-1.672 1.25l.104.109c.417.521.729.938 1.047 1.359c1.042 1.255 2.297 2.297 3.656 3.24c2.302 1.568 4.286 2.302 4.599 2.406c0 0 .422.104.526.208h.208c.208 0 .526-.208.526-.208c.417-.104 2.297-.839 4.599-2.406a22 22 0 0 0 3.661-3.24a20.3 20.3 0 0 0 3.24-5.125a22 22 0 0 0 1.672-6.068h1.781c.104-.417.208-1.151.208-1.151h-6.484c-2.406-.104-3.24 0-3.87-.417z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.839 13.385c-.625-.521-1.151-1.359-1.151-2.198c0-.313.104-.833.214-1.151c0-.208.104-.208.208-.313c.938-.208 1.359-.208 1.464-.313c.208-.417.313-.943.313-.943L14.569 6.17s.417 1.146.729 1.255l3.349 1.464s-1.677.417-2.615.625l-.214.104s.318.63.943.943c.625-.208 1.776-.417 1.776-.417c-1.568 3.135-4.911 5.224-8.469 5.224H8.813c-.417 0-.521.318-.208.526a2.86 2.86 0 0 1 1.359 1.568c.104.417-.104.734-.417.943c-.63.521-2.302 1.672-3.87 2.927a5 5 0 0 1-.526-1.047c-1.464-3.24-2.193-7.844-2.193-13.906v-.208l12.547-4.078l12.547 4.078v.104c0 2.193-.099 4.286-.313 6.063v.208h2.094v-.104c.208-1.88.313-3.87.313-6.063V4.707L15.505-.001L.864 4.707v1.568c0 6.375.734 11.188 2.302 14.745c.208.521.521 1.047.734 1.464c-1.255.943-2.302 1.672-2.302 1.672l.625 1.047l8.052-5.75a26 26 0 0 1 14.641-4.5h2.51c-.313 1.99-.839 3.766-1.464 5.229c-.734 1.672-1.672 3.135-2.927 4.604c-.943 1.146-2.094 2.089-3.349 2.927c-2.089 1.464-3.974 2.089-4.078 2.193c-.208-.104-1.984-.729-4.078-2.193c-1.359-.943-2.51-1.885-3.448-3.031c-.318-.318-.63-.734-.943-1.151l-.104-.104l-1.672 1.25l.104.109c.417.521.729.938 1.047 1.359c1.042 1.255 2.297 2.297 3.656 3.24c2.302 1.568 4.286 2.302 4.599 2.406c0 0 .422.104.526.208h.208c.208 0 .526-.208.526-.208c.417-.104 2.297-.839 4.599-2.406a22 22 0 0 0 3.661-3.24a20.3 20.3 0 0 0 3.24-5.125a22 22 0 0 0 1.672-6.068h1.781c.104-.417.208-1.151.208-1.151h-6.484c-2.406-.104-3.24 0-3.87-.417z"/></svg>
</template>

CSS

.icon-dashlane {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.839%2013.385c-.625-.521-1.151-1.359-1.151-2.198c0-.313.104-.833.214-1.151c0-.208.104-.208.208-.313c.938-.208%201.359-.208%201.464-.313c.208-.417.313-.943.313-.943L14.569%206.17s.417%201.146.729%201.255l3.349%201.464s-1.677.417-2.615.625l-.214.104s.318.63.943.943c.625-.208%201.776-.417%201.776-.417c-1.568%203.135-4.911%205.224-8.469%205.224H8.813c-.417%200-.521.318-.208.526a2.86%202.86%200%200%201%201.359%201.568c.104.417-.104.734-.417.943c-.63.521-2.302%201.672-3.87%202.927a5%205%200%200%201-.526-1.047c-1.464-3.24-2.193-7.844-2.193-13.906v-.208l12.547-4.078l12.547%204.078v.104c0%202.193-.099%204.286-.313%206.063v.208h2.094v-.104c.208-1.88.313-3.87.313-6.063V4.707L15.505-.001L.864%204.707v1.568c0%206.375.734%2011.188%202.302%2014.745c.208.521.521%201.047.734%201.464c-1.255.943-2.302%201.672-2.302%201.672l.625%201.047l8.052-5.75a26%2026%200%200%201%2014.641-4.5h2.51c-.313%201.99-.839%203.766-1.464%205.229c-.734%201.672-1.672%203.135-2.927%204.604c-.943%201.146-2.094%202.089-3.349%202.927c-2.089%201.464-3.974%202.089-4.078%202.193c-.208-.104-1.984-.729-4.078-2.193c-1.359-.943-2.51-1.885-3.448-3.031c-.318-.318-.63-.734-.943-1.151l-.104-.104l-1.672%201.25l.104.109c.417.521.729.938%201.047%201.359c1.042%201.255%202.297%202.297%203.656%203.24c2.302%201.568%204.286%202.302%204.599%202.406c0%200%20.422.104.526.208h.208c.208%200%20.526-.208.526-.208c.417-.104%202.297-.839%204.599-2.406a22%2022%200%200%200%203.661-3.24a20.3%2020.3%200%200%200%203.24-5.125a22%2022%200%200%200%201.672-6.068h1.781c.104-.417.208-1.151.208-1.151h-6.484c-2.406-.104-3.24%200-3.87-.417z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.839%2013.385c-.625-.521-1.151-1.359-1.151-2.198c0-.313.104-.833.214-1.151c0-.208.104-.208.208-.313c.938-.208%201.359-.208%201.464-.313c.208-.417.313-.943.313-.943L14.569%206.17s.417%201.146.729%201.255l3.349%201.464s-1.677.417-2.615.625l-.214.104s.318.63.943.943c.625-.208%201.776-.417%201.776-.417c-1.568%203.135-4.911%205.224-8.469%205.224H8.813c-.417%200-.521.318-.208.526a2.86%202.86%200%200%201%201.359%201.568c.104.417-.104.734-.417.943c-.63.521-2.302%201.672-3.87%202.927a5%205%200%200%201-.526-1.047c-1.464-3.24-2.193-7.844-2.193-13.906v-.208l12.547-4.078l12.547%204.078v.104c0%202.193-.099%204.286-.313%206.063v.208h2.094v-.104c.208-1.88.313-3.87.313-6.063V4.707L15.505-.001L.864%204.707v1.568c0%206.375.734%2011.188%202.302%2014.745c.208.521.521%201.047.734%201.464c-1.255.943-2.302%201.672-2.302%201.672l.625%201.047l8.052-5.75a26%2026%200%200%201%2014.641-4.5h2.51c-.313%201.99-.839%203.766-1.464%205.229c-.734%201.672-1.672%203.135-2.927%204.604c-.943%201.146-2.094%202.089-3.349%202.927c-2.089%201.464-3.974%202.089-4.078%202.193c-.208-.104-1.984-.729-4.078-2.193c-1.359-.943-2.51-1.885-3.448-3.031c-.318-.318-.63-.734-.943-1.151l-.104-.104l-1.672%201.25l.104.109c.417.521.729.938%201.047%201.359c1.042%201.255%202.297%202.297%203.656%203.24c2.302%201.568%204.286%202.302%204.599%202.406c0%200%20.422.104.526.208h.208c.208%200%20.526-.208.526-.208c.417-.104%202.297-.839%204.599-2.406a22%2022%200%200%200%203.661-3.24a20.3%2020.3%200%200%200%203.24-5.125a22%2022%200%200%200%201.672-6.068h1.781c.104-.417.208-1.151.208-1.151h-6.484c-2.406-.104-3.24%200-3.87-.417z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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