tangerinr from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
tangerinr
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Use the tangerinr icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M12 6.014s2.556-.763 4-.338c2.817.828 4.998 2.822 5 7.324c.003 5.488-4 7.997-9 7.997S3 18.477 3 13c0-4.497 2.113-6.5 5-7.324c1.447-.414 4 .338 4 .338"/><path d="M12 6.013C12 2 7.25 3.25 7.25 3.25z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M12.562 5.448L14.996 3m-3.053 2.3C11.406 2.156 7.25 3.25 7.25 3.25l3.954 2.3m.796.463s-2.553-.751-4-.338C5.113 6.501 3 8.503 3 13c0 5.477 4 7.997 9 7.997s9.003-2.51 9-7.997c-.002-4.502-2.183-6.496-5-7.325c-1.444-.424-4 .338-4 .338Z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M9 9.004V9h.004v.004zm-2 3V12h.004v.004zm2 3V15h.004v.004z"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignTangerinr(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M12 6.014s2.556-.763 4-.338c2.817.828 4.998 2.822 5 7.324c.003 5.488-4 7.997-9 7.997S3 18.477 3 13c0-4.497 2.113-6.5 5-7.324c1.447-.414 4 .338 4 .338"/><path d="M12 6.013C12 2 7.25 3.25 7.25 3.25z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M12.562 5.448L14.996 3m-3.053 2.3C11.406 2.156 7.25 3.25 7.25 3.25l3.954 2.3m.796.463s-2.553-.751-4-.338C5.113 6.501 3 8.503 3 13c0 5.477 4 7.997 9 7.997s9.003-2.51 9-7.997c-.002-4.502-2.183-6.496-5-7.325c-1.444-.424-4 .338-4 .338Z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M9 9.004V9h.004v.004zm-2 3V12h.004v.004zm2 3V15h.004v.004z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M12 6.014s2.556-.763 4-.338c2.817.828 4.998 2.822 5 7.324c.003 5.488-4 7.997-9 7.997S3 18.477 3 13c0-4.497 2.113-6.5 5-7.324c1.447-.414 4 .338 4 .338"/><path d="M12 6.013C12 2 7.25 3.25 7.25 3.25z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M12.562 5.448L14.996 3m-3.053 2.3C11.406 2.156 7.25 3.25 7.25 3.25l3.954 2.3m.796.463s-2.553-.751-4-.338C5.113 6.501 3 8.503 3 13c0 5.477 4 7.997 9 7.997s9.003-2.51 9-7.997c-.002-4.502-2.183-6.496-5-7.325c-1.444-.424-4 .338-4 .338Z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M9 9.004V9h.004v.004zm-2 3V12h.004v.004zm2 3V15h.004v.004z"/></g></svg>
</template>

CSS

.icon-tangerinr {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M12%206.014s2.556-.763%204-.338c2.817.828%204.998%202.822%205%207.324c.003%205.488-4%207.997-9%207.997S3%2018.477%203%2013c0-4.497%202.113-6.5%205-7.324c1.447-.414%204%20.338%204%20.338%22%2F%3E%3Cpath%20d%3D%22M12%206.013C12%202%207.25%203.25%207.25%203.25z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M12.562%205.448L14.996%203m-3.053%202.3C11.406%202.156%207.25%203.25%207.25%203.25l3.954%202.3m.796.463s-2.553-.751-4-.338C5.113%206.501%203%208.503%203%2013c0%205.477%204%207.997%209%207.997s9.003-2.51%209-7.997c-.002-4.502-2.183-6.496-5-7.325c-1.444-.424-4%20.338-4%20.338Z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M9%209.004V9h.004v.004zm-2%203V12h.004v.004zm2%203V15h.004v.004z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M12%206.014s2.556-.763%204-.338c2.817.828%204.998%202.822%205%207.324c.003%205.488-4%207.997-9%207.997S3%2018.477%203%2013c0-4.497%202.113-6.5%205-7.324c1.447-.414%204%20.338%204%20.338%22%2F%3E%3Cpath%20d%3D%22M12%206.013C12%202%207.25%203.25%207.25%203.25z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M12.562%205.448L14.996%203m-3.053%202.3C11.406%202.156%207.25%203.25%207.25%203.25l3.954%202.3m.796.463s-2.553-.751-4-.338C5.113%206.501%203%208.503%203%2013c0%205.477%204%207.997%209%207.997s9.003-2.51%209-7.997c-.002-4.502-2.183-6.496-5-7.325c-1.444-.424-4%20.338-4%20.338Z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M9%209.004V9h.004v.004zm-2%203V12h.004v.004zm2%203V15h.004v.004z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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