line style sketch icon
line-style-sketch-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- line-style-sketch-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
9 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
line-dashes-20-filledline-flow-diagonal-up-right-16-filledline-horizontal-1-16-filledline-horizontal-1-dash-dot-dash-20-filledline-horizontal-1-dashes-16-filledline-horizontal-1-dot-20-filledline-horizontal-2-dashes-solid-16-filledline-horizontal-3-16-filledline-horizontal-4-16-filledline-horizontal-4-search-16-filledline-horizontal-5-20-filledline-horizontal-5-error-20-filledline-style-20-filledline-thickness-20-filled
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="M29 8H3c-.55 0-1-.45-1-1s.45-1 1-1h26c.55 0 1 .45 1 1s-.45 1-1 1m-8.896 9.5c-2.028 0-3.457-.72-4.725-1.36l-.024-.012C14.146 15.523 13.101 15 11.552 15s-2.595.523-3.804 1.128l-.023.012C6.466 16.78 5.027 17.5 3 17.5c-.55 0-.999-.45-.999-1s.45-1 1-1c1.548 0 2.607-.53 3.826-1.14C8.085 13.72 9.524 13 11.552 13s3.457.72 4.726 1.36l.023.012c1.209.605 2.255 1.128 3.803 1.128c1.349 0 2.367-.417 3.448-.86l.056-.023c1.487-.609 3.164-1.296 5.609-.767c.54.12.879.65.759 1.19s-.65.88-1.189.76c-1.838-.4-3.037.09-4.426.66l-.021.009c-1.164.477-2.488 1.021-4.236 1.021zm-.357 7.533c.91.679 1.949 1.447 3.478 1.447v.02c2.659 0 5.997-2.415 6.367-2.694c.45-.33.54-.958.21-1.397a1.005 1.005 0 0 0-1.4-.21c-.86.64-3.478 2.295-5.177 2.295c-.865 0-1.522-.483-2.276-1.038l-.013-.01c-.91-.678-1.96-1.446-3.478-1.446c-1.51 0-2.595.748-3.56 1.413l-.019.014l-.022.015c-.82.562-1.535 1.052-2.417 1.052c-.681 0-.87-.255-1.267-.794l-.032-.044C9.66 22.998 8.93 22 7.222 22c-2.855 0-4.89 2.72-5.024 2.898l-.003.006a.98.98 0 0 0 .22 1.387c.45.319 1.079.219 1.399-.22l.012-.016c.15-.19 1.623-2.07 3.396-2.07c.682 0 .87.256 1.267.795l.033.044c.48.658 1.21 1.656 2.918 1.656c1.51 0 2.595-.748 3.56-1.413l.019-.014c.83-.569 1.569-1.067 2.439-1.067s1.529.479 2.289 1.047"/></svg>
React
import type { SVGProps } from "react";
export function FluentLineStyleSketch32Regular(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="M29 8H3c-.55 0-1-.45-1-1s.45-1 1-1h26c.55 0 1 .45 1 1s-.45 1-1 1m-8.896 9.5c-2.028 0-3.457-.72-4.725-1.36l-.024-.012C14.146 15.523 13.101 15 11.552 15s-2.595.523-3.804 1.128l-.023.012C6.466 16.78 5.027 17.5 3 17.5c-.55 0-.999-.45-.999-1s.45-1 1-1c1.548 0 2.607-.53 3.826-1.14C8.085 13.72 9.524 13 11.552 13s3.457.72 4.726 1.36l.023.012c1.209.605 2.255 1.128 3.803 1.128c1.349 0 2.367-.417 3.448-.86l.056-.023c1.487-.609 3.164-1.296 5.609-.767c.54.12.879.65.759 1.19s-.65.88-1.189.76c-1.838-.4-3.037.09-4.426.66l-.021.009c-1.164.477-2.488 1.021-4.236 1.021zm-.357 7.533c.91.679 1.949 1.447 3.478 1.447v.02c2.659 0 5.997-2.415 6.367-2.694c.45-.33.54-.958.21-1.397a1.005 1.005 0 0 0-1.4-.21c-.86.64-3.478 2.295-5.177 2.295c-.865 0-1.522-.483-2.276-1.038l-.013-.01c-.91-.678-1.96-1.446-3.478-1.446c-1.51 0-2.595.748-3.56 1.413l-.019.014l-.022.015c-.82.562-1.535 1.052-2.417 1.052c-.681 0-.87-.255-1.267-.794l-.032-.044C9.66 22.998 8.93 22 7.222 22c-2.855 0-4.89 2.72-5.024 2.898l-.003.006a.98.98 0 0 0 .22 1.387c.45.319 1.079.219 1.399-.22l.012-.016c.15-.19 1.623-2.07 3.396-2.07c.682 0 .87.256 1.267.795l.033.044c.48.658 1.21 1.656 2.918 1.656c1.51 0 2.595-.748 3.56-1.413l.019-.014c.83-.569 1.569-1.067 2.439-1.067s1.529.479 2.289 1.047"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29 8H3c-.55 0-1-.45-1-1s.45-1 1-1h26c.55 0 1 .45 1 1s-.45 1-1 1m-8.896 9.5c-2.028 0-3.457-.72-4.725-1.36l-.024-.012C14.146 15.523 13.101 15 11.552 15s-2.595.523-3.804 1.128l-.023.012C6.466 16.78 5.027 17.5 3 17.5c-.55 0-.999-.45-.999-1s.45-1 1-1c1.548 0 2.607-.53 3.826-1.14C8.085 13.72 9.524 13 11.552 13s3.457.72 4.726 1.36l.023.012c1.209.605 2.255 1.128 3.803 1.128c1.349 0 2.367-.417 3.448-.86l.056-.023c1.487-.609 3.164-1.296 5.609-.767c.54.12.879.65.759 1.19s-.65.88-1.189.76c-1.838-.4-3.037.09-4.426.66l-.021.009c-1.164.477-2.488 1.021-4.236 1.021zm-.357 7.533c.91.679 1.949 1.447 3.478 1.447v.02c2.659 0 5.997-2.415 6.367-2.694c.45-.33.54-.958.21-1.397a1.005 1.005 0 0 0-1.4-.21c-.86.64-3.478 2.295-5.177 2.295c-.865 0-1.522-.483-2.276-1.038l-.013-.01c-.91-.678-1.96-1.446-3.478-1.446c-1.51 0-2.595.748-3.56 1.413l-.019.014l-.022.015c-.82.562-1.535 1.052-2.417 1.052c-.681 0-.87-.255-1.267-.794l-.032-.044C9.66 22.998 8.93 22 7.222 22c-2.855 0-4.89 2.72-5.024 2.898l-.003.006a.98.98 0 0 0 .22 1.387c.45.319 1.079.219 1.399-.22l.012-.016c.15-.19 1.623-2.07 3.396-2.07c.682 0 .87.256 1.267.795l.033.044c.48.658 1.21 1.656 2.918 1.656c1.51 0 2.595-.748 3.56-1.413l.019-.014c.83-.569 1.569-1.067 2.439-1.067s1.529.479 2.289 1.047"/></svg> </template>
CSS
.icon-line-style-sketch-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29%208H3c-.55%200-1-.45-1-1s.45-1%201-1h26c.55%200%201%20.45%201%201s-.45%201-1%201m-8.896%209.5c-2.028%200-3.457-.72-4.725-1.36l-.024-.012C14.146%2015.523%2013.101%2015%2011.552%2015s-2.595.523-3.804%201.128l-.023.012C6.466%2016.78%205.027%2017.5%203%2017.5c-.55%200-.999-.45-.999-1s.45-1%201-1c1.548%200%202.607-.53%203.826-1.14C8.085%2013.72%209.524%2013%2011.552%2013s3.457.72%204.726%201.36l.023.012c1.209.605%202.255%201.128%203.803%201.128c1.349%200%202.367-.417%203.448-.86l.056-.023c1.487-.609%203.164-1.296%205.609-.767c.54.12.879.65.759%201.19s-.65.88-1.189.76c-1.838-.4-3.037.09-4.426.66l-.021.009c-1.164.477-2.488%201.021-4.236%201.021zm-.357%207.533c.91.679%201.949%201.447%203.478%201.447v.02c2.659%200%205.997-2.415%206.367-2.694c.45-.33.54-.958.21-1.397a1.005%201.005%200%200%200-1.4-.21c-.86.64-3.478%202.295-5.177%202.295c-.865%200-1.522-.483-2.276-1.038l-.013-.01c-.91-.678-1.96-1.446-3.478-1.446c-1.51%200-2.595.748-3.56%201.413l-.019.014l-.022.015c-.82.562-1.535%201.052-2.417%201.052c-.681%200-.87-.255-1.267-.794l-.032-.044C9.66%2022.998%208.93%2022%207.222%2022c-2.855%200-4.89%202.72-5.024%202.898l-.003.006a.98.98%200%200%200%20.22%201.387c.45.319%201.079.219%201.399-.22l.012-.016c.15-.19%201.623-2.07%203.396-2.07c.682%200%20.87.256%201.267.795l.033.044c.48.658%201.21%201.656%202.918%201.656c1.51%200%202.595-.748%203.56-1.413l.019-.014c.83-.569%201.569-1.067%202.439-1.067s1.529.479%202.289%201.047%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%22M29%208H3c-.55%200-1-.45-1-1s.45-1%201-1h26c.55%200%201%20.45%201%201s-.45%201-1%201m-8.896%209.5c-2.028%200-3.457-.72-4.725-1.36l-.024-.012C14.146%2015.523%2013.101%2015%2011.552%2015s-2.595.523-3.804%201.128l-.023.012C6.466%2016.78%205.027%2017.5%203%2017.5c-.55%200-.999-.45-.999-1s.45-1%201-1c1.548%200%202.607-.53%203.826-1.14C8.085%2013.72%209.524%2013%2011.552%2013s3.457.72%204.726%201.36l.023.012c1.209.605%202.255%201.128%203.803%201.128c1.349%200%202.367-.417%203.448-.86l.056-.023c1.487-.609%203.164-1.296%205.609-.767c.54.12.879.65.759%201.19s-.65.88-1.189.76c-1.838-.4-3.037.09-4.426.66l-.021.009c-1.164.477-2.488%201.021-4.236%201.021zm-.357%207.533c.91.679%201.949%201.447%203.478%201.447v.02c2.659%200%205.997-2.415%206.367-2.694c.45-.33.54-.958.21-1.397a1.005%201.005%200%200%200-1.4-.21c-.86.64-3.478%202.295-5.177%202.295c-.865%200-1.522-.483-2.276-1.038l-.013-.01c-.91-.678-1.96-1.446-3.478-1.446c-1.51%200-2.595.748-3.56%201.413l-.019.014l-.022.015c-.82.562-1.535%201.052-2.417%201.052c-.681%200-.87-.255-1.267-.794l-.032-.044C9.66%2022.998%208.93%2022%207.222%2022c-2.855%200-4.89%202.72-5.024%202.898l-.003.006a.98.98%200%200%200%20.22%201.387c.45.319%201.079.219%201.399-.22l.012-.016c.15-.19%201.623-2.07%203.396-2.07c.682%200%20.87.256%201.267.795l.033.044c.48.658%201.21%201.656%202.918%201.656c1.51%200%202.595-.748%203.56-1.413l.019-.014c.83-.569%201.569-1.067%202.439-1.067s1.529.479%202.289%201.047%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-regular.svg?color=%231a73e8&size=48