deepseek-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
deepseek-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the deepseek icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.416 9.852s.718-.4 1.084-.352c1.364.173 2.5.202 4 1.5c1.845 1.595 2.5 5.5 5.5 6m6.81-10.652c.182.09.2.268.185.44c-.1 1.127-.522 2.066-1.57 2.638c-.36.198-.783.432-.956.495s-.173.193-.173.193s-.064.388-.102.648c-.484 3.271-1.822 4.127-2.643 5.098c.322.248-.033-.058 1.584.695c.2.093.237.604-.314.72c-.352.074-.807.14-1.28.097c-.612-.053-.982-.123-1.334-.298c-1.396 1.182-2.634 1.33-3.746 1.395c-1.83.108-3.435-.455-4.828-1.605c-1.344-1.109-2.218-2.527-2.52-4.24C2.827 11 3.061 9.441 4.06 8.07c.83-1.14 1.96-1.809 3.373-1.967c.751-.084 1.235-.029 1.927.103a2.3 2.3 0 0 0 .35-.103c.762-.291 1.36-.51 2.015-.513c.654-.003.786.248.583.32c-.193.07-1.03.66-.29 1.378q.262.166.516.353c.725.537 1.031 1.504 1.674 2.126c.378.37.72.574 1.215.78c.144.06.177.029.246-.104c.09-.172.49-.743.552-.953c.033-.102.006-.172-.096-.242c-1.168-.788-1.49-2.575-.819-3.801c.059-.105.118-.23.267-.207c.138.02.18.143.22.262c.18.555.394.825.945 1.068c.504.225.836.575.935 1.162c.47-.476 1-.671 1.623-.636c.425.023.75-.173 1.03-.47c.12-.13.292-.372.486-.277"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteDeepseekLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M3.416 9.852s.718-.4 1.084-.352c1.364.173 2.5.202 4 1.5c1.845 1.595 2.5 5.5 5.5 6m6.81-10.652c.182.09.2.268.185.44c-.1 1.127-.522 2.066-1.57 2.638c-.36.198-.783.432-.956.495s-.173.193-.173.193s-.064.388-.102.648c-.484 3.271-1.822 4.127-2.643 5.098c.322.248-.033-.058 1.584.695c.2.093.237.604-.314.72c-.352.074-.807.14-1.28.097c-.612-.053-.982-.123-1.334-.298c-1.396 1.182-2.634 1.33-3.746 1.395c-1.83.108-3.435-.455-4.828-1.605c-1.344-1.109-2.218-2.527-2.52-4.24C2.827 11 3.061 9.441 4.06 8.07c.83-1.14 1.96-1.809 3.373-1.967c.751-.084 1.235-.029 1.927.103a2.3 2.3 0 0 0 .35-.103c.762-.291 1.36-.51 2.015-.513c.654-.003.786.248.583.32c-.193.07-1.03.66-.29 1.378q.262.166.516.353c.725.537 1.031 1.504 1.674 2.126c.378.37.72.574 1.215.78c.144.06.177.029.246-.104c.09-.172.49-.743.552-.953c.033-.102.006-.172-.096-.242c-1.168-.788-1.49-2.575-.819-3.801c.059-.105.118-.23.267-.207c.138.02.18.143.22.262c.18.555.394.825.945 1.068c.504.225.836.575.935 1.162c.47-.476 1-.671 1.623-.636c.425.023.75-.173 1.03-.47c.12-.13.292-.372.486-.277"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.416 9.852s.718-.4 1.084-.352c1.364.173 2.5.202 4 1.5c1.845 1.595 2.5 5.5 5.5 6m6.81-10.652c.182.09.2.268.185.44c-.1 1.127-.522 2.066-1.57 2.638c-.36.198-.783.432-.956.495s-.173.193-.173.193s-.064.388-.102.648c-.484 3.271-1.822 4.127-2.643 5.098c.322.248-.033-.058 1.584.695c.2.093.237.604-.314.72c-.352.074-.807.14-1.28.097c-.612-.053-.982-.123-1.334-.298c-1.396 1.182-2.634 1.33-3.746 1.395c-1.83.108-3.435-.455-4.828-1.605c-1.344-1.109-2.218-2.527-2.52-4.24C2.827 11 3.061 9.441 4.06 8.07c.83-1.14 1.96-1.809 3.373-1.967c.751-.084 1.235-.029 1.927.103a2.3 2.3 0 0 0 .35-.103c.762-.291 1.36-.51 2.015-.513c.654-.003.786.248.583.32c-.193.07-1.03.66-.29 1.378q.262.166.516.353c.725.537 1.031 1.504 1.674 2.126c.378.37.72.574 1.215.78c.144.06.177.029.246-.104c.09-.172.49-.743.552-.953c.033-.102.006-.172-.096-.242c-1.168-.788-1.49-2.575-.819-3.801c.059-.105.118-.23.267-.207c.138.02.18.143.22.262c.18.555.394.825.945 1.068c.504.225.836.575.935 1.162c.47-.476 1-.671 1.623-.636c.425.023.75-.173 1.03-.47c.12-.13.292-.372.486-.277"/></svg>
</template>

CSS

.icon-deepseek-line {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M3.416%209.852s.718-.4%201.084-.352c1.364.173%202.5.202%204%201.5c1.845%201.595%202.5%205.5%205.5%206m6.81-10.652c.182.09.2.268.185.44c-.1%201.127-.522%202.066-1.57%202.638c-.36.198-.783.432-.956.495s-.173.193-.173.193s-.064.388-.102.648c-.484%203.271-1.822%204.127-2.643%205.098c.322.248-.033-.058%201.584.695c.2.093.237.604-.314.72c-.352.074-.807.14-1.28.097c-.612-.053-.982-.123-1.334-.298c-1.396%201.182-2.634%201.33-3.746%201.395c-1.83.108-3.435-.455-4.828-1.605c-1.344-1.109-2.218-2.527-2.52-4.24C2.827%2011%203.061%209.441%204.06%208.07c.83-1.14%201.96-1.809%203.373-1.967c.751-.084%201.235-.029%201.927.103a2.3%202.3%200%200%200%20.35-.103c.762-.291%201.36-.51%202.015-.513c.654-.003.786.248.583.32c-.193.07-1.03.66-.29%201.378q.262.166.516.353c.725.537%201.031%201.504%201.674%202.126c.378.37.72.574%201.215.78c.144.06.177.029.246-.104c.09-.172.49-.743.552-.953c.033-.102.006-.172-.096-.242c-1.168-.788-1.49-2.575-.819-3.801c.059-.105.118-.23.267-.207c.138.02.18.143.22.262c.18.555.394.825.945%201.068c.504.225.836.575.935%201.162c.47-.476%201-.671%201.623-.636c.425.023.75-.173%201.03-.47c.12-.13.292-.372.486-.277%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M3.416%209.852s.718-.4%201.084-.352c1.364.173%202.5.202%204%201.5c1.845%201.595%202.5%205.5%205.5%206m6.81-10.652c.182.09.2.268.185.44c-.1%201.127-.522%202.066-1.57%202.638c-.36.198-.783.432-.956.495s-.173.193-.173.193s-.064.388-.102.648c-.484%203.271-1.822%204.127-2.643%205.098c.322.248-.033-.058%201.584.695c.2.093.237.604-.314.72c-.352.074-.807.14-1.28.097c-.612-.053-.982-.123-1.334-.298c-1.396%201.182-2.634%201.33-3.746%201.395c-1.83.108-3.435-.455-4.828-1.605c-1.344-1.109-2.218-2.527-2.52-4.24C2.827%2011%203.061%209.441%204.06%208.07c.83-1.14%201.96-1.809%203.373-1.967c.751-.084%201.235-.029%201.927.103a2.3%202.3%200%200%200%20.35-.103c.762-.291%201.36-.51%202.015-.513c.654-.003.786.248.583.32c-.193.07-1.03.66-.29%201.378q.262.166.516.353c.725.537%201.031%201.504%201.674%202.126c.378.37.72.574%201.215.78c.144.06.177.029.246-.104c.09-.172.49-.743.552-.953c.033-.102.006-.172-.096-.242c-1.168-.788-1.49-2.575-.819-3.801c.059-.105.118-.23.267-.207c.138.02.18.143.22.262c.18.555.394.825.945%201.068c.504.225.836.575.935%201.162c.47-.476%201-.671%201.623-.636c.425.023.75-.173%201.03-.47c.12-.13.292-.372.486-.277%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Deepseek line icon — MingCute Icon · IconsDB