line style sketch icon

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

Name
line-style-sketch-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M2.004 5.75a.75.75 0 0 1 .75-.75H25.25a.75.75 0 0 1 0 1.5H2.754a.75.75 0 0 1-.75-.75m11.557 8.193C14.63 14.44 15.833 15 17.55 15c1.499 0 2.64-.435 3.627-.812l.402-.151c1.072-.397 2.07-.679 3.523-.385a.75.75 0 1 0 .296-1.47c-1.848-.374-3.157.01-4.34.448l-.427.16c-.99.375-1.874.71-3.081.71c-1.37 0-2.312-.431-3.384-.93l-.027-.013c-1.07-.498-2.272-1.057-3.989-1.057s-2.918.56-3.99 1.057l-.026.013c-1.072.499-2.014.93-3.384.93a.75.75 0 0 0 0 1.5c1.717 0 2.919-.56 3.99-1.057l.026-.013C7.838 13.431 8.78 13 10.15 13s2.312.431 3.384.93zM2.288 22.84a.75.75 0 0 0 1.052-.129l.05-.06q.06-.07.18-.196c.159-.167.39-.39.68-.611c.59-.454 1.343-.845 2.149-.845c.388 0 .596.09.735.183c.165.112.293.266.498.53l.02.025c.185.236.443.566.819.82c.415.281.923.442 1.576.442c1.264 0 2.205-.605 2.956-1.086l.05-.033c.801-.513 1.405-.881 2.197-.881c.78 0 1.331.358 2.076.869l.045.03c.706.485 1.603 1.101 2.879 1.101c1.232 0 2.618-.575 3.62-1.08a18 18 0 0 0 1.804-1.051a.75.75 0 0 0-.848-1.238l-.115.077a17 17 0 0 1-1.518.873c-.977.494-2.09.919-2.943.919c-.78 0-1.33-.358-2.076-.869l-.045-.03c-.706-.485-1.603-1.101-2.879-1.101c-1.263 0-2.205.605-2.955 1.086l-.051.033c-.801.513-1.405.881-2.197.881c-.388 0-.596-.09-.735-.183c-.165-.112-.293-.266-.498-.53l-.02-.025c-.185-.236-.443-.566-.819-.82c-.415-.281-.923-.442-1.576-.442c-1.278 0-2.35.609-3.063 1.155a7.5 7.5 0 0 0-1.084 1.021l-.093.112a.75.75 0 0 0 .129 1.053"/></svg>

React

import type { SVGProps } from "react";

export function FluentLineStyleSketch28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M2.004 5.75a.75.75 0 0 1 .75-.75H25.25a.75.75 0 0 1 0 1.5H2.754a.75.75 0 0 1-.75-.75m11.557 8.193C14.63 14.44 15.833 15 17.55 15c1.499 0 2.64-.435 3.627-.812l.402-.151c1.072-.397 2.07-.679 3.523-.385a.75.75 0 1 0 .296-1.47c-1.848-.374-3.157.01-4.34.448l-.427.16c-.99.375-1.874.71-3.081.71c-1.37 0-2.312-.431-3.384-.93l-.027-.013c-1.07-.498-2.272-1.057-3.989-1.057s-2.918.56-3.99 1.057l-.026.013c-1.072.499-2.014.93-3.384.93a.75.75 0 0 0 0 1.5c1.717 0 2.919-.56 3.99-1.057l.026-.013C7.838 13.431 8.78 13 10.15 13s2.312.431 3.384.93zM2.288 22.84a.75.75 0 0 0 1.052-.129l.05-.06q.06-.07.18-.196c.159-.167.39-.39.68-.611c.59-.454 1.343-.845 2.149-.845c.388 0 .596.09.735.183c.165.112.293.266.498.53l.02.025c.185.236.443.566.819.82c.415.281.923.442 1.576.442c1.264 0 2.205-.605 2.956-1.086l.05-.033c.801-.513 1.405-.881 2.197-.881c.78 0 1.331.358 2.076.869l.045.03c.706.485 1.603 1.101 2.879 1.101c1.232 0 2.618-.575 3.62-1.08a18 18 0 0 0 1.804-1.051a.75.75 0 0 0-.848-1.238l-.115.077a17 17 0 0 1-1.518.873c-.977.494-2.09.919-2.943.919c-.78 0-1.33-.358-2.076-.869l-.045-.03c-.706-.485-1.603-1.101-2.879-1.101c-1.263 0-2.205.605-2.955 1.086l-.051.033c-.801.513-1.405.881-2.197.881c-.388 0-.596-.09-.735-.183c-.165-.112-.293-.266-.498-.53l-.02-.025c-.185-.236-.443-.566-.819-.82c-.415-.281-.923-.442-1.576-.442c-1.278 0-2.35.609-3.063 1.155a7.5 7.5 0 0 0-1.084 1.021l-.093.112a.75.75 0 0 0 .129 1.053"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M2.004 5.75a.75.75 0 0 1 .75-.75H25.25a.75.75 0 0 1 0 1.5H2.754a.75.75 0 0 1-.75-.75m11.557 8.193C14.63 14.44 15.833 15 17.55 15c1.499 0 2.64-.435 3.627-.812l.402-.151c1.072-.397 2.07-.679 3.523-.385a.75.75 0 1 0 .296-1.47c-1.848-.374-3.157.01-4.34.448l-.427.16c-.99.375-1.874.71-3.081.71c-1.37 0-2.312-.431-3.384-.93l-.027-.013c-1.07-.498-2.272-1.057-3.989-1.057s-2.918.56-3.99 1.057l-.026.013c-1.072.499-2.014.93-3.384.93a.75.75 0 0 0 0 1.5c1.717 0 2.919-.56 3.99-1.057l.026-.013C7.838 13.431 8.78 13 10.15 13s2.312.431 3.384.93zM2.288 22.84a.75.75 0 0 0 1.052-.129l.05-.06q.06-.07.18-.196c.159-.167.39-.39.68-.611c.59-.454 1.343-.845 2.149-.845c.388 0 .596.09.735.183c.165.112.293.266.498.53l.02.025c.185.236.443.566.819.82c.415.281.923.442 1.576.442c1.264 0 2.205-.605 2.956-1.086l.05-.033c.801-.513 1.405-.881 2.197-.881c.78 0 1.331.358 2.076.869l.045.03c.706.485 1.603 1.101 2.879 1.101c1.232 0 2.618-.575 3.62-1.08a18 18 0 0 0 1.804-1.051a.75.75 0 0 0-.848-1.238l-.115.077a17 17 0 0 1-1.518.873c-.977.494-2.09.919-2.943.919c-.78 0-1.33-.358-2.076-.869l-.045-.03c-.706-.485-1.603-1.101-2.879-1.101c-1.263 0-2.205.605-2.955 1.086l-.051.033c-.801.513-1.405.881-2.197.881c-.388 0-.596-.09-.735-.183c-.165-.112-.293-.266-.498-.53l-.02-.025c-.185-.236-.443-.566-.819-.82c-.415-.281-.923-.442-1.576-.442c-1.278 0-2.35.609-3.063 1.155a7.5 7.5 0 0 0-1.084 1.021l-.093.112a.75.75 0 0 0 .129 1.053"/></svg>
</template>

CSS

.icon-line-style-sketch-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.004%205.75a.75.75%200%200%201%20.75-.75H25.25a.75.75%200%200%201%200%201.5H2.754a.75.75%200%200%201-.75-.75m11.557%208.193C14.63%2014.44%2015.833%2015%2017.55%2015c1.499%200%202.64-.435%203.627-.812l.402-.151c1.072-.397%202.07-.679%203.523-.385a.75.75%200%201%200%20.296-1.47c-1.848-.374-3.157.01-4.34.448l-.427.16c-.99.375-1.874.71-3.081.71c-1.37%200-2.312-.431-3.384-.93l-.027-.013c-1.07-.498-2.272-1.057-3.989-1.057s-2.918.56-3.99%201.057l-.026.013c-1.072.499-2.014.93-3.384.93a.75.75%200%200%200%200%201.5c1.717%200%202.919-.56%203.99-1.057l.026-.013C7.838%2013.431%208.78%2013%2010.15%2013s2.312.431%203.384.93zM2.288%2022.84a.75.75%200%200%200%201.052-.129l.05-.06q.06-.07.18-.196c.159-.167.39-.39.68-.611c.59-.454%201.343-.845%202.149-.845c.388%200%20.596.09.735.183c.165.112.293.266.498.53l.02.025c.185.236.443.566.819.82c.415.281.923.442%201.576.442c1.264%200%202.205-.605%202.956-1.086l.05-.033c.801-.513%201.405-.881%202.197-.881c.78%200%201.331.358%202.076.869l.045.03c.706.485%201.603%201.101%202.879%201.101c1.232%200%202.618-.575%203.62-1.08a18%2018%200%200%200%201.804-1.051a.75.75%200%200%200-.848-1.238l-.115.077a17%2017%200%200%201-1.518.873c-.977.494-2.09.919-2.943.919c-.78%200-1.33-.358-2.076-.869l-.045-.03c-.706-.485-1.603-1.101-2.879-1.101c-1.263%200-2.205.605-2.955%201.086l-.051.033c-.801.513-1.405.881-2.197.881c-.388%200-.596-.09-.735-.183c-.165-.112-.293-.266-.498-.53l-.02-.025c-.185-.236-.443-.566-.819-.82c-.415-.281-.923-.442-1.576-.442c-1.278%200-2.35.609-3.063%201.155a7.5%207.5%200%200%200-1.084%201.021l-.093.112a.75.75%200%200%200%20.129%201.053%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.004%205.75a.75.75%200%200%201%20.75-.75H25.25a.75.75%200%200%201%200%201.5H2.754a.75.75%200%200%201-.75-.75m11.557%208.193C14.63%2014.44%2015.833%2015%2017.55%2015c1.499%200%202.64-.435%203.627-.812l.402-.151c1.072-.397%202.07-.679%203.523-.385a.75.75%200%201%200%20.296-1.47c-1.848-.374-3.157.01-4.34.448l-.427.16c-.99.375-1.874.71-3.081.71c-1.37%200-2.312-.431-3.384-.93l-.027-.013c-1.07-.498-2.272-1.057-3.989-1.057s-2.918.56-3.99%201.057l-.026.013c-1.072.499-2.014.93-3.384.93a.75.75%200%200%200%200%201.5c1.717%200%202.919-.56%203.99-1.057l.026-.013C7.838%2013.431%208.78%2013%2010.15%2013s2.312.431%203.384.93zM2.288%2022.84a.75.75%200%200%200%201.052-.129l.05-.06q.06-.07.18-.196c.159-.167.39-.39.68-.611c.59-.454%201.343-.845%202.149-.845c.388%200%20.596.09.735.183c.165.112.293.266.498.53l.02.025c.185.236.443.566.819.82c.415.281.923.442%201.576.442c1.264%200%202.205-.605%202.956-1.086l.05-.033c.801-.513%201.405-.881%202.197-.881c.78%200%201.331.358%202.076.869l.045.03c.706.485%201.603%201.101%202.879%201.101c1.232%200%202.618-.575%203.62-1.08a18%2018%200%200%200%201.804-1.051a.75.75%200%200%200-.848-1.238l-.115.077a17%2017%200%200%201-1.518.873c-.977.494-2.09.919-2.943.919c-.78%200-1.33-.358-2.076-.869l-.045-.03c-.706-.485-1.603-1.101-2.879-1.101c-1.263%200-2.205.605-2.955%201.086l-.051.033c-.801.513-1.405.881-2.197.881c-.388%200-.596-.09-.735-.183c-.165-.112-.293-.266-.498-.53l-.02-.025c-.185-.236-.443-.566-.819-.82c-.415-.281-.923-.442-1.576-.442c-1.278%200-2.35.609-3.063%201.155a7.5%207.5%200%200%200-1.084%201.021l-.093.112a.75.75%200%200%200%20.129%201.053%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-28-regular.svg?color=%231a73e8&size=48