ice cubes icon

ice-cubes from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
ice-cubes
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the ice cubes 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-linejoin="round" stroke-width="1.5" d="M3 17.5c0-1.405 0-2.107.337-2.612c.146-.218.333-.405.552-.551C4.393 14 5.096 14 6.5 14s2.107 0 2.611.337c.219.146.406.333.552.551c.337.505.337 1.207.337 2.612c0 1.404 0 2.106-.337 2.61a2 2 0 0 1-.552.553C8.607 21 7.904 21 6.5 21s-2.107 0-2.611-.337a2 2 0 0 1-.552-.552C3 19.606 3 18.904 3 17.5Zm11.203.979c-1.036-1.037-1.554-1.555-1.67-2.178a2 2 0 0 1 0-.739c.116-.623.634-1.141 1.67-2.177s1.554-1.555 2.177-1.67c.245-.045.495-.045.74 0c.623.115 1.14.633 2.177 1.67c1.036 1.036 1.554 1.554 1.67 2.177a2.1 2.1 0 0 1 0 .74c-.116.622-.634 1.14-1.67 2.177c-1.036 1.036-1.554 1.554-2.177 1.669a2 2 0 0 1-.74 0c-.623-.115-1.14-.633-2.177-1.67ZM7.634 5.775c.494-1.356.74-2.035 1.245-2.401a2 2 0 0 1 .706-.33c.605-.15 1.284.096 2.64.59s2.035.74 2.402 1.245c.154.212.266.452.329.706c.15.606-.096 1.284-.59 2.64c-.493 1.357-.74 2.035-1.245 2.402a2 2 0 0 1-.706.33c-.605.15-1.284-.097-2.64-.59c-1.357-.494-2.035-.741-2.402-1.246a2 2 0 0 1-.329-.706c-.15-.605.096-1.283.59-2.64Z"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsIceCubes(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" strokeLinejoin="round" strokeWidth="1.5" d="M3 17.5c0-1.405 0-2.107.337-2.612c.146-.218.333-.405.552-.551C4.393 14 5.096 14 6.5 14s2.107 0 2.611.337c.219.146.406.333.552.551c.337.505.337 1.207.337 2.612c0 1.404 0 2.106-.337 2.61a2 2 0 0 1-.552.553C8.607 21 7.904 21 6.5 21s-2.107 0-2.611-.337a2 2 0 0 1-.552-.552C3 19.606 3 18.904 3 17.5Zm11.203.979c-1.036-1.037-1.554-1.555-1.67-2.178a2 2 0 0 1 0-.739c.116-.623.634-1.141 1.67-2.177s1.554-1.555 2.177-1.67c.245-.045.495-.045.74 0c.623.115 1.14.633 2.177 1.67c1.036 1.036 1.554 1.554 1.67 2.177a2.1 2.1 0 0 1 0 .74c-.116.622-.634 1.14-1.67 2.177c-1.036 1.036-1.554 1.554-2.177 1.669a2 2 0 0 1-.74 0c-.623-.115-1.14-.633-2.177-1.67ZM7.634 5.775c.494-1.356.74-2.035 1.245-2.401a2 2 0 0 1 .706-.33c.605-.15 1.284.096 2.64.59s2.035.74 2.402 1.245c.154.212.266.452.329.706c.15.606-.096 1.284-.59 2.64c-.493 1.357-.74 2.035-1.245 2.402a2 2 0 0 1-.706.33c-.605.15-1.284-.097-2.64-.59c-1.357-.494-2.035-.741-2.402-1.246a2 2 0 0 1-.329-.706c-.15-.605.096-1.283.59-2.64Z"/></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-linejoin="round" stroke-width="1.5" d="M3 17.5c0-1.405 0-2.107.337-2.612c.146-.218.333-.405.552-.551C4.393 14 5.096 14 6.5 14s2.107 0 2.611.337c.219.146.406.333.552.551c.337.505.337 1.207.337 2.612c0 1.404 0 2.106-.337 2.61a2 2 0 0 1-.552.553C8.607 21 7.904 21 6.5 21s-2.107 0-2.611-.337a2 2 0 0 1-.552-.552C3 19.606 3 18.904 3 17.5Zm11.203.979c-1.036-1.037-1.554-1.555-1.67-2.178a2 2 0 0 1 0-.739c.116-.623.634-1.141 1.67-2.177s1.554-1.555 2.177-1.67c.245-.045.495-.045.74 0c.623.115 1.14.633 2.177 1.67c1.036 1.036 1.554 1.554 1.67 2.177a2.1 2.1 0 0 1 0 .74c-.116.622-.634 1.14-1.67 2.177c-1.036 1.036-1.554 1.554-2.177 1.669a2 2 0 0 1-.74 0c-.623-.115-1.14-.633-2.177-1.67ZM7.634 5.775c.494-1.356.74-2.035 1.245-2.401a2 2 0 0 1 .706-.33c.605-.15 1.284.096 2.64.59s2.035.74 2.402 1.245c.154.212.266.452.329.706c.15.606-.096 1.284-.59 2.64c-.493 1.357-.74 2.035-1.245 2.402a2 2 0 0 1-.706.33c-.605.15-1.284-.097-2.64-.59c-1.357-.494-2.035-.741-2.402-1.246a2 2 0 0 1-.329-.706c-.15-.605.096-1.283.59-2.64Z"/></svg>
</template>

CSS

.icon-ice-cubes {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M3%2017.5c0-1.405%200-2.107.337-2.612c.146-.218.333-.405.552-.551C4.393%2014%205.096%2014%206.5%2014s2.107%200%202.611.337c.219.146.406.333.552.551c.337.505.337%201.207.337%202.612c0%201.404%200%202.106-.337%202.61a2%202%200%200%201-.552.553C8.607%2021%207.904%2021%206.5%2021s-2.107%200-2.611-.337a2%202%200%200%201-.552-.552C3%2019.606%203%2018.904%203%2017.5Zm11.203.979c-1.036-1.037-1.554-1.555-1.67-2.178a2%202%200%200%201%200-.739c.116-.623.634-1.141%201.67-2.177s1.554-1.555%202.177-1.67c.245-.045.495-.045.74%200c.623.115%201.14.633%202.177%201.67c1.036%201.036%201.554%201.554%201.67%202.177a2.1%202.1%200%200%201%200%20.74c-.116.622-.634%201.14-1.67%202.177c-1.036%201.036-1.554%201.554-2.177%201.669a2%202%200%200%201-.74%200c-.623-.115-1.14-.633-2.177-1.67ZM7.634%205.775c.494-1.356.74-2.035%201.245-2.401a2%202%200%200%201%20.706-.33c.605-.15%201.284.096%202.64.59s2.035.74%202.402%201.245c.154.212.266.452.329.706c.15.606-.096%201.284-.59%202.64c-.493%201.357-.74%202.035-1.245%202.402a2%202%200%200%201-.706.33c-.605.15-1.284-.097-2.64-.59c-1.357-.494-2.035-.741-2.402-1.246a2%202%200%200%201-.329-.706c-.15-.605.096-1.283.59-2.64Z%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M3%2017.5c0-1.405%200-2.107.337-2.612c.146-.218.333-.405.552-.551C4.393%2014%205.096%2014%206.5%2014s2.107%200%202.611.337c.219.146.406.333.552.551c.337.505.337%201.207.337%202.612c0%201.404%200%202.106-.337%202.61a2%202%200%200%201-.552.553C8.607%2021%207.904%2021%206.5%2021s-2.107%200-2.611-.337a2%202%200%200%201-.552-.552C3%2019.606%203%2018.904%203%2017.5Zm11.203.979c-1.036-1.037-1.554-1.555-1.67-2.178a2%202%200%200%201%200-.739c.116-.623.634-1.141%201.67-2.177s1.554-1.555%202.177-1.67c.245-.045.495-.045.74%200c.623.115%201.14.633%202.177%201.67c1.036%201.036%201.554%201.554%201.67%202.177a2.1%202.1%200%200%201%200%20.74c-.116.622-.634%201.14-1.67%202.177c-1.036%201.036-1.554%201.554-2.177%201.669a2%202%200%200%201-.74%200c-.623-.115-1.14-.633-2.177-1.67ZM7.634%205.775c.494-1.356.74-2.035%201.245-2.401a2%202%200%200%201%20.706-.33c.605-.15%201.284.096%202.64.59s2.035.74%202.402%201.245c.154.212.266.452.329.706c.15.606-.096%201.284-.59%202.64c-.493%201.357-.74%202.035-1.245%202.402a2%202%200%200%201-.706.33c-.605.15-1.284-.097-2.64-.59c-1.357-.494-2.035-.741-2.402-1.246a2%202%200%200%201-.329-.706c-.15-.605.096-1.283.59-2.64Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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