line style sketch icon

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

Name
line-style-sketch-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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="M2.75 4a.75.75 0 0 0 0 1.5h18.5a.75.75 0 0 0 0-1.5zm2.772 6.8c.883-.375 1.885-.8 3.312-.8c1.428 0 2.43.425 3.313.8l.023.01c.879.372 1.64.69 2.749.69c.978 0 1.692-.246 2.506-.527l.353-.121c.98-.33 2.07-.623 3.608-.34a.75.75 0 1 1-.272 1.476c-1.175-.217-1.983-.01-2.857.285l-.329.114c-.812.282-1.763.613-3.01.613c-1.427 0-2.428-.425-3.311-.8l-.023-.01c-.88-.372-1.64-.69-2.75-.69s-1.87.318-2.749.69l-.023.01c-.883.375-1.884.8-3.312.8a.75.75 0 0 1 0-1.5c1.11 0 1.87-.318 2.75-.69zm16.364 6.552a.75.75 0 0 0-1.034-.238l-.092.056q-.097.058-.277.16c-.24.133-.575.311-.96.489c-.8.368-1.713.681-2.384.681c-.617 0-1.048-.255-1.658-.636l-.038-.024c-.584-.366-1.342-.84-2.415-.84c-1.062 0-1.855.465-2.474.827l-.044.026c-.657.384-1.133.647-1.76.647c-.31 0-.463-.065-.557-.122c-.113-.07-.204-.168-.374-.366l-.018-.021c-.152-.178-.378-.442-.706-.645C6.732 17.122 6.297 17 5.75 17c-1.072 0-1.973.466-2.573.886a6 6 0 0 0-.915.786l-.078.086l-.002.002l-.001.002a.75.75 0 0 0 1.137.978v-.001l.037-.04q.046-.049.14-.14a5 5 0 0 1 .543-.445c.472-.33 1.07-.614 1.712-.614c.31 0 .463.065.557.122c.114.07.204.168.374.366l.018.021c.152.178.378.442.706.645c.363.224.798.346 1.345.346c1.061 0 1.855-.465 2.474-.827l.044-.026c.656-.384 1.133-.647 1.76-.647c.617 0 1.048.255 1.658.636l.038.024c.584.366 1.342.84 2.415.84c1.03 0 2.184-.437 3.012-.819a16 16 0 0 0 1.497-.795a.75.75 0 0 0 .238-1.034"/></svg>

React

import type { SVGProps } from "react";

export function FluentLineStyleSketch24Regular(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="M2.75 4a.75.75 0 0 0 0 1.5h18.5a.75.75 0 0 0 0-1.5zm2.772 6.8c.883-.375 1.885-.8 3.312-.8c1.428 0 2.43.425 3.313.8l.023.01c.879.372 1.64.69 2.749.69c.978 0 1.692-.246 2.506-.527l.353-.121c.98-.33 2.07-.623 3.608-.34a.75.75 0 1 1-.272 1.476c-1.175-.217-1.983-.01-2.857.285l-.329.114c-.812.282-1.763.613-3.01.613c-1.427 0-2.428-.425-3.311-.8l-.023-.01c-.88-.372-1.64-.69-2.75-.69s-1.87.318-2.749.69l-.023.01c-.883.375-1.884.8-3.312.8a.75.75 0 0 1 0-1.5c1.11 0 1.87-.318 2.75-.69zm16.364 6.552a.75.75 0 0 0-1.034-.238l-.092.056q-.097.058-.277.16c-.24.133-.575.311-.96.489c-.8.368-1.713.681-2.384.681c-.617 0-1.048-.255-1.658-.636l-.038-.024c-.584-.366-1.342-.84-2.415-.84c-1.062 0-1.855.465-2.474.827l-.044.026c-.657.384-1.133.647-1.76.647c-.31 0-.463-.065-.557-.122c-.113-.07-.204-.168-.374-.366l-.018-.021c-.152-.178-.378-.442-.706-.645C6.732 17.122 6.297 17 5.75 17c-1.072 0-1.973.466-2.573.886a6 6 0 0 0-.915.786l-.078.086l-.002.002l-.001.002a.75.75 0 0 0 1.137.978v-.001l.037-.04q.046-.049.14-.14a5 5 0 0 1 .543-.445c.472-.33 1.07-.614 1.712-.614c.31 0 .463.065.557.122c.114.07.204.168.374.366l.018.021c.152.178.378.442.706.645c.363.224.798.346 1.345.346c1.061 0 1.855-.465 2.474-.827l.044-.026c.656-.384 1.133-.647 1.76-.647c.617 0 1.048.255 1.658.636l.038.024c.584.366 1.342.84 2.415.84c1.03 0 2.184-.437 3.012-.819a16 16 0 0 0 1.497-.795a.75.75 0 0 0 .238-1.034"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.75 4a.75.75 0 0 0 0 1.5h18.5a.75.75 0 0 0 0-1.5zm2.772 6.8c.883-.375 1.885-.8 3.312-.8c1.428 0 2.43.425 3.313.8l.023.01c.879.372 1.64.69 2.749.69c.978 0 1.692-.246 2.506-.527l.353-.121c.98-.33 2.07-.623 3.608-.34a.75.75 0 1 1-.272 1.476c-1.175-.217-1.983-.01-2.857.285l-.329.114c-.812.282-1.763.613-3.01.613c-1.427 0-2.428-.425-3.311-.8l-.023-.01c-.88-.372-1.64-.69-2.75-.69s-1.87.318-2.749.69l-.023.01c-.883.375-1.884.8-3.312.8a.75.75 0 0 1 0-1.5c1.11 0 1.87-.318 2.75-.69zm16.364 6.552a.75.75 0 0 0-1.034-.238l-.092.056q-.097.058-.277.16c-.24.133-.575.311-.96.489c-.8.368-1.713.681-2.384.681c-.617 0-1.048-.255-1.658-.636l-.038-.024c-.584-.366-1.342-.84-2.415-.84c-1.062 0-1.855.465-2.474.827l-.044.026c-.657.384-1.133.647-1.76.647c-.31 0-.463-.065-.557-.122c-.113-.07-.204-.168-.374-.366l-.018-.021c-.152-.178-.378-.442-.706-.645C6.732 17.122 6.297 17 5.75 17c-1.072 0-1.973.466-2.573.886a6 6 0 0 0-.915.786l-.078.086l-.002.002l-.001.002a.75.75 0 0 0 1.137.978v-.001l.037-.04q.046-.049.14-.14a5 5 0 0 1 .543-.445c.472-.33 1.07-.614 1.712-.614c.31 0 .463.065.557.122c.114.07.204.168.374.366l.018.021c.152.178.378.442.706.645c.363.224.798.346 1.345.346c1.061 0 1.855-.465 2.474-.827l.044-.026c.656-.384 1.133-.647 1.76-.647c.617 0 1.048.255 1.658.636l.038.024c.584.366 1.342.84 2.415.84c1.03 0 2.184-.437 3.012-.819a16 16 0 0 0 1.497-.795a.75.75 0 0 0 .238-1.034"/></svg>
</template>

CSS

.icon-line-style-sketch-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.75%204a.75.75%200%200%200%200%201.5h18.5a.75.75%200%200%200%200-1.5zm2.772%206.8c.883-.375%201.885-.8%203.312-.8c1.428%200%202.43.425%203.313.8l.023.01c.879.372%201.64.69%202.749.69c.978%200%201.692-.246%202.506-.527l.353-.121c.98-.33%202.07-.623%203.608-.34a.75.75%200%201%201-.272%201.476c-1.175-.217-1.983-.01-2.857.285l-.329.114c-.812.282-1.763.613-3.01.613c-1.427%200-2.428-.425-3.311-.8l-.023-.01c-.88-.372-1.64-.69-2.75-.69s-1.87.318-2.749.69l-.023.01c-.883.375-1.884.8-3.312.8a.75.75%200%200%201%200-1.5c1.11%200%201.87-.318%202.75-.69zm16.364%206.552a.75.75%200%200%200-1.034-.238l-.092.056q-.097.058-.277.16c-.24.133-.575.311-.96.489c-.8.368-1.713.681-2.384.681c-.617%200-1.048-.255-1.658-.636l-.038-.024c-.584-.366-1.342-.84-2.415-.84c-1.062%200-1.855.465-2.474.827l-.044.026c-.657.384-1.133.647-1.76.647c-.31%200-.463-.065-.557-.122c-.113-.07-.204-.168-.374-.366l-.018-.021c-.152-.178-.378-.442-.706-.645C6.732%2017.122%206.297%2017%205.75%2017c-1.072%200-1.973.466-2.573.886a6%206%200%200%200-.915.786l-.078.086l-.002.002l-.001.002a.75.75%200%200%200%201.137.978v-.001l.037-.04q.046-.049.14-.14a5%205%200%200%201%20.543-.445c.472-.33%201.07-.614%201.712-.614c.31%200%20.463.065.557.122c.114.07.204.168.374.366l.018.021c.152.178.378.442.706.645c.363.224.798.346%201.345.346c1.061%200%201.855-.465%202.474-.827l.044-.026c.656-.384%201.133-.647%201.76-.647c.617%200%201.048.255%201.658.636l.038.024c.584.366%201.342.84%202.415.84c1.03%200%202.184-.437%203.012-.819a16%2016%200%200%200%201.497-.795a.75.75%200%200%200%20.238-1.034%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%22M2.75%204a.75.75%200%200%200%200%201.5h18.5a.75.75%200%200%200%200-1.5zm2.772%206.8c.883-.375%201.885-.8%203.312-.8c1.428%200%202.43.425%203.313.8l.023.01c.879.372%201.64.69%202.749.69c.978%200%201.692-.246%202.506-.527l.353-.121c.98-.33%202.07-.623%203.608-.34a.75.75%200%201%201-.272%201.476c-1.175-.217-1.983-.01-2.857.285l-.329.114c-.812.282-1.763.613-3.01.613c-1.427%200-2.428-.425-3.311-.8l-.023-.01c-.88-.372-1.64-.69-2.75-.69s-1.87.318-2.749.69l-.023.01c-.883.375-1.884.8-3.312.8a.75.75%200%200%201%200-1.5c1.11%200%201.87-.318%202.75-.69zm16.364%206.552a.75.75%200%200%200-1.034-.238l-.092.056q-.097.058-.277.16c-.24.133-.575.311-.96.489c-.8.368-1.713.681-2.384.681c-.617%200-1.048-.255-1.658-.636l-.038-.024c-.584-.366-1.342-.84-2.415-.84c-1.062%200-1.855.465-2.474.827l-.044.026c-.657.384-1.133.647-1.76.647c-.31%200-.463-.065-.557-.122c-.113-.07-.204-.168-.374-.366l-.018-.021c-.152-.178-.378-.442-.706-.645C6.732%2017.122%206.297%2017%205.75%2017c-1.072%200-1.973.466-2.573.886a6%206%200%200%200-.915.786l-.078.086l-.002.002l-.001.002a.75.75%200%200%200%201.137.978v-.001l.037-.04q.046-.049.14-.14a5%205%200%200%201%20.543-.445c.472-.33%201.07-.614%201.712-.614c.31%200%20.463.065.557.122c.114.07.204.168.374.366l.018.021c.152.178.378.442.706.645c.363.224.798.346%201.345.346c1.061%200%201.855-.465%202.474-.827l.044-.026c.656-.384%201.133-.647%201.76-.647c.617%200%201.048.255%201.658.636l.038.024c.584.366%201.342.84%202.415.84c1.03%200%202.184-.437%203.012-.819a16%2016%200%200%200%201.497-.795a.75.75%200%200%200%20.238-1.034%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-regular.svg?color=%231a73e8&size=48