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

Name
style-guide-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Use the style guide icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.034 2.778a2.75 2.75 0 0 1 3.368 1.945l2.718 10.142a2.75 2.75 0 0 1-1.945 3.368l-6.278 1.682a2.75 2.75 0 0 1-3.368-1.944L5.81 7.828A2.75 2.75 0 0 1 7.756 4.46zm-8.233 8.88l1.762 6.571a3.73 3.73 0 0 0 1.002 1.713l-.443-.023a2.75 2.75 0 0 1-2.602-2.89zm8.621-7.431L8.144 5.909A1.25 1.25 0 0 0 7.26 7.44l2.718 10.142a1.25 1.25 0 0 0 1.53.884l6.279-1.682a1.25 1.25 0 0 0 .884-1.531L15.953 5.111a1.25 1.25 0 0 0-1.53-.884M4.876 10.18l-.355 6.796c-.037.699.12 1.363.424 1.94l-.414-.16a2.75 2.75 0 0 1-1.582-3.553zM9.74 7.035a1 1 0 1 1 .518 1.932a1 1 0 0 1-.518-1.932"/></svg>

React

import type { SVGProps } from "react";

export function FluentStyleGuide24Regular(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="M14.034 2.778a2.75 2.75 0 0 1 3.368 1.945l2.718 10.142a2.75 2.75 0 0 1-1.945 3.368l-6.278 1.682a2.75 2.75 0 0 1-3.368-1.944L5.81 7.828A2.75 2.75 0 0 1 7.756 4.46zm-8.233 8.88l1.762 6.571a3.73 3.73 0 0 0 1.002 1.713l-.443-.023a2.75 2.75 0 0 1-2.602-2.89zm8.621-7.431L8.144 5.909A1.25 1.25 0 0 0 7.26 7.44l2.718 10.142a1.25 1.25 0 0 0 1.53.884l6.279-1.682a1.25 1.25 0 0 0 .884-1.531L15.953 5.111a1.25 1.25 0 0 0-1.53-.884M4.876 10.18l-.355 6.796c-.037.699.12 1.363.424 1.94l-.414-.16a2.75 2.75 0 0 1-1.582-3.553zM9.74 7.035a1 1 0 1 1 .518 1.932a1 1 0 0 1-.518-1.932"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.034 2.778a2.75 2.75 0 0 1 3.368 1.945l2.718 10.142a2.75 2.75 0 0 1-1.945 3.368l-6.278 1.682a2.75 2.75 0 0 1-3.368-1.944L5.81 7.828A2.75 2.75 0 0 1 7.756 4.46zm-8.233 8.88l1.762 6.571a3.73 3.73 0 0 0 1.002 1.713l-.443-.023a2.75 2.75 0 0 1-2.602-2.89zm8.621-7.431L8.144 5.909A1.25 1.25 0 0 0 7.26 7.44l2.718 10.142a1.25 1.25 0 0 0 1.53.884l6.279-1.682a1.25 1.25 0 0 0 .884-1.531L15.953 5.111a1.25 1.25 0 0 0-1.53-.884M4.876 10.18l-.355 6.796c-.037.699.12 1.363.424 1.94l-.414-.16a2.75 2.75 0 0 1-1.582-3.553zM9.74 7.035a1 1 0 1 1 .518 1.932a1 1 0 0 1-.518-1.932"/></svg>
</template>

CSS

.icon-style-guide-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%22M14.034%202.778a2.75%202.75%200%200%201%203.368%201.945l2.718%2010.142a2.75%202.75%200%200%201-1.945%203.368l-6.278%201.682a2.75%202.75%200%200%201-3.368-1.944L5.81%207.828A2.75%202.75%200%200%201%207.756%204.46zm-8.233%208.88l1.762%206.571a3.73%203.73%200%200%200%201.002%201.713l-.443-.023a2.75%202.75%200%200%201-2.602-2.89zm8.621-7.431L8.144%205.909A1.25%201.25%200%200%200%207.26%207.44l2.718%2010.142a1.25%201.25%200%200%200%201.53.884l6.279-1.682a1.25%201.25%200%200%200%20.884-1.531L15.953%205.111a1.25%201.25%200%200%200-1.53-.884M4.876%2010.18l-.355%206.796c-.037.699.12%201.363.424%201.94l-.414-.16a2.75%202.75%200%200%201-1.582-3.553zM9.74%207.035a1%201%200%201%201%20.518%201.932a1%201%200%200%201-.518-1.932%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%22M14.034%202.778a2.75%202.75%200%200%201%203.368%201.945l2.718%2010.142a2.75%202.75%200%200%201-1.945%203.368l-6.278%201.682a2.75%202.75%200%200%201-3.368-1.944L5.81%207.828A2.75%202.75%200%200%201%207.756%204.46zm-8.233%208.88l1.762%206.571a3.73%203.73%200%200%200%201.002%201.713l-.443-.023a2.75%202.75%200%200%201-2.602-2.89zm8.621-7.431L8.144%205.909A1.25%201.25%200%200%200%207.26%207.44l2.718%2010.142a1.25%201.25%200%200%200%201.53.884l6.279-1.682a1.25%201.25%200%200%200%20.884-1.531L15.953%205.111a1.25%201.25%200%200%200-1.53-.884M4.876%2010.18l-.355%206.796c-.037.699.12%201.363.424%201.94l-.414-.16a2.75%202.75%200%200%201-1.582-3.553zM9.74%207.035a1%201%200%201%201%20.518%201.932a1%201%200%200%201-.518-1.932%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/style-guide-24-regular.svg?color=%231a73e8&size=48