cotton candy icon
cotton-candy from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- cotton-candy
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the cotton candy 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 stroke-linejoin="round" d="M16.314 3.95a2.927 2.927 0 0 0-5.403-.282c-.31.65-1.089 1.242-1.807 1.308a3.415 3.415 0 0 0-.816 6.625m8.026-7.652a2.93 2.93 0 0 1-.69 3.048m.807 4.711a2.93 2.93 0 0 0 2.382 1.653a2.927 2.927 0 0 0 2.33-4.985c-.307-.307-.307-1.072 0-1.38a2.927 2.927 0 1 0-4.83-3.047m-4.139 7.877a2.927 2.927 0 1 0 0 4.139a.222.222 0 0 1 .353.061a3.415 3.415 0 0 0 6.286-2.665"/><path d="m2 22l6-6"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCottonCandy(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 strokeLinejoin="round" d="M16.314 3.95a2.927 2.927 0 0 0-5.403-.282c-.31.65-1.089 1.242-1.807 1.308a3.415 3.415 0 0 0-.816 6.625m8.026-7.652a2.93 2.93 0 0 1-.69 3.048m.807 4.711a2.93 2.93 0 0 0 2.382 1.653a2.927 2.927 0 0 0 2.33-4.985c-.307-.307-.307-1.072 0-1.38a2.927 2.927 0 1 0-4.83-3.047m-4.139 7.877a2.927 2.927 0 1 0 0 4.139a.222.222 0 0 1 .353.061a3.415 3.415 0 0 0 6.286-2.665"/><path d="m2 22l6-6"/></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 stroke-linejoin="round" d="M16.314 3.95a2.927 2.927 0 0 0-5.403-.282c-.31.65-1.089 1.242-1.807 1.308a3.415 3.415 0 0 0-.816 6.625m8.026-7.652a2.93 2.93 0 0 1-.69 3.048m.807 4.711a2.93 2.93 0 0 0 2.382 1.653a2.927 2.927 0 0 0 2.33-4.985c-.307-.307-.307-1.072 0-1.38a2.927 2.927 0 1 0-4.83-3.047m-4.139 7.877a2.927 2.927 0 1 0 0 4.139a.222.222 0 0 1 .353.061a3.415 3.415 0 0 0 6.286-2.665"/><path d="m2 22l6-6"/></g></svg> </template>
CSS
.icon-cotton-candy {
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%20stroke-linejoin%3D%22round%22%20d%3D%22M16.314%203.95a2.927%202.927%200%200%200-5.403-.282c-.31.65-1.089%201.242-1.807%201.308a3.415%203.415%200%200%200-.816%206.625m8.026-7.652a2.93%202.93%200%200%201-.69%203.048m.807%204.711a2.93%202.93%200%200%200%202.382%201.653a2.927%202.927%200%200%200%202.33-4.985c-.307-.307-.307-1.072%200-1.38a2.927%202.927%200%201%200-4.83-3.047m-4.139%207.877a2.927%202.927%200%201%200%200%204.139a.222.222%200%200%201%20.353.061a3.415%203.415%200%200%200%206.286-2.665%22%2F%3E%3Cpath%20d%3D%22m2%2022l6-6%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%20stroke-linejoin%3D%22round%22%20d%3D%22M16.314%203.95a2.927%202.927%200%200%200-5.403-.282c-.31.65-1.089%201.242-1.807%201.308a3.415%203.415%200%200%200-.816%206.625m8.026-7.652a2.93%202.93%200%200%201-.69%203.048m.807%204.711a2.93%202.93%200%200%200%202.382%201.653a2.927%202.927%200%200%200%202.33-4.985c-.307-.307-.307-1.072%200-1.38a2.927%202.927%200%201%200-4.83-3.047m-4.139%207.877a2.927%202.927%200%201%200%200%204.139a.222.222%200%200%201%20.353.061a3.415%203.415%200%200%200%206.286-2.665%22%2F%3E%3Cpath%20d%3D%22m2%2022l6-6%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/cotton-candy.svg?color=%231a73e8&size=48