apricot from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
apricot
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the apricot icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M10.201 20c1.146 1.245 2.651 2 4.3 2c3.59 0 6.5-3.582 6.5-8s-2.91-8-6.5-8C11.186 6 8.4 9.054 8 13"/><path d="M12 21.387A5.45 5.45 0 0 1 9.5 22C5.91 22 3 18.418 3 14s2.91-8 6.5-8c.886 0 1.73.218 2.5.613"/><path stroke-linejoin="round" d="M12 6c0-1.333.6-4 3-4"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsApricot(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" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M10.201 20c1.146 1.245 2.651 2 4.3 2c3.59 0 6.5-3.582 6.5-8s-2.91-8-6.5-8C11.186 6 8.4 9.054 8 13"/><path d="M12 21.387A5.45 5.45 0 0 1 9.5 22C5.91 22 3 18.418 3 14s2.91-8 6.5-8c.886 0 1.73.218 2.5.613"/><path strokeLinejoin="round" d="M12 6c0-1.333.6-4 3-4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M10.201 20c1.146 1.245 2.651 2 4.3 2c3.59 0 6.5-3.582 6.5-8s-2.91-8-6.5-8C11.186 6 8.4 9.054 8 13"/><path d="M12 21.387A5.45 5.45 0 0 1 9.5 22C5.91 22 3 18.418 3 14s2.91-8 6.5-8c.886 0 1.73.218 2.5.613"/><path stroke-linejoin="round" d="M12 6c0-1.333.6-4 3-4"/></g></svg>
</template>

CSS

.icon-apricot {
  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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10.201%2020c1.146%201.245%202.651%202%204.3%202c3.59%200%206.5-3.582%206.5-8s-2.91-8-6.5-8C11.186%206%208.4%209.054%208%2013%22%2F%3E%3Cpath%20d%3D%22M12%2021.387A5.45%205.45%200%200%201%209.5%2022C5.91%2022%203%2018.418%203%2014s2.91-8%206.5-8c.886%200%201.73.218%202.5.613%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%206c0-1.333.6-4%203-4%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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10.201%2020c1.146%201.245%202.651%202%204.3%202c3.59%200%206.5-3.582%206.5-8s-2.91-8-6.5-8C11.186%206%208.4%209.054%208%2013%22%2F%3E%3Cpath%20d%3D%22M12%2021.387A5.45%205.45%200%200%201%209.5%2022C5.91%2022%203%2018.418%203%2014s2.91-8%206.5-8c.886%200%201.73.218%202.5.613%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%206c0-1.333.6-4%203-4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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