line style sketch icon

line-style-sketch-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
line-style-sketch-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the line style sketch icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 4a1 1 0 0 0 0 2h18a1 1 0 1 0 0-2zm2.59 6.82c.86-.375 1.88-.82 3.33-.82s2.47.445 3.33.82l.03.013c.854.373 1.546.667 2.56.667c.9 0 1.548-.23 2.34-.51l.348-.122c.973-.338 2.09-.648 3.658-.35a1 1 0 1 1-.372 1.964c-1.072-.202-1.801-.012-2.631.275l-.316.112c-.789.283-1.762.631-3.027.631c-1.45 0-2.47-.445-3.33-.82l-.03-.013C10.626 12.294 9.934 12 8.92 12s-1.706.294-2.56.667l-.03.013c-.86.375-1.88.82-3.33.82a1 1 0 1 1 0-2c1.014 0 1.706-.294 2.56-.667zm14.87 6.339a1 1 0 0 1 1.381.3a1.01 1.01 0 0 1-.304 1.385l-.119.073a15 15 0 0 1-1.365.736c-.81.384-1.982.847-3.053.847c-1.13 0-1.928-.514-2.493-.878l-.048-.03C13.861 19.205 13.505 19 13 19c-.52 0-.919.218-1.566.607l-.054.033c-.597.36-1.429.86-2.542.86c-.58 0-1.058-.135-1.461-.39c-.356-.226-.599-.518-.746-.695l-.02-.024c-.17-.202-.233-.268-.303-.312c-.04-.026-.136-.079-.39-.079c-.537 0-1.062.247-1.5.562a4.3 4.3 0 0 0-.653.582a1 1 0 0 1-1.533-1.285l.029-.033l.058-.065q.073-.081.203-.21c.17-.167.418-.39.728-.613c.606-.435 1.54-.938 2.67-.938c.58 0 1.058.135 1.46.39c.357.226.6.518.747.695l.02.024c.169.202.233.268.303.312c.04.026.136.079.389.079c.52 0 .919-.218 1.566-.607l.054-.033C11.055 17.5 11.886 17 13 17c1.13 0 1.928.514 2.493.878l.048.03c.599.386.954.592 1.459.592c.596 0 1.424-.287 2.197-.654a13 13 0 0 0 1.262-.687"/></svg>

React

import type { SVGProps } from "react";

export function FluentLineStyleSketch24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 4a1 1 0 0 0 0 2h18a1 1 0 1 0 0-2zm2.59 6.82c.86-.375 1.88-.82 3.33-.82s2.47.445 3.33.82l.03.013c.854.373 1.546.667 2.56.667c.9 0 1.548-.23 2.34-.51l.348-.122c.973-.338 2.09-.648 3.658-.35a1 1 0 1 1-.372 1.964c-1.072-.202-1.801-.012-2.631.275l-.316.112c-.789.283-1.762.631-3.027.631c-1.45 0-2.47-.445-3.33-.82l-.03-.013C10.626 12.294 9.934 12 8.92 12s-1.706.294-2.56.667l-.03.013c-.86.375-1.88.82-3.33.82a1 1 0 1 1 0-2c1.014 0 1.706-.294 2.56-.667zm14.87 6.339a1 1 0 0 1 1.381.3a1.01 1.01 0 0 1-.304 1.385l-.119.073a15 15 0 0 1-1.365.736c-.81.384-1.982.847-3.053.847c-1.13 0-1.928-.514-2.493-.878l-.048-.03C13.861 19.205 13.505 19 13 19c-.52 0-.919.218-1.566.607l-.054.033c-.597.36-1.429.86-2.542.86c-.58 0-1.058-.135-1.461-.39c-.356-.226-.599-.518-.746-.695l-.02-.024c-.17-.202-.233-.268-.303-.312c-.04-.026-.136-.079-.39-.079c-.537 0-1.062.247-1.5.562a4.3 4.3 0 0 0-.653.582a1 1 0 0 1-1.533-1.285l.029-.033l.058-.065q.073-.081.203-.21c.17-.167.418-.39.728-.613c.606-.435 1.54-.938 2.67-.938c.58 0 1.058.135 1.46.39c.357.226.6.518.747.695l.02.024c.169.202.233.268.303.312c.04.026.136.079.389.079c.52 0 .919-.218 1.566-.607l.054-.033C11.055 17.5 11.886 17 13 17c1.13 0 1.928.514 2.493.878l.048.03c.599.386.954.592 1.459.592c.596 0 1.424-.287 2.197-.654a13 13 0 0 0 1.262-.687"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 4a1 1 0 0 0 0 2h18a1 1 0 1 0 0-2zm2.59 6.82c.86-.375 1.88-.82 3.33-.82s2.47.445 3.33.82l.03.013c.854.373 1.546.667 2.56.667c.9 0 1.548-.23 2.34-.51l.348-.122c.973-.338 2.09-.648 3.658-.35a1 1 0 1 1-.372 1.964c-1.072-.202-1.801-.012-2.631.275l-.316.112c-.789.283-1.762.631-3.027.631c-1.45 0-2.47-.445-3.33-.82l-.03-.013C10.626 12.294 9.934 12 8.92 12s-1.706.294-2.56.667l-.03.013c-.86.375-1.88.82-3.33.82a1 1 0 1 1 0-2c1.014 0 1.706-.294 2.56-.667zm14.87 6.339a1 1 0 0 1 1.381.3a1.01 1.01 0 0 1-.304 1.385l-.119.073a15 15 0 0 1-1.365.736c-.81.384-1.982.847-3.053.847c-1.13 0-1.928-.514-2.493-.878l-.048-.03C13.861 19.205 13.505 19 13 19c-.52 0-.919.218-1.566.607l-.054.033c-.597.36-1.429.86-2.542.86c-.58 0-1.058-.135-1.461-.39c-.356-.226-.599-.518-.746-.695l-.02-.024c-.17-.202-.233-.268-.303-.312c-.04-.026-.136-.079-.39-.079c-.537 0-1.062.247-1.5.562a4.3 4.3 0 0 0-.653.582a1 1 0 0 1-1.533-1.285l.029-.033l.058-.065q.073-.081.203-.21c.17-.167.418-.39.728-.613c.606-.435 1.54-.938 2.67-.938c.58 0 1.058.135 1.46.39c.357.226.6.518.747.695l.02.024c.169.202.233.268.303.312c.04.026.136.079.389.079c.52 0 .919-.218 1.566-.607l.054-.033C11.055 17.5 11.886 17 13 17c1.13 0 1.928.514 2.493.878l.048.03c.599.386.954.592 1.459.592c.596 0 1.424-.287 2.197-.654a13 13 0 0 0 1.262-.687"/></svg>
</template>

CSS

.icon-line-style-sketch-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%204a1%201%200%200%200%200%202h18a1%201%200%201%200%200-2zm2.59%206.82c.86-.375%201.88-.82%203.33-.82s2.47.445%203.33.82l.03.013c.854.373%201.546.667%202.56.667c.9%200%201.548-.23%202.34-.51l.348-.122c.973-.338%202.09-.648%203.658-.35a1%201%200%201%201-.372%201.964c-1.072-.202-1.801-.012-2.631.275l-.316.112c-.789.283-1.762.631-3.027.631c-1.45%200-2.47-.445-3.33-.82l-.03-.013C10.626%2012.294%209.934%2012%208.92%2012s-1.706.294-2.56.667l-.03.013c-.86.375-1.88.82-3.33.82a1%201%200%201%201%200-2c1.014%200%201.706-.294%202.56-.667zm14.87%206.339a1%201%200%200%201%201.381.3a1.01%201.01%200%200%201-.304%201.385l-.119.073a15%2015%200%200%201-1.365.736c-.81.384-1.982.847-3.053.847c-1.13%200-1.928-.514-2.493-.878l-.048-.03C13.861%2019.205%2013.505%2019%2013%2019c-.52%200-.919.218-1.566.607l-.054.033c-.597.36-1.429.86-2.542.86c-.58%200-1.058-.135-1.461-.39c-.356-.226-.599-.518-.746-.695l-.02-.024c-.17-.202-.233-.268-.303-.312c-.04-.026-.136-.079-.39-.079c-.537%200-1.062.247-1.5.562a4.3%204.3%200%200%200-.653.582a1%201%200%200%201-1.533-1.285l.029-.033l.058-.065q.073-.081.203-.21c.17-.167.418-.39.728-.613c.606-.435%201.54-.938%202.67-.938c.58%200%201.058.135%201.46.39c.357.226.6.518.747.695l.02.024c.169.202.233.268.303.312c.04.026.136.079.389.079c.52%200%20.919-.218%201.566-.607l.054-.033C11.055%2017.5%2011.886%2017%2013%2017c1.13%200%201.928.514%202.493.878l.048.03c.599.386.954.592%201.459.592c.596%200%201.424-.287%202.197-.654a13%2013%200%200%200%201.262-.687%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%22currentColor%22%20d%3D%22M3%204a1%201%200%200%200%200%202h18a1%201%200%201%200%200-2zm2.59%206.82c.86-.375%201.88-.82%203.33-.82s2.47.445%203.33.82l.03.013c.854.373%201.546.667%202.56.667c.9%200%201.548-.23%202.34-.51l.348-.122c.973-.338%202.09-.648%203.658-.35a1%201%200%201%201-.372%201.964c-1.072-.202-1.801-.012-2.631.275l-.316.112c-.789.283-1.762.631-3.027.631c-1.45%200-2.47-.445-3.33-.82l-.03-.013C10.626%2012.294%209.934%2012%208.92%2012s-1.706.294-2.56.667l-.03.013c-.86.375-1.88.82-3.33.82a1%201%200%201%201%200-2c1.014%200%201.706-.294%202.56-.667zm14.87%206.339a1%201%200%200%201%201.381.3a1.01%201.01%200%200%201-.304%201.385l-.119.073a15%2015%200%200%201-1.365.736c-.81.384-1.982.847-3.053.847c-1.13%200-1.928-.514-2.493-.878l-.048-.03C13.861%2019.205%2013.505%2019%2013%2019c-.52%200-.919.218-1.566.607l-.054.033c-.597.36-1.429.86-2.542.86c-.58%200-1.058-.135-1.461-.39c-.356-.226-.599-.518-.746-.695l-.02-.024c-.17-.202-.233-.268-.303-.312c-.04-.026-.136-.079-.39-.079c-.537%200-1.062.247-1.5.562a4.3%204.3%200%200%200-.653.582a1%201%200%200%201-1.533-1.285l.029-.033l.058-.065q.073-.081.203-.21c.17-.167.418-.39.728-.613c.606-.435%201.54-.938%202.67-.938c.58%200%201.058.135%201.46.39c.357.226.6.518.747.695l.02.024c.169.202.233.268.303.312c.04.026.136.079.389.079c.52%200%20.919-.218%201.566-.607l.054-.033C11.055%2017.5%2011.886%2017%2013%2017c1.13%200%201.928.514%202.493.878l.048.03c.599.386.954.592%201.459.592c.596%200%201.424-.287%202.197-.654a13%2013%200%200%200%201.262-.687%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/line-style-sketch-24-filled.svg?color=%231a73e8&size=48