line style sketch icon

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

Name
line-style-sketch-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M1 3.75A.75.75 0 0 1 1.75 3h12.5a.75.75 0 0 1 0 1.5H1.75A.75.75 0 0 1 1 3.75m6.648 4.7c.598.251 1.312.55 2.324.55c.884 0 1.564-.234 2.112-.422l.219-.075c.574-.19 1.075-.316 1.813-.182a.75.75 0 0 0 .268-1.476c-1.095-.199-1.876.01-2.555.235l-.241.081c-.55.187-.996.339-1.616.339c-.698 0-1.174-.194-1.766-.442l-.021-.009C7.587 6.8 6.873 6.5 5.861 6.5s-1.726.299-2.324.55l-.021.008c-.592.248-1.068.442-1.766.442a.75.75 0 0 0 0 1.5c1.012 0 1.726-.299 2.324-.55l.021-.008C4.687 8.194 5.163 8 5.861 8s1.174.194 1.766.442zm-5.333 4.793l-.001.002a.75.75 0 0 1-1.13-.987l.001-.002l.061-.066q.052-.055.144-.142a4.4 4.4 0 0 1 .513-.415C2.33 11.339 2.986 11 3.777 11c.406 0 .745.09 1.033.266c.255.155.43.357.532.475l.015.017c.117.135.155.17.195.195c.02.012.08.047.252.047c.352 0 .622-.14 1.07-.4l.038-.021c.416-.24 1-.579 1.782-.579c.794 0 1.356.348 1.75.591l.033.02c.415.256.653.389.995.389c.408 0 .977-.19 1.513-.433a9 9 0 0 0 .87-.454l.001-.001a.75.75 0 0 1 .788 1.276l-.003.002l-.083.05l-.217.123c-.182.1-.439.235-.735.37c-.564.256-1.384.567-2.134.567c-.793 0-1.355-.348-1.75-.591l-.033-.02c-.414-.256-.653-.389-.995-.389c-.352 0-.622.14-1.07.4l-.038.021c-.416.24-1 .579-1.782.579c-.406 0-.745-.09-1.033-.266a2.3 2.3 0 0 1-.532-.475l-.014-.017c-.118-.135-.156-.17-.196-.195c-.02-.012-.08-.047-.252-.047c-.366 0-.724.162-1.021.367a3 3 0 0 0-.44.376"/></svg>

React

import type { SVGProps } from "react";

export function FluentLineStyleSketch16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1 3.75A.75.75 0 0 1 1.75 3h12.5a.75.75 0 0 1 0 1.5H1.75A.75.75 0 0 1 1 3.75m6.648 4.7c.598.251 1.312.55 2.324.55c.884 0 1.564-.234 2.112-.422l.219-.075c.574-.19 1.075-.316 1.813-.182a.75.75 0 0 0 .268-1.476c-1.095-.199-1.876.01-2.555.235l-.241.081c-.55.187-.996.339-1.616.339c-.698 0-1.174-.194-1.766-.442l-.021-.009C7.587 6.8 6.873 6.5 5.861 6.5s-1.726.299-2.324.55l-.021.008c-.592.248-1.068.442-1.766.442a.75.75 0 0 0 0 1.5c1.012 0 1.726-.299 2.324-.55l.021-.008C4.687 8.194 5.163 8 5.861 8s1.174.194 1.766.442zm-5.333 4.793l-.001.002a.75.75 0 0 1-1.13-.987l.001-.002l.061-.066q.052-.055.144-.142a4.4 4.4 0 0 1 .513-.415C2.33 11.339 2.986 11 3.777 11c.406 0 .745.09 1.033.266c.255.155.43.357.532.475l.015.017c.117.135.155.17.195.195c.02.012.08.047.252.047c.352 0 .622-.14 1.07-.4l.038-.021c.416-.24 1-.579 1.782-.579c.794 0 1.356.348 1.75.591l.033.02c.415.256.653.389.995.389c.408 0 .977-.19 1.513-.433a9 9 0 0 0 .87-.454l.001-.001a.75.75 0 0 1 .788 1.276l-.003.002l-.083.05l-.217.123c-.182.1-.439.235-.735.37c-.564.256-1.384.567-2.134.567c-.793 0-1.355-.348-1.75-.591l-.033-.02c-.414-.256-.653-.389-.995-.389c-.352 0-.622.14-1.07.4l-.038.021c-.416.24-1 .579-1.782.579c-.406 0-.745-.09-1.033-.266a2.3 2.3 0 0 1-.532-.475l-.014-.017c-.118-.135-.156-.17-.196-.195c-.02-.012-.08-.047-.252-.047c-.366 0-.724.162-1.021.367a3 3 0 0 0-.44.376"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1 3.75A.75.75 0 0 1 1.75 3h12.5a.75.75 0 0 1 0 1.5H1.75A.75.75 0 0 1 1 3.75m6.648 4.7c.598.251 1.312.55 2.324.55c.884 0 1.564-.234 2.112-.422l.219-.075c.574-.19 1.075-.316 1.813-.182a.75.75 0 0 0 .268-1.476c-1.095-.199-1.876.01-2.555.235l-.241.081c-.55.187-.996.339-1.616.339c-.698 0-1.174-.194-1.766-.442l-.021-.009C7.587 6.8 6.873 6.5 5.861 6.5s-1.726.299-2.324.55l-.021.008c-.592.248-1.068.442-1.766.442a.75.75 0 0 0 0 1.5c1.012 0 1.726-.299 2.324-.55l.021-.008C4.687 8.194 5.163 8 5.861 8s1.174.194 1.766.442zm-5.333 4.793l-.001.002a.75.75 0 0 1-1.13-.987l.001-.002l.061-.066q.052-.055.144-.142a4.4 4.4 0 0 1 .513-.415C2.33 11.339 2.986 11 3.777 11c.406 0 .745.09 1.033.266c.255.155.43.357.532.475l.015.017c.117.135.155.17.195.195c.02.012.08.047.252.047c.352 0 .622-.14 1.07-.4l.038-.021c.416-.24 1-.579 1.782-.579c.794 0 1.356.348 1.75.591l.033.02c.415.256.653.389.995.389c.408 0 .977-.19 1.513-.433a9 9 0 0 0 .87-.454l.001-.001a.75.75 0 0 1 .788 1.276l-.003.002l-.083.05l-.217.123c-.182.1-.439.235-.735.37c-.564.256-1.384.567-2.134.567c-.793 0-1.355-.348-1.75-.591l-.033-.02c-.414-.256-.653-.389-.995-.389c-.352 0-.622.14-1.07.4l-.038.021c-.416.24-1 .579-1.782.579c-.406 0-.745-.09-1.033-.266a2.3 2.3 0 0 1-.532-.475l-.014-.017c-.118-.135-.156-.17-.196-.195c-.02-.012-.08-.047-.252-.047c-.366 0-.724.162-1.021.367a3 3 0 0 0-.44.376"/></svg>
</template>

CSS

.icon-line-style-sketch-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%203.75A.75.75%200%200%201%201.75%203h12.5a.75.75%200%200%201%200%201.5H1.75A.75.75%200%200%201%201%203.75m6.648%204.7c.598.251%201.312.55%202.324.55c.884%200%201.564-.234%202.112-.422l.219-.075c.574-.19%201.075-.316%201.813-.182a.75.75%200%200%200%20.268-1.476c-1.095-.199-1.876.01-2.555.235l-.241.081c-.55.187-.996.339-1.616.339c-.698%200-1.174-.194-1.766-.442l-.021-.009C7.587%206.8%206.873%206.5%205.861%206.5s-1.726.299-2.324.55l-.021.008c-.592.248-1.068.442-1.766.442a.75.75%200%200%200%200%201.5c1.012%200%201.726-.299%202.324-.55l.021-.008C4.687%208.194%205.163%208%205.861%208s1.174.194%201.766.442zm-5.333%204.793l-.001.002a.75.75%200%200%201-1.13-.987l.001-.002l.061-.066q.052-.055.144-.142a4.4%204.4%200%200%201%20.513-.415C2.33%2011.339%202.986%2011%203.777%2011c.406%200%20.745.09%201.033.266c.255.155.43.357.532.475l.015.017c.117.135.155.17.195.195c.02.012.08.047.252.047c.352%200%20.622-.14%201.07-.4l.038-.021c.416-.24%201-.579%201.782-.579c.794%200%201.356.348%201.75.591l.033.02c.415.256.653.389.995.389c.408%200%20.977-.19%201.513-.433a9%209%200%200%200%20.87-.454l.001-.001a.75.75%200%200%201%20.788%201.276l-.003.002l-.083.05l-.217.123c-.182.1-.439.235-.735.37c-.564.256-1.384.567-2.134.567c-.793%200-1.355-.348-1.75-.591l-.033-.02c-.414-.256-.653-.389-.995-.389c-.352%200-.622.14-1.07.4l-.038.021c-.416.24-1%20.579-1.782.579c-.406%200-.745-.09-1.033-.266a2.3%202.3%200%200%201-.532-.475l-.014-.017c-.118-.135-.156-.17-.196-.195c-.02-.012-.08-.047-.252-.047c-.366%200-.724.162-1.021.367a3%203%200%200%200-.44.376%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%203.75A.75.75%200%200%201%201.75%203h12.5a.75.75%200%200%201%200%201.5H1.75A.75.75%200%200%201%201%203.75m6.648%204.7c.598.251%201.312.55%202.324.55c.884%200%201.564-.234%202.112-.422l.219-.075c.574-.19%201.075-.316%201.813-.182a.75.75%200%200%200%20.268-1.476c-1.095-.199-1.876.01-2.555.235l-.241.081c-.55.187-.996.339-1.616.339c-.698%200-1.174-.194-1.766-.442l-.021-.009C7.587%206.8%206.873%206.5%205.861%206.5s-1.726.299-2.324.55l-.021.008c-.592.248-1.068.442-1.766.442a.75.75%200%200%200%200%201.5c1.012%200%201.726-.299%202.324-.55l.021-.008C4.687%208.194%205.163%208%205.861%208s1.174.194%201.766.442zm-5.333%204.793l-.001.002a.75.75%200%200%201-1.13-.987l.001-.002l.061-.066q.052-.055.144-.142a4.4%204.4%200%200%201%20.513-.415C2.33%2011.339%202.986%2011%203.777%2011c.406%200%20.745.09%201.033.266c.255.155.43.357.532.475l.015.017c.117.135.155.17.195.195c.02.012.08.047.252.047c.352%200%20.622-.14%201.07-.4l.038-.021c.416-.24%201-.579%201.782-.579c.794%200%201.356.348%201.75.591l.033.02c.415.256.653.389.995.389c.408%200%20.977-.19%201.513-.433a9%209%200%200%200%20.87-.454l.001-.001a.75.75%200%200%201%20.788%201.276l-.003.002l-.083.05l-.217.123c-.182.1-.439.235-.735.37c-.564.256-1.384.567-2.134.567c-.793%200-1.355-.348-1.75-.591l-.033-.02c-.414-.256-.653-.389-.995-.389c-.352%200-.622.14-1.07.4l-.038.021c-.416.24-1%20.579-1.782.579c-.406%200-.745-.09-1.033-.266a2.3%202.3%200%200%201-.532-.475l-.014-.017c-.118-.135-.156-.17-.196-.195c-.02-.012-.08-.047-.252-.047c-.366%200-.724.162-1.021.367a3%203%200%200%200-.44.376%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-16-filled.svg?color=%231a73e8&size=48