ice-cream from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
ice-cream
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Use the ice cream icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M17 15L9 7L2.985 19.702c-.356.83.483 1.669 1.313 1.313z"/><path d="M15 4c-1.366-1.366-3.634-1.366-5 0a3.55 3.55 0 0 0-1 3l8 8a3.55 3.55 0 0 0 3-1c1.366-1.366 1.366-3.634 0-5c1.366-1.366 1.366-3.634 0-5s-3.634-1.366-5 0"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M17 15L9 7L2.985 19.702c-.356.83.483 1.669 1.313 1.313z"/><path stroke="currentColor" stroke-width="2" d="M15 4c-1.366-1.366-3.634-1.366-5 0a3.55 3.55 0 0 0-1 3l8 8a3.55 3.55 0 0 0 3-1c1.366-1.366 1.366-3.634 0-5c1.366-1.366 1.366-3.634 0-5s-3.634-1.366-5 0Z"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignIceCream(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="M17 15L9 7L2.985 19.702c-.356.83.483 1.669 1.313 1.313z"/><path d="M15 4c-1.366-1.366-3.634-1.366-5 0a3.55 3.55 0 0 0-1 3l8 8a3.55 3.55 0 0 0 3-1c1.366-1.366 1.366-3.634 0-5c1.366-1.366 1.366-3.634 0-5s-3.634-1.366-5 0"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M17 15L9 7L2.985 19.702c-.356.83.483 1.669 1.313 1.313z"/><path stroke="currentColor" strokeWidth="2" d="M15 4c-1.366-1.366-3.634-1.366-5 0a3.55 3.55 0 0 0-1 3l8 8a3.55 3.55 0 0 0 3-1c1.366-1.366 1.366-3.634 0-5c1.366-1.366 1.366-3.634 0-5s-3.634-1.366-5 0Z"/></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="M17 15L9 7L2.985 19.702c-.356.83.483 1.669 1.313 1.313z"/><path d="M15 4c-1.366-1.366-3.634-1.366-5 0a3.55 3.55 0 0 0-1 3l8 8a3.55 3.55 0 0 0 3-1c1.366-1.366 1.366-3.634 0-5c1.366-1.366 1.366-3.634 0-5s-3.634-1.366-5 0"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M17 15L9 7L2.985 19.702c-.356.83.483 1.669 1.313 1.313z"/><path stroke="currentColor" stroke-width="2" d="M15 4c-1.366-1.366-3.634-1.366-5 0a3.55 3.55 0 0 0-1 3l8 8a3.55 3.55 0 0 0 3-1c1.366-1.366 1.366-3.634 0-5c1.366-1.366 1.366-3.634 0-5s-3.634-1.366-5 0Z"/></g></svg>
</template>

CSS

.icon-ice-cream {
  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%22M17%2015L9%207L2.985%2019.702c-.356.83.483%201.669%201.313%201.313z%22%2F%3E%3Cpath%20d%3D%22M15%204c-1.366-1.366-3.634-1.366-5%200a3.55%203.55%200%200%200-1%203l8%208a3.55%203.55%200%200%200%203-1c1.366-1.366%201.366-3.634%200-5c1.366-1.366%201.366-3.634%200-5s-3.634-1.366-5%200%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M17%2015L9%207L2.985%2019.702c-.356.83.483%201.669%201.313%201.313z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M15%204c-1.366-1.366-3.634-1.366-5%200a3.55%203.55%200%200%200-1%203l8%208a3.55%203.55%200%200%200%203-1c1.366-1.366%201.366-3.634%200-5c1.366-1.366%201.366-3.634%200-5s-3.634-1.366-5%200Z%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%22M17%2015L9%207L2.985%2019.702c-.356.83.483%201.669%201.313%201.313z%22%2F%3E%3Cpath%20d%3D%22M15%204c-1.366-1.366-3.634-1.366-5%200a3.55%203.55%200%200%200-1%203l8%208a3.55%203.55%200%200%200%203-1c1.366-1.366%201.366-3.634%200-5c1.366-1.366%201.366-3.634%200-5s-3.634-1.366-5%200%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M17%2015L9%207L2.985%2019.702c-.356.83.483%201.669%201.313%201.313z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M15%204c-1.366-1.366-3.634-1.366-5%200a3.55%203.55%200%200%200-1%203l8%208a3.55%203.55%200%200%200%203-1c1.366-1.366%201.366-3.634%200-5c1.366-1.366%201.366-3.634%200-5s-3.634-1.366-5%200Z%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/ice-cream.svg?color=%231a73e8&size=48