icicles icon
icicles from Line Awesome by Icons8 · Line · Winter · Apache-2.0 Free for personal and commercial use.
- Name
- icicles
- Set
- Line Awesome
- Style
- Line
- Category
- Winter
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- icicles-solid
The same icon in other sets
More winter icons from Line Awesome
Use the icicles icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 5v2.375l.813.281C7.546 8.27 8 9.156 8 10.125V21c0 1.645 1.355 3 3 3s3-1.355 3-3v-2.125c0-.73.66-1.195 1.344-.938a1 1 0 0 1 .656.938V25c0 1.645 1.355 3 3 3s3-1.355 3-3v-8.969c0-1.273.98-2.234 2.188-2.281h.03l1.782.625V12zm3.813 3.719L21.5 12.813c-.906.78-1.5 1.917-1.5 3.218V25c0 .566-.434 1-1 1s-1-.434-1-1v-6.125c0-1.246-.77-2.375-1.938-2.813c-1.93-.722-4.062.75-4.062 2.813V21c0 .566-.434 1-1 1s-1-.434-1-1V10.125c0-.48-.063-.953-.188-1.406z"/></svg>
React
import type { SVGProps } from "react";
export function LaIcicles(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 5v2.375l.813.281C7.546 8.27 8 9.156 8 10.125V21c0 1.645 1.355 3 3 3s3-1.355 3-3v-2.125c0-.73.66-1.195 1.344-.938a1 1 0 0 1 .656.938V25c0 1.645 1.355 3 3 3s3-1.355 3-3v-8.969c0-1.273.98-2.234 2.188-2.281h.03l1.782.625V12zm3.813 3.719L21.5 12.813c-.906.78-1.5 1.917-1.5 3.218V25c0 .566-.434 1-1 1s-1-.434-1-1v-6.125c0-1.246-.77-2.375-1.938-2.813c-1.93-.722-4.062.75-4.062 2.813V21c0 .566-.434 1-1 1s-1-.434-1-1V10.125c0-.48-.063-.953-.188-1.406z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 5v2.375l.813.281C7.546 8.27 8 9.156 8 10.125V21c0 1.645 1.355 3 3 3s3-1.355 3-3v-2.125c0-.73.66-1.195 1.344-.938a1 1 0 0 1 .656.938V25c0 1.645 1.355 3 3 3s3-1.355 3-3v-8.969c0-1.273.98-2.234 2.188-2.281h.03l1.782.625V12zm3.813 3.719L21.5 12.813c-.906.78-1.5 1.917-1.5 3.218V25c0 .566-.434 1-1 1s-1-.434-1-1v-6.125c0-1.246-.77-2.375-1.938-2.813c-1.93-.722-4.062.75-4.062 2.813V21c0 .566-.434 1-1 1s-1-.434-1-1V10.125c0-.48-.063-.953-.188-1.406z"/></svg> </template>
CSS
.icon-icicles {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%205v2.375l.813.281C7.546%208.27%208%209.156%208%2010.125V21c0%201.645%201.355%203%203%203s3-1.355%203-3v-2.125c0-.73.66-1.195%201.344-.938a1%201%200%200%201%20.656.938V25c0%201.645%201.355%203%203%203s3-1.355%203-3v-8.969c0-1.273.98-2.234%202.188-2.281h.03l1.782.625V12zm3.813%203.719L21.5%2012.813c-.906.78-1.5%201.917-1.5%203.218V25c0%20.566-.434%201-1%201s-1-.434-1-1v-6.125c0-1.246-.77-2.375-1.938-2.813c-1.93-.722-4.062.75-4.062%202.813V21c0%20.566-.434%201-1%201s-1-.434-1-1V10.125c0-.48-.063-.953-.188-1.406z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%205v2.375l.813.281C7.546%208.27%208%209.156%208%2010.125V21c0%201.645%201.355%203%203%203s3-1.355%203-3v-2.125c0-.73.66-1.195%201.344-.938a1%201%200%200%201%20.656.938V25c0%201.645%201.355%203%203%203s3-1.355%203-3v-8.969c0-1.273.98-2.234%202.188-2.281h.03l1.782.625V12zm3.813%203.719L21.5%2012.813c-.906.78-1.5%201.917-1.5%203.218V25c0%20.566-.434%201-1%201s-1-.434-1-1v-6.125c0-1.246-.77-2.375-1.938-2.813c-1.93-.722-4.062.75-4.062%202.813V21c0%20.566-.434%201-1%201s-1-.434-1-1V10.125c0-.48-.063-.953-.188-1.406z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/icicles.svg?color=%231a73e8&size=48