dunzo logo
dunzo from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- dunzo
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the dunzo logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.75 0A2.744 2.744 0 0 0 0 2.75v18.5A2.744 2.744 0 0 0 2.75 24h18.5A2.744 2.744 0 0 0 24 21.25V2.75A2.744 2.744 0 0 0 21.25 0Zm9.902 5.506c.91.006 1.781.197 2.594.605c-.891 1.87-1.888 3.8-2.832 5.682c-.017.029-.086.13-.225.031c-.8-.638-1.581-1.304-2.369-1.959c-.223-.195-.442-.105-.55.133c-.515 1.027-.952 1.883-1.465 2.91c-.7 1.398-1.398 2.673-2.098 4.07c-.064.142-.143.043-.143.043c.538-3.258 1.643-10.807 1.717-11.1c.055-.213.183-.36.42-.394c.09-.012.18-.023.27-.023ZM17.78 8c.01-.003.016.022.045.082c.48.935.803 2.554.487 4.238c-.25 1.328-.849 2.487-1.737 3.512a7.7 7.7 0 0 1-3.224 2.207c-.735.268-1.498.362-2.288.361H6.275c-.654 0-.725-.224-.709-.238a923 923 0 0 1 4.309-5.906c.235-.258.417-.022.668.224c1.105.957 2.139 1.826 2.28 1.94c.08.066.163.051.222-.033A971 971 0 0 1 17.779 8z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsDunzo(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="M2.75 0A2.744 2.744 0 0 0 0 2.75v18.5A2.744 2.744 0 0 0 2.75 24h18.5A2.744 2.744 0 0 0 24 21.25V2.75A2.744 2.744 0 0 0 21.25 0Zm9.902 5.506c.91.006 1.781.197 2.594.605c-.891 1.87-1.888 3.8-2.832 5.682c-.017.029-.086.13-.225.031c-.8-.638-1.581-1.304-2.369-1.959c-.223-.195-.442-.105-.55.133c-.515 1.027-.952 1.883-1.465 2.91c-.7 1.398-1.398 2.673-2.098 4.07c-.064.142-.143.043-.143.043c.538-3.258 1.643-10.807 1.717-11.1c.055-.213.183-.36.42-.394c.09-.012.18-.023.27-.023ZM17.78 8c.01-.003.016.022.045.082c.48.935.803 2.554.487 4.238c-.25 1.328-.849 2.487-1.737 3.512a7.7 7.7 0 0 1-3.224 2.207c-.735.268-1.498.362-2.288.361H6.275c-.654 0-.725-.224-.709-.238a923 923 0 0 1 4.309-5.906c.235-.258.417-.022.668.224c1.105.957 2.139 1.826 2.28 1.94c.08.066.163.051.222-.033A971 971 0 0 1 17.779 8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.75 0A2.744 2.744 0 0 0 0 2.75v18.5A2.744 2.744 0 0 0 2.75 24h18.5A2.744 2.744 0 0 0 24 21.25V2.75A2.744 2.744 0 0 0 21.25 0Zm9.902 5.506c.91.006 1.781.197 2.594.605c-.891 1.87-1.888 3.8-2.832 5.682c-.017.029-.086.13-.225.031c-.8-.638-1.581-1.304-2.369-1.959c-.223-.195-.442-.105-.55.133c-.515 1.027-.952 1.883-1.465 2.91c-.7 1.398-1.398 2.673-2.098 4.07c-.064.142-.143.043-.143.043c.538-3.258 1.643-10.807 1.717-11.1c.055-.213.183-.36.42-.394c.09-.012.18-.023.27-.023ZM17.78 8c.01-.003.016.022.045.082c.48.935.803 2.554.487 4.238c-.25 1.328-.849 2.487-1.737 3.512a7.7 7.7 0 0 1-3.224 2.207c-.735.268-1.498.362-2.288.361H6.275c-.654 0-.725-.224-.709-.238a923 923 0 0 1 4.309-5.906c.235-.258.417-.022.668.224c1.105.957 2.139 1.826 2.28 1.94c.08.066.163.051.222-.033A971 971 0 0 1 17.779 8z"/></svg> </template>
CSS
.icon-dunzo {
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%22M2.75%200A2.744%202.744%200%200%200%200%202.75v18.5A2.744%202.744%200%200%200%202.75%2024h18.5A2.744%202.744%200%200%200%2024%2021.25V2.75A2.744%202.744%200%200%200%2021.25%200Zm9.902%205.506c.91.006%201.781.197%202.594.605c-.891%201.87-1.888%203.8-2.832%205.682c-.017.029-.086.13-.225.031c-.8-.638-1.581-1.304-2.369-1.959c-.223-.195-.442-.105-.55.133c-.515%201.027-.952%201.883-1.465%202.91c-.7%201.398-1.398%202.673-2.098%204.07c-.064.142-.143.043-.143.043c.538-3.258%201.643-10.807%201.717-11.1c.055-.213.183-.36.42-.394c.09-.012.18-.023.27-.023ZM17.78%208c.01-.003.016.022.045.082c.48.935.803%202.554.487%204.238c-.25%201.328-.849%202.487-1.737%203.512a7.7%207.7%200%200%201-3.224%202.207c-.735.268-1.498.362-2.288.361H6.275c-.654%200-.725-.224-.709-.238a923%20923%200%200%201%204.309-5.906c.235-.258.417-.022.668.224c1.105.957%202.139%201.826%202.28%201.94c.08.066.163.051.222-.033A971%20971%200%200%201%2017.779%208z%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%22M2.75%200A2.744%202.744%200%200%200%200%202.75v18.5A2.744%202.744%200%200%200%202.75%2024h18.5A2.744%202.744%200%200%200%2024%2021.25V2.75A2.744%202.744%200%200%200%2021.25%200Zm9.902%205.506c.91.006%201.781.197%202.594.605c-.891%201.87-1.888%203.8-2.832%205.682c-.017.029-.086.13-.225.031c-.8-.638-1.581-1.304-2.369-1.959c-.223-.195-.442-.105-.55.133c-.515%201.027-.952%201.883-1.465%202.91c-.7%201.398-1.398%202.673-2.098%204.07c-.064.142-.143.043-.143.043c.538-3.258%201.643-10.807%201.717-11.1c.055-.213.183-.36.42-.394c.09-.012.18-.023.27-.023ZM17.78%208c.01-.003.016.022.045.082c.48.935.803%202.554.487%204.238c-.25%201.328-.849%202.487-1.737%203.512a7.7%207.7%200%200%201-3.224%202.207c-.735.268-1.498.362-2.288.361H6.275c-.654%200-.725-.224-.709-.238a923%20923%200%200%201%204.309-5.906c.235-.258.417-.022.668.224c1.105.957%202.139%201.826%202.28%201.94c.08.066.163.051.222-.033A971%20971%200%200%201%2017.779%208z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/dunzo.svg?color=%231a73e8&size=48