doge-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
doge-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Use the doge icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.689 16.393a8 8 0 0 1-.367-.716a3.5 3.5 0 0 0 .679-.503q.316.3.68.503a8 8 0 0 1-.368.716q-.173.292-.312.462a4 4 0 0 1-.312-.462"/><path fill="currentColor" d="m5.739 1l2.034 1.973A11.5 11.5 0 0 1 12 2.176c1.456 0 2.85.269 4.125.757L17.62 1H23v12h-.008c-.23 5.611-5.118 10-10.992 10S1.237 18.611 1.008 13H1V1zm.149 2.93L4.928 3H3v3.6a10.8 10.8 0 0 1 2.888-2.67M21 3h-2.398l-.645.834A10.8 10.8 0 0 1 21 6.6zM9 12V9H7v3zm8 0V9h-2v3zm-4.105 1.053l-.894-1.79l-.894 1.79c-.379.757-.857.985-1.19 1.013a1.03 1.03 0 0 1-.667-.189l-.827-.562l-1.125 1.654l.827.562c.357.243.752.409 1.166.487c.179.439.409.936.672 1.386c.2.34.443.697.728.982c.26.26.707.614 1.31.614c.602 0 1.05-.355 1.31-.614c.285-.285.528-.642.728-.982c.263-.45.493-.947.671-1.386c.415-.078.81-.244 1.167-.487l.826-.562l-1.124-1.654l-.827.562a1.02 1.02 0 0 1-.668.189c-.332-.028-.81-.256-1.189-1.013"/></svg>

React

import type { SVGProps } from "react";

export function TdesignDogeFilled(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.689 16.393a8 8 0 0 1-.367-.716a3.5 3.5 0 0 0 .679-.503q.316.3.68.503a8 8 0 0 1-.368.716q-.173.292-.312.462a4 4 0 0 1-.312-.462"/><path fill="currentColor" d="m5.739 1l2.034 1.973A11.5 11.5 0 0 1 12 2.176c1.456 0 2.85.269 4.125.757L17.62 1H23v12h-.008c-.23 5.611-5.118 10-10.992 10S1.237 18.611 1.008 13H1V1zm.149 2.93L4.928 3H3v3.6a10.8 10.8 0 0 1 2.888-2.67M21 3h-2.398l-.645.834A10.8 10.8 0 0 1 21 6.6zM9 12V9H7v3zm8 0V9h-2v3zm-4.105 1.053l-.894-1.79l-.894 1.79c-.379.757-.857.985-1.19 1.013a1.03 1.03 0 0 1-.667-.189l-.827-.562l-1.125 1.654l.827.562c.357.243.752.409 1.166.487c.179.439.409.936.672 1.386c.2.34.443.697.728.982c.26.26.707.614 1.31.614c.602 0 1.05-.355 1.31-.614c.285-.285.528-.642.728-.982c.263-.45.493-.947.671-1.386c.415-.078.81-.244 1.167-.487l.826-.562l-1.124-1.654l-.827.562a1.02 1.02 0 0 1-.668.189c-.332-.028-.81-.256-1.189-1.013"/></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.689 16.393a8 8 0 0 1-.367-.716a3.5 3.5 0 0 0 .679-.503q.316.3.68.503a8 8 0 0 1-.368.716q-.173.292-.312.462a4 4 0 0 1-.312-.462"/><path fill="currentColor" d="m5.739 1l2.034 1.973A11.5 11.5 0 0 1 12 2.176c1.456 0 2.85.269 4.125.757L17.62 1H23v12h-.008c-.23 5.611-5.118 10-10.992 10S1.237 18.611 1.008 13H1V1zm.149 2.93L4.928 3H3v3.6a10.8 10.8 0 0 1 2.888-2.67M21 3h-2.398l-.645.834A10.8 10.8 0 0 1 21 6.6zM9 12V9H7v3zm8 0V9h-2v3zm-4.105 1.053l-.894-1.79l-.894 1.79c-.379.757-.857.985-1.19 1.013a1.03 1.03 0 0 1-.667-.189l-.827-.562l-1.125 1.654l.827.562c.357.243.752.409 1.166.487c.179.439.409.936.672 1.386c.2.34.443.697.728.982c.26.26.707.614 1.31.614c.602 0 1.05-.355 1.31-.614c.285-.285.528-.642.728-.982c.263-.45.493-.947.671-1.386c.415-.078.81-.244 1.167-.487l.826-.562l-1.124-1.654l-.827.562a1.02 1.02 0 0 1-.668.189c-.332-.028-.81-.256-1.189-1.013"/></svg>
</template>

CSS

.icon-doge-filled {
  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.689%2016.393a8%208%200%200%201-.367-.716a3.5%203.5%200%200%200%20.679-.503q.316.3.68.503a8%208%200%200%201-.368.716q-.173.292-.312.462a4%204%200%200%201-.312-.462%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5.739%201l2.034%201.973A11.5%2011.5%200%200%201%2012%202.176c1.456%200%202.85.269%204.125.757L17.62%201H23v12h-.008c-.23%205.611-5.118%2010-10.992%2010S1.237%2018.611%201.008%2013H1V1zm.149%202.93L4.928%203H3v3.6a10.8%2010.8%200%200%201%202.888-2.67M21%203h-2.398l-.645.834A10.8%2010.8%200%200%201%2021%206.6zM9%2012V9H7v3zm8%200V9h-2v3zm-4.105%201.053l-.894-1.79l-.894%201.79c-.379.757-.857.985-1.19%201.013a1.03%201.03%200%200%201-.667-.189l-.827-.562l-1.125%201.654l.827.562c.357.243.752.409%201.166.487c.179.439.409.936.672%201.386c.2.34.443.697.728.982c.26.26.707.614%201.31.614c.602%200%201.05-.355%201.31-.614c.285-.285.528-.642.728-.982c.263-.45.493-.947.671-1.386c.415-.078.81-.244%201.167-.487l.826-.562l-1.124-1.654l-.827.562a1.02%201.02%200%200%201-.668.189c-.332-.028-.81-.256-1.189-1.013%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.689%2016.393a8%208%200%200%201-.367-.716a3.5%203.5%200%200%200%20.679-.503q.316.3.68.503a8%208%200%200%201-.368.716q-.173.292-.312.462a4%204%200%200%201-.312-.462%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5.739%201l2.034%201.973A11.5%2011.5%200%200%201%2012%202.176c1.456%200%202.85.269%204.125.757L17.62%201H23v12h-.008c-.23%205.611-5.118%2010-10.992%2010S1.237%2018.611%201.008%2013H1V1zm.149%202.93L4.928%203H3v3.6a10.8%2010.8%200%200%201%202.888-2.67M21%203h-2.398l-.645.834A10.8%2010.8%200%200%201%2021%206.6zM9%2012V9H7v3zm8%200V9h-2v3zm-4.105%201.053l-.894-1.79l-.894%201.79c-.379.757-.857.985-1.19%201.013a1.03%201.03%200%200%201-.667-.189l-.827-.562l-1.125%201.654l.827.562c.357.243.752.409%201.166.487c.179.439.409.936.672%201.386c.2.34.443.697.728.982c.26.26.707.614%201.31.614c.602%200%201.05-.355%201.31-.614c.285-.285.528-.642.728-.982c.263-.45.493-.947.671-1.386c.415-.078.81-.244%201.167-.487l.826-.562l-1.124-1.654l-.827.562a1.02%201.02%200%200%201-.668.189c-.332-.028-.81-.256-1.189-1.013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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