color-line-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
color-line-16-regular
Set
Fluent UI System Icons
Style
16 Regular
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.008 11.411a1.75 1.75 0 0 1-.228-1.227A1.5 1.5 0 0 0 1 11.5v2A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-2a1.5 1.5 0 0 0-1.5-1.5H8.479l-.716.716a3 3 0 0 1-.325.284H13.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-2q0-.045.008-.089M11.082 2a.918.918 0 0 1 .649 1.567L6.173 9.125a.93.93 0 0 1-.406.237l-1.554.425l.425-1.554a.9.9 0 0 1 .237-.405l5.558-5.559A.9.9 0 0 1 11.082 2m0-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 FluentColorLine16Regular(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.008 11.411a1.75 1.75 0 0 1-.228-1.227A1.5 1.5 0 0 0 1 11.5v2A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-2a1.5 1.5 0 0 0-1.5-1.5H8.479l-.716.716a3 3 0 0 1-.325.284H13.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-2q0-.045.008-.089M11.082 2a.918.918 0 0 1 .649 1.567L6.173 9.125a.93.93 0 0 1-.406.237l-1.554.425l.425-1.554a.9.9 0 0 1 .237-.405l5.558-5.559A.9.9 0 0 1 11.082 2m0-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.008 11.411a1.75 1.75 0 0 1-.228-1.227A1.5 1.5 0 0 0 1 11.5v2A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-2a1.5 1.5 0 0 0-1.5-1.5H8.479l-.716.716a3 3 0 0 1-.325.284H13.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-2q0-.045.008-.089M11.082 2a.918.918 0 0 1 .649 1.567L6.173 9.125a.93.93 0 0 1-.406.237l-1.554.425l.425-1.554a.9.9 0 0 1 .237-.405l5.558-5.559A.9.9 0 0 1 11.082 2m0-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-regular {
  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.008%2011.411a1.75%201.75%200%200%201-.228-1.227A1.5%201.5%200%200%200%201%2011.5v2A1.5%201.5%200%200%200%202.5%2015h11a1.5%201.5%200%200%200%201.5-1.5v-2a1.5%201.5%200%200%200-1.5-1.5H8.479l-.716.716a3%203%200%200%201-.325.284H13.5a.5.5%200%200%201%20.5.5v2a.5.5%200%200%201-.5.5h-11a.5.5%200%200%201-.5-.5v-2q0-.045.008-.089M11.082%202a.918.918%200%200%201%20.649%201.567L6.173%209.125a.93.93%200%200%201-.406.237l-1.554.425l.425-1.554a.9.9%200%200%201%20.237-.405l5.558-5.559A.9.9%200%200%201%2011.082%202m0-1a1.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.008%2011.411a1.75%201.75%200%200%201-.228-1.227A1.5%201.5%200%200%200%201%2011.5v2A1.5%201.5%200%200%200%202.5%2015h11a1.5%201.5%200%200%200%201.5-1.5v-2a1.5%201.5%200%200%200-1.5-1.5H8.479l-.716.716a3%203%200%200%201-.325.284H13.5a.5.5%200%200%201%20.5.5v2a.5.5%200%200%201-.5.5h-11a.5.5%200%200%201-.5-.5v-2q0-.045.008-.089M11.082%202a.918.918%200%200%201%20.649%201.567L6.173%209.125a.93.93%200%200%201-.406.237l-1.554.425l.425-1.554a.9.9%200%200%201%20.237-.405l5.558-5.559A.9.9%200%200%201%2011.082%202m0-1a1.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-regular.svg?color=%231a73e8&size=48