curling icon
curling from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- curling
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the curling 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="M2 15h10m-4.998 5h9.996c1.868 0 2.802 0 3.498-.402c1.666-.962 1.5-2.91 1.5-4.598s.166-3.636-1.5-4.598c-.265-.153-.564-.248-.937-.306c-.297-.047-.446-.07-.543-.141s-.157-.189-.278-.425l-1.13-2.213C16.189 4.574 15.228 4 12.055 4h-4.44c-.59 0-1.21.002-1.474.617c-.185.433-.185 1.333 0 1.766c.264.615.883.617 1.473.617h4.104c1.68 0 1.996.812 2.056 2v0c.023.46.035.69-.113.845s-.39.155-.874.155H7.002c-1.868 0-2.802 0-3.498.402c-1.666.962-1.5 2.91-1.5 4.598s-.166 3.636 1.5 4.598C4.2 20 5.134 20 7.002 20"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCurling(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="M2 15h10m-4.998 5h9.996c1.868 0 2.802 0 3.498-.402c1.666-.962 1.5-2.91 1.5-4.598s.166-3.636-1.5-4.598c-.265-.153-.564-.248-.937-.306c-.297-.047-.446-.07-.543-.141s-.157-.189-.278-.425l-1.13-2.213C16.189 4.574 15.228 4 12.055 4h-4.44c-.59 0-1.21.002-1.474.617c-.185.433-.185 1.333 0 1.766c.264.615.883.617 1.473.617h4.104c1.68 0 1.996.812 2.056 2v0c.023.46.035.69-.113.845s-.39.155-.874.155H7.002c-1.868 0-2.802 0-3.498.402c-1.666.962-1.5 2.91-1.5 4.598s-.166 3.636 1.5 4.598C4.2 20 5.134 20 7.002 20"/></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="M2 15h10m-4.998 5h9.996c1.868 0 2.802 0 3.498-.402c1.666-.962 1.5-2.91 1.5-4.598s.166-3.636-1.5-4.598c-.265-.153-.564-.248-.937-.306c-.297-.047-.446-.07-.543-.141s-.157-.189-.278-.425l-1.13-2.213C16.189 4.574 15.228 4 12.055 4h-4.44c-.59 0-1.21.002-1.474.617c-.185.433-.185 1.333 0 1.766c.264.615.883.617 1.473.617h4.104c1.68 0 1.996.812 2.056 2v0c.023.46.035.69-.113.845s-.39.155-.874.155H7.002c-1.868 0-2.802 0-3.498.402c-1.666.962-1.5 2.91-1.5 4.598s-.166 3.636 1.5 4.598C4.2 20 5.134 20 7.002 20"/></svg> </template>
CSS
.icon-curling {
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%22M2%2015h10m-4.998%205h9.996c1.868%200%202.802%200%203.498-.402c1.666-.962%201.5-2.91%201.5-4.598s.166-3.636-1.5-4.598c-.265-.153-.564-.248-.937-.306c-.297-.047-.446-.07-.543-.141s-.157-.189-.278-.425l-1.13-2.213C16.189%204.574%2015.228%204%2012.055%204h-4.44c-.59%200-1.21.002-1.474.617c-.185.433-.185%201.333%200%201.766c.264.615.883.617%201.473.617h4.104c1.68%200%201.996.812%202.056%202v0c.023.46.035.69-.113.845s-.39.155-.874.155H7.002c-1.868%200-2.802%200-3.498.402c-1.666.962-1.5%202.91-1.5%204.598s-.166%203.636%201.5%204.598C4.2%2020%205.134%2020%207.002%2020%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%22M2%2015h10m-4.998%205h9.996c1.868%200%202.802%200%203.498-.402c1.666-.962%201.5-2.91%201.5-4.598s.166-3.636-1.5-4.598c-.265-.153-.564-.248-.937-.306c-.297-.047-.446-.07-.543-.141s-.157-.189-.278-.425l-1.13-2.213C16.189%204.574%2015.228%204%2012.055%204h-4.44c-.59%200-1.21.002-1.474.617c-.185.433-.185%201.333%200%201.766c.264.615.883.617%201.473.617h4.104c1.68%200%201.996.812%202.056%202v0c.023.46.035.69-.113.845s-.39.155-.874.155H7.002c-1.868%200-2.802%200-3.498.402c-1.666.962-1.5%202.91-1.5%204.598s-.166%203.636%201.5%204.598C4.2%2020%205.134%2020%207.002%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/curling.svg?color=%231a73e8&size=48