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

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

The same logo in other sets

Use the deepin logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.104.696c-1.724-.63-3.49-.8-5.205-.64c-1.988.157-2.958.772-2.9.661c-3.251 1.16-6 3.657-7.272 7.157c-2.266 6.234.944 13.128 7.168 15.398c6.228 2.27 13.111-.945 15.378-7.179C25.54 9.86 22.33 2.966 16.104.696M8.305 22.145a11 11 0 0 1-1.867-.904c2.9.223 6.686-.445 9.239-2.834c0 0 4.866-3.888 1.345-10.269c0 0 .568 2.572-.156 4.687c0 0-.69 2.877-3.757 3.712c-4.517 1.231-9.664-1.93-11.816-3.463c-.162-1.574-.018-3.2.56-4.788c.855-2.352 2.463-4.188 4.427-5.42c-.49 3.436-.102 6.6.456 7.925c.749 1.777 2.05 3.85 4.59 4.115c2.54.267 3.94-2.11 3.94-2.11c1.304-1.98 1.508-4.823 1.488-4.892c-.02-.07-.347-.257-.347-.257c-.877 3.549-2.323 4.734-2.323 4.734c-2.28 2.201-3.895.675-3.895.675c-1.736-1.865-.52-4.895-.52-4.895c.68-2.064 2.66-5.084 4.905-6.62c.374.092.75.15 1.12.284a10.7 10.7 0 0 1 3.554 2.16c-1.641.599-4.291 1.865-4.291 1.865c-4.201 1.77-4.485 4.446-4.485 4.446c-.435 2.758 1.754 1.59 1.754 1.59c2.252-1.097 3.359-4.516 3.359-4.516c-.703-.134-1.257.08-1.257.08c-.899 2.22-2.733 3.132-2.733 3.132c-.722.382-.89-.293-.89-.293c-.122-.506.522-.592.522-.592c1-.389 1.639-1.439 1.784-1.868c.144-.43.412-.464.412-.464a13 13 0 0 1 2.619-.535c1.7-.209 4.303.602 4.303.602c.584.235 1.144.41 1.641.551c.954 2.384 1.105 5.098.16 7.7c-2.039 5.61-8.236 8.504-13.841 6.462"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsDeepin(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="M16.104.696c-1.724-.63-3.49-.8-5.205-.64c-1.988.157-2.958.772-2.9.661c-3.251 1.16-6 3.657-7.272 7.157c-2.266 6.234.944 13.128 7.168 15.398c6.228 2.27 13.111-.945 15.378-7.179C25.54 9.86 22.33 2.966 16.104.696M8.305 22.145a11 11 0 0 1-1.867-.904c2.9.223 6.686-.445 9.239-2.834c0 0 4.866-3.888 1.345-10.269c0 0 .568 2.572-.156 4.687c0 0-.69 2.877-3.757 3.712c-4.517 1.231-9.664-1.93-11.816-3.463c-.162-1.574-.018-3.2.56-4.788c.855-2.352 2.463-4.188 4.427-5.42c-.49 3.436-.102 6.6.456 7.925c.749 1.777 2.05 3.85 4.59 4.115c2.54.267 3.94-2.11 3.94-2.11c1.304-1.98 1.508-4.823 1.488-4.892c-.02-.07-.347-.257-.347-.257c-.877 3.549-2.323 4.734-2.323 4.734c-2.28 2.201-3.895.675-3.895.675c-1.736-1.865-.52-4.895-.52-4.895c.68-2.064 2.66-5.084 4.905-6.62c.374.092.75.15 1.12.284a10.7 10.7 0 0 1 3.554 2.16c-1.641.599-4.291 1.865-4.291 1.865c-4.201 1.77-4.485 4.446-4.485 4.446c-.435 2.758 1.754 1.59 1.754 1.59c2.252-1.097 3.359-4.516 3.359-4.516c-.703-.134-1.257.08-1.257.08c-.899 2.22-2.733 3.132-2.733 3.132c-.722.382-.89-.293-.89-.293c-.122-.506.522-.592.522-.592c1-.389 1.639-1.439 1.784-1.868c.144-.43.412-.464.412-.464a13 13 0 0 1 2.619-.535c1.7-.209 4.303.602 4.303.602c.584.235 1.144.41 1.641.551c.954 2.384 1.105 5.098.16 7.7c-2.039 5.61-8.236 8.504-13.841 6.462"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.104.696c-1.724-.63-3.49-.8-5.205-.64c-1.988.157-2.958.772-2.9.661c-3.251 1.16-6 3.657-7.272 7.157c-2.266 6.234.944 13.128 7.168 15.398c6.228 2.27 13.111-.945 15.378-7.179C25.54 9.86 22.33 2.966 16.104.696M8.305 22.145a11 11 0 0 1-1.867-.904c2.9.223 6.686-.445 9.239-2.834c0 0 4.866-3.888 1.345-10.269c0 0 .568 2.572-.156 4.687c0 0-.69 2.877-3.757 3.712c-4.517 1.231-9.664-1.93-11.816-3.463c-.162-1.574-.018-3.2.56-4.788c.855-2.352 2.463-4.188 4.427-5.42c-.49 3.436-.102 6.6.456 7.925c.749 1.777 2.05 3.85 4.59 4.115c2.54.267 3.94-2.11 3.94-2.11c1.304-1.98 1.508-4.823 1.488-4.892c-.02-.07-.347-.257-.347-.257c-.877 3.549-2.323 4.734-2.323 4.734c-2.28 2.201-3.895.675-3.895.675c-1.736-1.865-.52-4.895-.52-4.895c.68-2.064 2.66-5.084 4.905-6.62c.374.092.75.15 1.12.284a10.7 10.7 0 0 1 3.554 2.16c-1.641.599-4.291 1.865-4.291 1.865c-4.201 1.77-4.485 4.446-4.485 4.446c-.435 2.758 1.754 1.59 1.754 1.59c2.252-1.097 3.359-4.516 3.359-4.516c-.703-.134-1.257.08-1.257.08c-.899 2.22-2.733 3.132-2.733 3.132c-.722.382-.89-.293-.89-.293c-.122-.506.522-.592.522-.592c1-.389 1.639-1.439 1.784-1.868c.144-.43.412-.464.412-.464a13 13 0 0 1 2.619-.535c1.7-.209 4.303.602 4.303.602c.584.235 1.144.41 1.641.551c.954 2.384 1.105 5.098.16 7.7c-2.039 5.61-8.236 8.504-13.841 6.462"/></svg>
</template>

CSS

.icon-deepin {
  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%22M16.104.696c-1.724-.63-3.49-.8-5.205-.64c-1.988.157-2.958.772-2.9.661c-3.251%201.16-6%203.657-7.272%207.157c-2.266%206.234.944%2013.128%207.168%2015.398c6.228%202.27%2013.111-.945%2015.378-7.179C25.54%209.86%2022.33%202.966%2016.104.696M8.305%2022.145a11%2011%200%200%201-1.867-.904c2.9.223%206.686-.445%209.239-2.834c0%200%204.866-3.888%201.345-10.269c0%200%20.568%202.572-.156%204.687c0%200-.69%202.877-3.757%203.712c-4.517%201.231-9.664-1.93-11.816-3.463c-.162-1.574-.018-3.2.56-4.788c.855-2.352%202.463-4.188%204.427-5.42c-.49%203.436-.102%206.6.456%207.925c.749%201.777%202.05%203.85%204.59%204.115c2.54.267%203.94-2.11%203.94-2.11c1.304-1.98%201.508-4.823%201.488-4.892c-.02-.07-.347-.257-.347-.257c-.877%203.549-2.323%204.734-2.323%204.734c-2.28%202.201-3.895.675-3.895.675c-1.736-1.865-.52-4.895-.52-4.895c.68-2.064%202.66-5.084%204.905-6.62c.374.092.75.15%201.12.284a10.7%2010.7%200%200%201%203.554%202.16c-1.641.599-4.291%201.865-4.291%201.865c-4.201%201.77-4.485%204.446-4.485%204.446c-.435%202.758%201.754%201.59%201.754%201.59c2.252-1.097%203.359-4.516%203.359-4.516c-.703-.134-1.257.08-1.257.08c-.899%202.22-2.733%203.132-2.733%203.132c-.722.382-.89-.293-.89-.293c-.122-.506.522-.592.522-.592c1-.389%201.639-1.439%201.784-1.868c.144-.43.412-.464.412-.464a13%2013%200%200%201%202.619-.535c1.7-.209%204.303.602%204.303.602c.584.235%201.144.41%201.641.551c.954%202.384%201.105%205.098.16%207.7c-2.039%205.61-8.236%208.504-13.841%206.462%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%22M16.104.696c-1.724-.63-3.49-.8-5.205-.64c-1.988.157-2.958.772-2.9.661c-3.251%201.16-6%203.657-7.272%207.157c-2.266%206.234.944%2013.128%207.168%2015.398c6.228%202.27%2013.111-.945%2015.378-7.179C25.54%209.86%2022.33%202.966%2016.104.696M8.305%2022.145a11%2011%200%200%201-1.867-.904c2.9.223%206.686-.445%209.239-2.834c0%200%204.866-3.888%201.345-10.269c0%200%20.568%202.572-.156%204.687c0%200-.69%202.877-3.757%203.712c-4.517%201.231-9.664-1.93-11.816-3.463c-.162-1.574-.018-3.2.56-4.788c.855-2.352%202.463-4.188%204.427-5.42c-.49%203.436-.102%206.6.456%207.925c.749%201.777%202.05%203.85%204.59%204.115c2.54.267%203.94-2.11%203.94-2.11c1.304-1.98%201.508-4.823%201.488-4.892c-.02-.07-.347-.257-.347-.257c-.877%203.549-2.323%204.734-2.323%204.734c-2.28%202.201-3.895.675-3.895.675c-1.736-1.865-.52-4.895-.52-4.895c.68-2.064%202.66-5.084%204.905-6.62c.374.092.75.15%201.12.284a10.7%2010.7%200%200%201%203.554%202.16c-1.641.599-4.291%201.865-4.291%201.865c-4.201%201.77-4.485%204.446-4.485%204.446c-.435%202.758%201.754%201.59%201.754%201.59c2.252-1.097%203.359-4.516%203.359-4.516c-.703-.134-1.257.08-1.257.08c-.899%202.22-2.733%203.132-2.733%203.132c-.722.382-.89-.293-.89-.293c-.122-.506.522-.592.522-.592c1-.389%201.639-1.439%201.784-1.868c.144-.43.412-.464.412-.464a13%2013%200%200%201%202.619-.535c1.7-.209%204.303.602%204.303.602c.584.235%201.144.41%201.641.551c.954%202.384%201.105%205.098.16%207.7c-2.039%205.61-8.236%208.504-13.841%206.462%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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