fill icon
fill from Line Awesome by Icons8 · Line · Design · Apache-2.0 Free for personal and commercial use.
- Name
- fill
- Set
- Line Awesome
- Style
- Line
- Category
- Design
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- fill-solid
The same icon in other sets
More design icons from Line Awesome
Use the fill icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.313 3.281L9.905 4.72l1.782 1.78l-6.906 6.906a3.063 3.063 0 0 0 0 4.313l.063.062l6.343 6.313a3.063 3.063 0 0 0 4.313 0l7.594-7.594l.718-.688l-9.718-9.718l-.781-.813l-.22-.187zm1.812 4.656L21 15.813l-6.906 6.876a1.054 1.054 0 0 1-1.5 0L6.219 16.28a1.017 1.017 0 0 1 0-1.468zM25 19.25l-.813 1.188s-.539.753-1.062 1.656c-.262.453-.508.926-.719 1.406S22 24.422 22 25c0 1.645 1.355 3 3 3s3-1.355 3-3c0-.578-.195-1.02-.406-1.5s-.457-.953-.719-1.406c-.523-.903-1.063-1.657-1.063-1.657zm0 3.625c.066.11.059.102.125.219c.238.41.492.847.656 1.218c.164.372.219.715.219.688c0 .555-.445 1-1 1s-1-.445-1-1c0 .027.055-.316.219-.688c.164-.37.418-.808.656-1.218c.066-.117.059-.11.125-.219"/></svg>
React
import type { SVGProps } from "react";
export function LaFill(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="M11.313 3.281L9.905 4.72l1.782 1.78l-6.906 6.906a3.063 3.063 0 0 0 0 4.313l.063.062l6.343 6.313a3.063 3.063 0 0 0 4.313 0l7.594-7.594l.718-.688l-9.718-9.718l-.781-.813l-.22-.187zm1.812 4.656L21 15.813l-6.906 6.876a1.054 1.054 0 0 1-1.5 0L6.219 16.28a1.017 1.017 0 0 1 0-1.468zM25 19.25l-.813 1.188s-.539.753-1.062 1.656c-.262.453-.508.926-.719 1.406S22 24.422 22 25c0 1.645 1.355 3 3 3s3-1.355 3-3c0-.578-.195-1.02-.406-1.5s-.457-.953-.719-1.406c-.523-.903-1.063-1.657-1.063-1.657zm0 3.625c.066.11.059.102.125.219c.238.41.492.847.656 1.218c.164.372.219.715.219.688c0 .555-.445 1-1 1s-1-.445-1-1c0 .027.055-.316.219-.688c.164-.37.418-.808.656-1.218c.066-.117.059-.11.125-.219"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.313 3.281L9.905 4.72l1.782 1.78l-6.906 6.906a3.063 3.063 0 0 0 0 4.313l.063.062l6.343 6.313a3.063 3.063 0 0 0 4.313 0l7.594-7.594l.718-.688l-9.718-9.718l-.781-.813l-.22-.187zm1.812 4.656L21 15.813l-6.906 6.876a1.054 1.054 0 0 1-1.5 0L6.219 16.28a1.017 1.017 0 0 1 0-1.468zM25 19.25l-.813 1.188s-.539.753-1.062 1.656c-.262.453-.508.926-.719 1.406S22 24.422 22 25c0 1.645 1.355 3 3 3s3-1.355 3-3c0-.578-.195-1.02-.406-1.5s-.457-.953-.719-1.406c-.523-.903-1.063-1.657-1.063-1.657zm0 3.625c.066.11.059.102.125.219c.238.41.492.847.656 1.218c.164.372.219.715.219.688c0 .555-.445 1-1 1s-1-.445-1-1c0 .027.055-.316.219-.688c.164-.37.418-.808.656-1.218c.066-.117.059-.11.125-.219"/></svg> </template>
CSS
.icon-fill {
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%22M11.313%203.281L9.905%204.72l1.782%201.78l-6.906%206.906a3.063%203.063%200%200%200%200%204.313l.063.062l6.343%206.313a3.063%203.063%200%200%200%204.313%200l7.594-7.594l.718-.688l-9.718-9.718l-.781-.813l-.22-.187zm1.812%204.656L21%2015.813l-6.906%206.876a1.054%201.054%200%200%201-1.5%200L6.219%2016.28a1.017%201.017%200%200%201%200-1.468zM25%2019.25l-.813%201.188s-.539.753-1.062%201.656c-.262.453-.508.926-.719%201.406S22%2024.422%2022%2025c0%201.645%201.355%203%203%203s3-1.355%203-3c0-.578-.195-1.02-.406-1.5s-.457-.953-.719-1.406c-.523-.903-1.063-1.657-1.063-1.657zm0%203.625c.066.11.059.102.125.219c.238.41.492.847.656%201.218c.164.372.219.715.219.688c0%20.555-.445%201-1%201s-1-.445-1-1c0%20.027.055-.316.219-.688c.164-.37.418-.808.656-1.218c.066-.117.059-.11.125-.219%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%22M11.313%203.281L9.905%204.72l1.782%201.78l-6.906%206.906a3.063%203.063%200%200%200%200%204.313l.063.062l6.343%206.313a3.063%203.063%200%200%200%204.313%200l7.594-7.594l.718-.688l-9.718-9.718l-.781-.813l-.22-.187zm1.812%204.656L21%2015.813l-6.906%206.876a1.054%201.054%200%200%201-1.5%200L6.219%2016.28a1.017%201.017%200%200%201%200-1.468zM25%2019.25l-.813%201.188s-.539.753-1.062%201.656c-.262.453-.508.926-.719%201.406S22%2024.422%2022%2025c0%201.645%201.355%203%203%203s3-1.355%203-3c0-.578-.195-1.02-.406-1.5s-.457-.953-.719-1.406c-.523-.903-1.063-1.657-1.063-1.657zm0%203.625c.066.11.059.102.125.219c.238.41.492.847.656%201.218c.164.372.219.715.219.688c0%20.555-.445%201-1%201s-1-.445-1-1c0%20.027.055-.316.219-.688c.164-.37.418-.808.656-1.218c.066-.117.059-.11.125-.219%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/fill.svg?color=%231a73e8&size=48