darty logo
darty from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- darty
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the darty logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 0v24h24V0zm11.83 1.503A10.56 10.56 0 0 1 22.62 12.06c.06 5.76-4.68 10.5-10.56 10.5A10.56 10.56 0 0 1 1.5 12.06a10.56 10.56 0 0 1 9.77-10.53a11 11 0 0 1 .56-.027M2.4 9.24s.18 1.2.18 2.82c0 1.56-.18 2.76-.18 2.76h2.04c.66 0 1.86-.48 1.86-2.76c-.06-2.34-1.2-2.82-1.86-2.82zm4.68 0s-.12 1.44-.42 2.82c-.3 1.32-.72 2.76-.72 2.76h1.8s-.06-.24 0-.72s.18-.72.18-.72h.84s.12.3.18.72c.06.48 0 .72 0 .72h3.42s-.12-.36-.18-.96s0-.96 0-.96s.24.36.48.96c.18.6.18.96.18.96h1.98s-.3-.66-.72-1.38s-.66-1.08-.66-1.08s.96-.3.96-1.56v-.3c.12-.06.42-.12.9-.12c0 0 .06 1.02 0 1.98s-.18 2.52-.18 2.52h1.8s-.12-1.56-.18-2.52s0-1.98 0-1.98s.48 0 .96.18V9.42c.18.36.72 1.5.96 2.64c.3 1.44.12 2.76.12 2.76h1.8s-.18-1.38.12-2.76s1.08-2.82 1.08-2.82h-1.62l-.42 1.62l-.42-1.62h-4.98v.96a1.35 1.35 0 0 0-1.2-.96h-2.52s.18 1.02.18 2.82c0 1.08-.06 1.92-.12 2.34c-.18-.54-.42-1.44-.6-2.34c-.3-1.32-.42-2.82-.42-2.82zm5.16.96s.6 0 .6.72c.06.72-.6.72-.6.72zm-8.187.115c.15-.009.747.058.747 1.685c0 1.92-.78 1.68-.78 1.68v-3.36s.012-.003.033-.005m4.346.065l.36 1.86h-.718z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsDarty(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="M0 0v24h24V0zm11.83 1.503A10.56 10.56 0 0 1 22.62 12.06c.06 5.76-4.68 10.5-10.56 10.5A10.56 10.56 0 0 1 1.5 12.06a10.56 10.56 0 0 1 9.77-10.53a11 11 0 0 1 .56-.027M2.4 9.24s.18 1.2.18 2.82c0 1.56-.18 2.76-.18 2.76h2.04c.66 0 1.86-.48 1.86-2.76c-.06-2.34-1.2-2.82-1.86-2.82zm4.68 0s-.12 1.44-.42 2.82c-.3 1.32-.72 2.76-.72 2.76h1.8s-.06-.24 0-.72s.18-.72.18-.72h.84s.12.3.18.72c.06.48 0 .72 0 .72h3.42s-.12-.36-.18-.96s0-.96 0-.96s.24.36.48.96c.18.6.18.96.18.96h1.98s-.3-.66-.72-1.38s-.66-1.08-.66-1.08s.96-.3.96-1.56v-.3c.12-.06.42-.12.9-.12c0 0 .06 1.02 0 1.98s-.18 2.52-.18 2.52h1.8s-.12-1.56-.18-2.52s0-1.98 0-1.98s.48 0 .96.18V9.42c.18.36.72 1.5.96 2.64c.3 1.44.12 2.76.12 2.76h1.8s-.18-1.38.12-2.76s1.08-2.82 1.08-2.82h-1.62l-.42 1.62l-.42-1.62h-4.98v.96a1.35 1.35 0 0 0-1.2-.96h-2.52s.18 1.02.18 2.82c0 1.08-.06 1.92-.12 2.34c-.18-.54-.42-1.44-.6-2.34c-.3-1.32-.42-2.82-.42-2.82zm5.16.96s.6 0 .6.72c.06.72-.6.72-.6.72zm-8.187.115c.15-.009.747.058.747 1.685c0 1.92-.78 1.68-.78 1.68v-3.36s.012-.003.033-.005m4.346.065l.36 1.86h-.718z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 0v24h24V0zm11.83 1.503A10.56 10.56 0 0 1 22.62 12.06c.06 5.76-4.68 10.5-10.56 10.5A10.56 10.56 0 0 1 1.5 12.06a10.56 10.56 0 0 1 9.77-10.53a11 11 0 0 1 .56-.027M2.4 9.24s.18 1.2.18 2.82c0 1.56-.18 2.76-.18 2.76h2.04c.66 0 1.86-.48 1.86-2.76c-.06-2.34-1.2-2.82-1.86-2.82zm4.68 0s-.12 1.44-.42 2.82c-.3 1.32-.72 2.76-.72 2.76h1.8s-.06-.24 0-.72s.18-.72.18-.72h.84s.12.3.18.72c.06.48 0 .72 0 .72h3.42s-.12-.36-.18-.96s0-.96 0-.96s.24.36.48.96c.18.6.18.96.18.96h1.98s-.3-.66-.72-1.38s-.66-1.08-.66-1.08s.96-.3.96-1.56v-.3c.12-.06.42-.12.9-.12c0 0 .06 1.02 0 1.98s-.18 2.52-.18 2.52h1.8s-.12-1.56-.18-2.52s0-1.98 0-1.98s.48 0 .96.18V9.42c.18.36.72 1.5.96 2.64c.3 1.44.12 2.76.12 2.76h1.8s-.18-1.38.12-2.76s1.08-2.82 1.08-2.82h-1.62l-.42 1.62l-.42-1.62h-4.98v.96a1.35 1.35 0 0 0-1.2-.96h-2.52s.18 1.02.18 2.82c0 1.08-.06 1.92-.12 2.34c-.18-.54-.42-1.44-.6-2.34c-.3-1.32-.42-2.82-.42-2.82zm5.16.96s.6 0 .6.72c.06.72-.6.72-.6.72zm-8.187.115c.15-.009.747.058.747 1.685c0 1.92-.78 1.68-.78 1.68v-3.36s.012-.003.033-.005m4.346.065l.36 1.86h-.718z"/></svg> </template>
CSS
.icon-darty {
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%22M0%200v24h24V0zm11.83%201.503A10.56%2010.56%200%200%201%2022.62%2012.06c.06%205.76-4.68%2010.5-10.56%2010.5A10.56%2010.56%200%200%201%201.5%2012.06a10.56%2010.56%200%200%201%209.77-10.53a11%2011%200%200%201%20.56-.027M2.4%209.24s.18%201.2.18%202.82c0%201.56-.18%202.76-.18%202.76h2.04c.66%200%201.86-.48%201.86-2.76c-.06-2.34-1.2-2.82-1.86-2.82zm4.68%200s-.12%201.44-.42%202.82c-.3%201.32-.72%202.76-.72%202.76h1.8s-.06-.24%200-.72s.18-.72.18-.72h.84s.12.3.18.72c.06.48%200%20.72%200%20.72h3.42s-.12-.36-.18-.96s0-.96%200-.96s.24.36.48.96c.18.6.18.96.18.96h1.98s-.3-.66-.72-1.38s-.66-1.08-.66-1.08s.96-.3.96-1.56v-.3c.12-.06.42-.12.9-.12c0%200%20.06%201.02%200%201.98s-.18%202.52-.18%202.52h1.8s-.12-1.56-.18-2.52s0-1.98%200-1.98s.48%200%20.96.18V9.42c.18.36.72%201.5.96%202.64c.3%201.44.12%202.76.12%202.76h1.8s-.18-1.38.12-2.76s1.08-2.82%201.08-2.82h-1.62l-.42%201.62l-.42-1.62h-4.98v.96a1.35%201.35%200%200%200-1.2-.96h-2.52s.18%201.02.18%202.82c0%201.08-.06%201.92-.12%202.34c-.18-.54-.42-1.44-.6-2.34c-.3-1.32-.42-2.82-.42-2.82zm5.16.96s.6%200%20.6.72c.06.72-.6.72-.6.72zm-8.187.115c.15-.009.747.058.747%201.685c0%201.92-.78%201.68-.78%201.68v-3.36s.012-.003.033-.005m4.346.065l.36%201.86h-.718z%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%22M0%200v24h24V0zm11.83%201.503A10.56%2010.56%200%200%201%2022.62%2012.06c.06%205.76-4.68%2010.5-10.56%2010.5A10.56%2010.56%200%200%201%201.5%2012.06a10.56%2010.56%200%200%201%209.77-10.53a11%2011%200%200%201%20.56-.027M2.4%209.24s.18%201.2.18%202.82c0%201.56-.18%202.76-.18%202.76h2.04c.66%200%201.86-.48%201.86-2.76c-.06-2.34-1.2-2.82-1.86-2.82zm4.68%200s-.12%201.44-.42%202.82c-.3%201.32-.72%202.76-.72%202.76h1.8s-.06-.24%200-.72s.18-.72.18-.72h.84s.12.3.18.72c.06.48%200%20.72%200%20.72h3.42s-.12-.36-.18-.96s0-.96%200-.96s.24.36.48.96c.18.6.18.96.18.96h1.98s-.3-.66-.72-1.38s-.66-1.08-.66-1.08s.96-.3.96-1.56v-.3c.12-.06.42-.12.9-.12c0%200%20.06%201.02%200%201.98s-.18%202.52-.18%202.52h1.8s-.12-1.56-.18-2.52s0-1.98%200-1.98s.48%200%20.96.18V9.42c.18.36.72%201.5.96%202.64c.3%201.44.12%202.76.12%202.76h1.8s-.18-1.38.12-2.76s1.08-2.82%201.08-2.82h-1.62l-.42%201.62l-.42-1.62h-4.98v.96a1.35%201.35%200%200%200-1.2-.96h-2.52s.18%201.02.18%202.82c0%201.08-.06%201.92-.12%202.34c-.18-.54-.42-1.44-.6-2.34c-.3-1.32-.42-2.82-.42-2.82zm5.16.96s.6%200%20.6.72c.06.72-.6.72-.6.72zm-8.187.115c.15-.009.747.058.747%201.685c0%201.92-.78%201.68-.78%201.68v-3.36s.012-.003.033-.005m4.346.065l.36%201.86h-.718z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/darty.svg?color=%231a73e8&size=48