candycane from Material Design Icons by Pictogrammers · Filled · Food / Drink · Apache-2.0 Free for personal and commercial use.

Name
candycane
Set
Material Design Icons
Style
Filled
Category
Food / Drink
Viewbox
24×24
License
Apache 2.0

More food / drink icons from Material Design Icons

Use the candycane icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 10a2 2 0 0 1-2 2a2 2 0 0 1-2-2V8c0-.63.1-1.23.27-1.8L10 9.93zm2-8c.74 0 1.44.13 2.09.38L11.97 6c-.83 0-1.53.5-1.82 1.25L7.24 4.34A6 6 0 0 1 12 2m5.76 4.31L14 10.07V8c0-.38-.1-.73-.28-1.03l2.11-3.59a6 6 0 0 1 1.93 2.93m.24 6.78l-4 4V12.9l4-4zM18 20a2 2 0 0 1-2 2a2 2 0 0 1-2-2v-.09l4-4z"/></svg>

React

import type { SVGProps } from "react";

export function MdiCandycane(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 10a2 2 0 0 1-2 2a2 2 0 0 1-2-2V8c0-.63.1-1.23.27-1.8L10 9.93zm2-8c.74 0 1.44.13 2.09.38L11.97 6c-.83 0-1.53.5-1.82 1.25L7.24 4.34A6 6 0 0 1 12 2m5.76 4.31L14 10.07V8c0-.38-.1-.73-.28-1.03l2.11-3.59a6 6 0 0 1 1.93 2.93m.24 6.78l-4 4V12.9l4-4zM18 20a2 2 0 0 1-2 2a2 2 0 0 1-2-2v-.09l4-4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 10a2 2 0 0 1-2 2a2 2 0 0 1-2-2V8c0-.63.1-1.23.27-1.8L10 9.93zm2-8c.74 0 1.44.13 2.09.38L11.97 6c-.83 0-1.53.5-1.82 1.25L7.24 4.34A6 6 0 0 1 12 2m5.76 4.31L14 10.07V8c0-.38-.1-.73-.28-1.03l2.11-3.59a6 6 0 0 1 1.93 2.93m.24 6.78l-4 4V12.9l4-4zM18 20a2 2 0 0 1-2 2a2 2 0 0 1-2-2v-.09l4-4z"/></svg>
</template>

CSS

.icon-candycane {
  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%22currentColor%22%20d%3D%22M10%2010a2%202%200%200%201-2%202a2%202%200%200%201-2-2V8c0-.63.1-1.23.27-1.8L10%209.93zm2-8c.74%200%201.44.13%202.09.38L11.97%206c-.83%200-1.53.5-1.82%201.25L7.24%204.34A6%206%200%200%201%2012%202m5.76%204.31L14%2010.07V8c0-.38-.1-.73-.28-1.03l2.11-3.59a6%206%200%200%201%201.93%202.93m.24%206.78l-4%204V12.9l4-4zM18%2020a2%202%200%200%201-2%202a2%202%200%200%201-2-2v-.09l4-4z%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%22currentColor%22%20d%3D%22M10%2010a2%202%200%200%201-2%202a2%202%200%200%201-2-2V8c0-.63.1-1.23.27-1.8L10%209.93zm2-8c.74%200%201.44.13%202.09.38L11.97%206c-.83%200-1.53.5-1.82%201.25L7.24%204.34A6%206%200%200%201%2012%202m5.76%204.31L14%2010.07V8c0-.38-.1-.73-.28-1.03l2.11-3.59a6%206%200%200%201%201.93%202.93m.24%206.78l-4%204V12.9l4-4zM18%2020a2%202%200%200%201-2%202a2%202%200%200%201-2-2v-.09l4-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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