candy cane icon
candy-cane from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- candy-cane
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the candy cane 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-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m5.202 14.486l1.43 5.228m1.498-10.2l1.43 5.229m1.677-9.547l1.25 4.575m2.393-6.932l.893 3.267m-1.821 1.179L6.143 20.543c-.539.915-1.733 1.229-2.667.7a1.893 1.893 0 0 1-.714-2.614L10.57 5.371c1.617-2.745 5.199-3.686 8-2.1c2.8 1.584 3.76 5.095 2.143 7.841a1.97 1.97 0 0 1-2.666.7a1.893 1.893 0 0 1-.715-2.613c.54-.916.22-2.086-.714-2.614c-.934-.529-2.128-.215-2.667.7"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCandyCane(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m5.202 14.486l1.43 5.228m1.498-10.2l1.43 5.229m1.677-9.547l1.25 4.575m2.393-6.932l.893 3.267m-1.821 1.179L6.143 20.543c-.539.915-1.733 1.229-2.667.7a1.893 1.893 0 0 1-.714-2.614L10.57 5.371c1.617-2.745 5.199-3.686 8-2.1c2.8 1.584 3.76 5.095 2.143 7.841a1.97 1.97 0 0 1-2.666.7a1.893 1.893 0 0 1-.715-2.613c.54-.916.22-2.086-.714-2.614c-.934-.529-2.128-.215-2.667.7"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m5.202 14.486l1.43 5.228m1.498-10.2l1.43 5.229m1.677-9.547l1.25 4.575m2.393-6.932l.893 3.267m-1.821 1.179L6.143 20.543c-.539.915-1.733 1.229-2.667.7a1.893 1.893 0 0 1-.714-2.614L10.57 5.371c1.617-2.745 5.199-3.686 8-2.1c2.8 1.584 3.76 5.095 2.143 7.841a1.97 1.97 0 0 1-2.666.7a1.893 1.893 0 0 1-.715-2.613c.54-.916.22-2.086-.714-2.614c-.934-.529-2.128-.215-2.667.7"/></svg> </template>
CSS
.icon-candy-cane {
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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m5.202%2014.486l1.43%205.228m1.498-10.2l1.43%205.229m1.677-9.547l1.25%204.575m2.393-6.932l.893%203.267m-1.821%201.179L6.143%2020.543c-.539.915-1.733%201.229-2.667.7a1.893%201.893%200%200%201-.714-2.614L10.57%205.371c1.617-2.745%205.199-3.686%208-2.1c2.8%201.584%203.76%205.095%202.143%207.841a1.97%201.97%200%200%201-2.666.7a1.893%201.893%200%200%201-.715-2.613c.54-.916.22-2.086-.714-2.614c-.934-.529-2.128-.215-2.667.7%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m5.202%2014.486l1.43%205.228m1.498-10.2l1.43%205.229m1.677-9.547l1.25%204.575m2.393-6.932l.893%203.267m-1.821%201.179L6.143%2020.543c-.539.915-1.733%201.229-2.667.7a1.893%201.893%200%200%201-.714-2.614L10.57%205.371c1.617-2.745%205.199-3.686%208-2.1c2.8%201.584%203.76%205.095%202.143%207.841a1.97%201.97%200%200%201-2.666.7a1.893%201.893%200%200%201-.715-2.613c.54-.916.22-2.086-.714-2.614c-.934-.529-2.128-.215-2.667.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/candy-cane.svg?color=%231a73e8&size=48