line style sketch icon

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

Name
line-style-sketch-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M2 7.25C2 6.56 2.56 6 3.25 6h25.5a1.25 1.25 0 1 1 0 2.5H3.25C2.56 8.5 2 7.94 2 7.25m13.308 9.387c1.209.62 2.655 1.363 4.715 1.363c1.8 0 3.183-.582 4.298-1.052q.23-.098.446-.186c1.181-.482 2.205-.794 3.711-.459a1.25 1.25 0 0 0 .544-2.44c-2.234-.497-3.826.024-5.2.584l-.49.203h-.001c-1.126.469-2.04.85-3.308.85c-1.426 0-2.404-.487-3.622-1.112l-.05-.025C15.145 13.743 13.698 13 11.638 13s-3.507.743-4.715 1.363l-.05.025C5.656 15.013 4.678 15.5 3.25 15.5a1.25 1.25 0 1 0 0 2.5c2.06 0 3.507-.743 4.715-1.363l.05-.025c1.217-.625 2.195-1.112 3.622-1.112c1.426 0 2.405.487 3.622 1.112zm-13.077 8.39a1.25 1.25 0 0 0 2.037 1.448l.05-.066a7 7 0 0 1 .921-.955c.648-.547 1.399-.954 2.146-.954c.343 0 .482.082.563.142c.13.098.245.243.485.581l.029.04c.205.29.526.743 1 1.098c.547.408 1.22.639 2.058.639c1.583 0 2.755-.83 3.587-1.42l.083-.06c.931-.658 1.502-1.02 2.227-1.02c.705 0 1.214.343 2.079.997l.075.057c.785.595 1.908 1.446 3.512 1.446c1.529 0 3.19-.774 4.328-1.408a21 21 0 0 0 2.091-1.344h.001l.001-.001a1.25 1.25 0 0 0-1.508-1.994a11 11 0 0 1-.5.352c-.325.22-.78.512-1.302.803c-1.106.616-2.277 1.092-3.11 1.092c-.706 0-1.215-.343-2.08-.997l-.075-.057C20.144 22.851 19.021 22 17.417 22c-1.583 0-2.755.83-3.587 1.42l-.083.06c-.931.658-1.501 1.02-2.227 1.02c-.342 0-.481-.082-.562-.142c-.13-.098-.246-.243-.486-.581l-.028-.04c-.205-.29-.526-.743-1-1.098c-.547-.408-1.22-.639-2.059-.639c-1.614 0-2.93.843-3.76 1.546a9.3 9.3 0 0 0-1.359 1.432l-.033.046l-.001.001z"/></svg>

React

import type { SVGProps } from "react";

export function FluentLineStyleSketch32Filled(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="M2 7.25C2 6.56 2.56 6 3.25 6h25.5a1.25 1.25 0 1 1 0 2.5H3.25C2.56 8.5 2 7.94 2 7.25m13.308 9.387c1.209.62 2.655 1.363 4.715 1.363c1.8 0 3.183-.582 4.298-1.052q.23-.098.446-.186c1.181-.482 2.205-.794 3.711-.459a1.25 1.25 0 0 0 .544-2.44c-2.234-.497-3.826.024-5.2.584l-.49.203h-.001c-1.126.469-2.04.85-3.308.85c-1.426 0-2.404-.487-3.622-1.112l-.05-.025C15.145 13.743 13.698 13 11.638 13s-3.507.743-4.715 1.363l-.05.025C5.656 15.013 4.678 15.5 3.25 15.5a1.25 1.25 0 1 0 0 2.5c2.06 0 3.507-.743 4.715-1.363l.05-.025c1.217-.625 2.195-1.112 3.622-1.112c1.426 0 2.405.487 3.622 1.112zm-13.077 8.39a1.25 1.25 0 0 0 2.037 1.448l.05-.066a7 7 0 0 1 .921-.955c.648-.547 1.399-.954 2.146-.954c.343 0 .482.082.563.142c.13.098.245.243.485.581l.029.04c.205.29.526.743 1 1.098c.547.408 1.22.639 2.058.639c1.583 0 2.755-.83 3.587-1.42l.083-.06c.931-.658 1.502-1.02 2.227-1.02c.705 0 1.214.343 2.079.997l.075.057c.785.595 1.908 1.446 3.512 1.446c1.529 0 3.19-.774 4.328-1.408a21 21 0 0 0 2.091-1.344h.001l.001-.001a1.25 1.25 0 0 0-1.508-1.994a11 11 0 0 1-.5.352c-.325.22-.78.512-1.302.803c-1.106.616-2.277 1.092-3.11 1.092c-.706 0-1.215-.343-2.08-.997l-.075-.057C20.144 22.851 19.021 22 17.417 22c-1.583 0-2.755.83-3.587 1.42l-.083.06c-.931.658-1.501 1.02-2.227 1.02c-.342 0-.481-.082-.562-.142c-.13-.098-.246-.243-.486-.581l-.028-.04c-.205-.29-.526-.743-1-1.098c-.547-.408-1.22-.639-2.059-.639c-1.614 0-2.93.843-3.76 1.546a9.3 9.3 0 0 0-1.359 1.432l-.033.046l-.001.001z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 7.25C2 6.56 2.56 6 3.25 6h25.5a1.25 1.25 0 1 1 0 2.5H3.25C2.56 8.5 2 7.94 2 7.25m13.308 9.387c1.209.62 2.655 1.363 4.715 1.363c1.8 0 3.183-.582 4.298-1.052q.23-.098.446-.186c1.181-.482 2.205-.794 3.711-.459a1.25 1.25 0 0 0 .544-2.44c-2.234-.497-3.826.024-5.2.584l-.49.203h-.001c-1.126.469-2.04.85-3.308.85c-1.426 0-2.404-.487-3.622-1.112l-.05-.025C15.145 13.743 13.698 13 11.638 13s-3.507.743-4.715 1.363l-.05.025C5.656 15.013 4.678 15.5 3.25 15.5a1.25 1.25 0 1 0 0 2.5c2.06 0 3.507-.743 4.715-1.363l.05-.025c1.217-.625 2.195-1.112 3.622-1.112c1.426 0 2.405.487 3.622 1.112zm-13.077 8.39a1.25 1.25 0 0 0 2.037 1.448l.05-.066a7 7 0 0 1 .921-.955c.648-.547 1.399-.954 2.146-.954c.343 0 .482.082.563.142c.13.098.245.243.485.581l.029.04c.205.29.526.743 1 1.098c.547.408 1.22.639 2.058.639c1.583 0 2.755-.83 3.587-1.42l.083-.06c.931-.658 1.502-1.02 2.227-1.02c.705 0 1.214.343 2.079.997l.075.057c.785.595 1.908 1.446 3.512 1.446c1.529 0 3.19-.774 4.328-1.408a21 21 0 0 0 2.091-1.344h.001l.001-.001a1.25 1.25 0 0 0-1.508-1.994a11 11 0 0 1-.5.352c-.325.22-.78.512-1.302.803c-1.106.616-2.277 1.092-3.11 1.092c-.706 0-1.215-.343-2.08-.997l-.075-.057C20.144 22.851 19.021 22 17.417 22c-1.583 0-2.755.83-3.587 1.42l-.083.06c-.931.658-1.501 1.02-2.227 1.02c-.342 0-.481-.082-.562-.142c-.13-.098-.246-.243-.486-.581l-.028-.04c-.205-.29-.526-.743-1-1.098c-.547-.408-1.22-.639-2.059-.639c-1.614 0-2.93.843-3.76 1.546a9.3 9.3 0 0 0-1.359 1.432l-.033.046l-.001.001z"/></svg>
</template>

CSS

.icon-line-style-sketch-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%207.25C2%206.56%202.56%206%203.25%206h25.5a1.25%201.25%200%201%201%200%202.5H3.25C2.56%208.5%202%207.94%202%207.25m13.308%209.387c1.209.62%202.655%201.363%204.715%201.363c1.8%200%203.183-.582%204.298-1.052q.23-.098.446-.186c1.181-.482%202.205-.794%203.711-.459a1.25%201.25%200%200%200%20.544-2.44c-2.234-.497-3.826.024-5.2.584l-.49.203h-.001c-1.126.469-2.04.85-3.308.85c-1.426%200-2.404-.487-3.622-1.112l-.05-.025C15.145%2013.743%2013.698%2013%2011.638%2013s-3.507.743-4.715%201.363l-.05.025C5.656%2015.013%204.678%2015.5%203.25%2015.5a1.25%201.25%200%201%200%200%202.5c2.06%200%203.507-.743%204.715-1.363l.05-.025c1.217-.625%202.195-1.112%203.622-1.112c1.426%200%202.405.487%203.622%201.112zm-13.077%208.39a1.25%201.25%200%200%200%202.037%201.448l.05-.066a7%207%200%200%201%20.921-.955c.648-.547%201.399-.954%202.146-.954c.343%200%20.482.082.563.142c.13.098.245.243.485.581l.029.04c.205.29.526.743%201%201.098c.547.408%201.22.639%202.058.639c1.583%200%202.755-.83%203.587-1.42l.083-.06c.931-.658%201.502-1.02%202.227-1.02c.705%200%201.214.343%202.079.997l.075.057c.785.595%201.908%201.446%203.512%201.446c1.529%200%203.19-.774%204.328-1.408a21%2021%200%200%200%202.091-1.344h.001l.001-.001a1.25%201.25%200%200%200-1.508-1.994a11%2011%200%200%201-.5.352c-.325.22-.78.512-1.302.803c-1.106.616-2.277%201.092-3.11%201.092c-.706%200-1.215-.343-2.08-.997l-.075-.057C20.144%2022.851%2019.021%2022%2017.417%2022c-1.583%200-2.755.83-3.587%201.42l-.083.06c-.931.658-1.501%201.02-2.227%201.02c-.342%200-.481-.082-.562-.142c-.13-.098-.246-.243-.486-.581l-.028-.04c-.205-.29-.526-.743-1-1.098c-.547-.408-1.22-.639-2.059-.639c-1.614%200-2.93.843-3.76%201.546a9.3%209.3%200%200%200-1.359%201.432l-.033.046l-.001.001z%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%22M2%207.25C2%206.56%202.56%206%203.25%206h25.5a1.25%201.25%200%201%201%200%202.5H3.25C2.56%208.5%202%207.94%202%207.25m13.308%209.387c1.209.62%202.655%201.363%204.715%201.363c1.8%200%203.183-.582%204.298-1.052q.23-.098.446-.186c1.181-.482%202.205-.794%203.711-.459a1.25%201.25%200%200%200%20.544-2.44c-2.234-.497-3.826.024-5.2.584l-.49.203h-.001c-1.126.469-2.04.85-3.308.85c-1.426%200-2.404-.487-3.622-1.112l-.05-.025C15.145%2013.743%2013.698%2013%2011.638%2013s-3.507.743-4.715%201.363l-.05.025C5.656%2015.013%204.678%2015.5%203.25%2015.5a1.25%201.25%200%201%200%200%202.5c2.06%200%203.507-.743%204.715-1.363l.05-.025c1.217-.625%202.195-1.112%203.622-1.112c1.426%200%202.405.487%203.622%201.112zm-13.077%208.39a1.25%201.25%200%200%200%202.037%201.448l.05-.066a7%207%200%200%201%20.921-.955c.648-.547%201.399-.954%202.146-.954c.343%200%20.482.082.563.142c.13.098.245.243.485.581l.029.04c.205.29.526.743%201%201.098c.547.408%201.22.639%202.058.639c1.583%200%202.755-.83%203.587-1.42l.083-.06c.931-.658%201.502-1.02%202.227-1.02c.705%200%201.214.343%202.079.997l.075.057c.785.595%201.908%201.446%203.512%201.446c1.529%200%203.19-.774%204.328-1.408a21%2021%200%200%200%202.091-1.344h.001l.001-.001a1.25%201.25%200%200%200-1.508-1.994a11%2011%200%200%201-.5.352c-.325.22-.78.512-1.302.803c-1.106.616-2.277%201.092-3.11%201.092c-.706%200-1.215-.343-2.08-.997l-.075-.057C20.144%2022.851%2019.021%2022%2017.417%2022c-1.583%200-2.755.83-3.587%201.42l-.083.06c-.931.658-1.501%201.02-2.227%201.02c-.342%200-.481-.082-.562-.142c-.13-.098-.246-.243-.486-.581l-.028-.04c-.205-.29-.526-.743-1-1.098c-.547-.408-1.22-.639-2.059-.639c-1.614%200-2.93.843-3.76%201.546a9.3%209.3%200%200%200-1.359%201.432l-.033.046l-.001.001z%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-32-filled.svg?color=%231a73e8&size=48