color line icon
color-line-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- color-line-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the color line icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.727 12.07a1.75 1.75 0 0 0 1.236.118l2.4-.656a3.16 3.16 0 0 0 1.4-.816L8.479 10H13.5a1.5 1.5 0 0 1 1.5 1.5v2a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 1 13.5v-2a1.5 1.5 0 0 1 .78-1.316a1.75 1.75 0 0 0 .947 1.885M11.082 1a1.9 1.9 0 0 0-1.356.562L4.168 7.12a1.9 1.9 0 0 0-.494.849l-.656 2.4a.5.5 0 0 0 .614.613l2.4-.656a1.9 1.9 0 0 0 .849-.494l5.558-5.558A1.919 1.919 0 0 0 11.082 1"/></svg>
React
import type { SVGProps } from "react";
export function FluentColorLine16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.727 12.07a1.75 1.75 0 0 0 1.236.118l2.4-.656a3.16 3.16 0 0 0 1.4-.816L8.479 10H13.5a1.5 1.5 0 0 1 1.5 1.5v2a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 1 13.5v-2a1.5 1.5 0 0 1 .78-1.316a1.75 1.75 0 0 0 .947 1.885M11.082 1a1.9 1.9 0 0 0-1.356.562L4.168 7.12a1.9 1.9 0 0 0-.494.849l-.656 2.4a.5.5 0 0 0 .614.613l2.4-.656a1.9 1.9 0 0 0 .849-.494l5.558-5.558A1.919 1.919 0 0 0 11.082 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.727 12.07a1.75 1.75 0 0 0 1.236.118l2.4-.656a3.16 3.16 0 0 0 1.4-.816L8.479 10H13.5a1.5 1.5 0 0 1 1.5 1.5v2a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 1 13.5v-2a1.5 1.5 0 0 1 .78-1.316a1.75 1.75 0 0 0 .947 1.885M11.082 1a1.9 1.9 0 0 0-1.356.562L4.168 7.12a1.9 1.9 0 0 0-.494.849l-.656 2.4a.5.5 0 0 0 .614.613l2.4-.656a1.9 1.9 0 0 0 .849-.494l5.558-5.558A1.919 1.919 0 0 0 11.082 1"/></svg> </template>
CSS
.icon-color-line-16-filled {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.727%2012.07a1.75%201.75%200%200%200%201.236.118l2.4-.656a3.16%203.16%200%200%200%201.4-.816L8.479%2010H13.5a1.5%201.5%200%200%201%201.5%201.5v2a1.5%201.5%200%200%201-1.5%201.5h-11A1.5%201.5%200%200%201%201%2013.5v-2a1.5%201.5%200%200%201%20.78-1.316a1.75%201.75%200%200%200%20.947%201.885M11.082%201a1.9%201.9%200%200%200-1.356.562L4.168%207.12a1.9%201.9%200%200%200-.494.849l-.656%202.4a.5.5%200%200%200%20.614.613l2.4-.656a1.9%201.9%200%200%200%20.849-.494l5.558-5.558A1.919%201.919%200%200%200%2011.082%201%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.727%2012.07a1.75%201.75%200%200%200%201.236.118l2.4-.656a3.16%203.16%200%200%200%201.4-.816L8.479%2010H13.5a1.5%201.5%200%200%201%201.5%201.5v2a1.5%201.5%200%200%201-1.5%201.5h-11A1.5%201.5%200%200%201%201%2013.5v-2a1.5%201.5%200%200%201%20.78-1.316a1.75%201.75%200%200%200%20.947%201.885M11.082%201a1.9%201.9%200%200%200-1.356.562L4.168%207.12a1.9%201.9%200%200%200-.494.849l-.656%202.4a.5.5%200%200%200%20.614.613l2.4-.656a1.9%201.9%200%200%200%20.849-.494l5.558-5.558A1.919%201.919%200%200%200%2011.082%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/color-line-16-filled.svg?color=%231a73e8&size=48