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

Name
signed-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Use the signed icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path d="M8.461 1.898l.99.389a1.5 1.5 0 0 0 1.098 0l.99-.39a2.418 2.418 0 0 1 3.102 1.285l.424.976a1.5 1.5 0 0 0 .777.776l.975.425a2.418 2.418 0 0 1 1.285 3.102l-.39.99a1.5 1.5 0 0 0 0 1.098l.39.99a2.418 2.418 0 0 1-1.285 3.102l-.975.424a1.5 1.5 0 0 0-.777.777l-.424.975a2.418 2.418 0 0 1-3.102 1.285l-.99-.39a1.5 1.5 0 0 0-1.098 0l-.99.39a2.418 2.418 0 0 1-3.102-1.285l-.425-.975a1.5 1.5 0 0 0-.776-.777l-.976-.424a2.418 2.418 0 0 1-1.284-3.102l.389-.99a1.5 1.5 0 0 0 0-1.098l-.39-.99a2.418 2.418 0 0 1 1.285-3.102l.976-.425a1.5 1.5 0 0 0 .776-.776l.425-.976A2.418 2.418 0 0 1 8.46 1.898zm3.444.93l-.99.39a2.5 2.5 0 0 1-1.83 0l-.99-.39a1.418 1.418 0 0 0-1.82.753l-.424.976A2.5 2.5 0 0 1 4.557 5.85l-.976.425a1.418 1.418 0 0 0-.753 1.819l.39.99a2.5 2.5 0 0 1 0 1.83l-.39.99c-.28.71.054 1.514.753 1.82l.976.424a2.5 2.5 0 0 1 1.294 1.294l.425.976a1.418 1.418 0 0 0 1.819.753l.99-.39a2.5 2.5 0 0 1 1.83 0l.99.39c.71.28 1.514-.054 1.82-.753l.424-.976a2.5 2.5 0 0 1 1.294-1.294l.976-.425a1.418 1.418 0 0 0 .753-1.819l-.39-.99a2.5 2.5 0 0 1 0-1.83l.39-.99a1.418 1.418 0 0 0-.753-1.82l-.976-.424a2.5 2.5 0 0 1-1.294-1.294l-.425-.976a1.418 1.418 0 0 0-1.819-.753zM8.98 11.772l3.647-4.104a.5.5 0 0 1 .801.592l-.053.072l-4 4.5a.5.5 0 0 1-.655.081l-.073-.06l-2-2a.5.5 0 0 1 .638-.764l.07.057l1.625 1.625l3.647-4.103L8.98 11.77z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentSigned20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path d="M8.461 1.898l.99.389a1.5 1.5 0 0 0 1.098 0l.99-.39a2.418 2.418 0 0 1 3.102 1.285l.424.976a1.5 1.5 0 0 0 .777.776l.975.425a2.418 2.418 0 0 1 1.285 3.102l-.39.99a1.5 1.5 0 0 0 0 1.098l.39.99a2.418 2.418 0 0 1-1.285 3.102l-.975.424a1.5 1.5 0 0 0-.777.777l-.424.975a2.418 2.418 0 0 1-3.102 1.285l-.99-.39a1.5 1.5 0 0 0-1.098 0l-.99.39a2.418 2.418 0 0 1-3.102-1.285l-.425-.975a1.5 1.5 0 0 0-.776-.777l-.976-.424a2.418 2.418 0 0 1-1.284-3.102l.389-.99a1.5 1.5 0 0 0 0-1.098l-.39-.99a2.418 2.418 0 0 1 1.285-3.102l.976-.425a1.5 1.5 0 0 0 .776-.776l.425-.976A2.418 2.418 0 0 1 8.46 1.898zm3.444.93l-.99.39a2.5 2.5 0 0 1-1.83 0l-.99-.39a1.418 1.418 0 0 0-1.82.753l-.424.976A2.5 2.5 0 0 1 4.557 5.85l-.976.425a1.418 1.418 0 0 0-.753 1.819l.39.99a2.5 2.5 0 0 1 0 1.83l-.39.99c-.28.71.054 1.514.753 1.82l.976.424a2.5 2.5 0 0 1 1.294 1.294l.425.976a1.418 1.418 0 0 0 1.819.753l.99-.39a2.5 2.5 0 0 1 1.83 0l.99.39c.71.28 1.514-.054 1.82-.753l.424-.976a2.5 2.5 0 0 1 1.294-1.294l.976-.425a1.418 1.418 0 0 0 .753-1.819l-.39-.99a2.5 2.5 0 0 1 0-1.83l.39-.99a1.418 1.418 0 0 0-.753-1.82l-.976-.424a2.5 2.5 0 0 1-1.294-1.294l-.425-.976a1.418 1.418 0 0 0-1.819-.753zM8.98 11.772l3.647-4.104a.5.5 0 0 1 .801.592l-.053.072l-4 4.5a.5.5 0 0 1-.655.081l-.073-.06l-2-2a.5.5 0 0 1 .638-.764l.07.057l1.625 1.625l3.647-4.103L8.98 11.77z" fill="currentColor"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path d="M8.461 1.898l.99.389a1.5 1.5 0 0 0 1.098 0l.99-.39a2.418 2.418 0 0 1 3.102 1.285l.424.976a1.5 1.5 0 0 0 .777.776l.975.425a2.418 2.418 0 0 1 1.285 3.102l-.39.99a1.5 1.5 0 0 0 0 1.098l.39.99a2.418 2.418 0 0 1-1.285 3.102l-.975.424a1.5 1.5 0 0 0-.777.777l-.424.975a2.418 2.418 0 0 1-3.102 1.285l-.99-.39a1.5 1.5 0 0 0-1.098 0l-.99.39a2.418 2.418 0 0 1-3.102-1.285l-.425-.975a1.5 1.5 0 0 0-.776-.777l-.976-.424a2.418 2.418 0 0 1-1.284-3.102l.389-.99a1.5 1.5 0 0 0 0-1.098l-.39-.99a2.418 2.418 0 0 1 1.285-3.102l.976-.425a1.5 1.5 0 0 0 .776-.776l.425-.976A2.418 2.418 0 0 1 8.46 1.898zm3.444.93l-.99.39a2.5 2.5 0 0 1-1.83 0l-.99-.39a1.418 1.418 0 0 0-1.82.753l-.424.976A2.5 2.5 0 0 1 4.557 5.85l-.976.425a1.418 1.418 0 0 0-.753 1.819l.39.99a2.5 2.5 0 0 1 0 1.83l-.39.99c-.28.71.054 1.514.753 1.82l.976.424a2.5 2.5 0 0 1 1.294 1.294l.425.976a1.418 1.418 0 0 0 1.819.753l.99-.39a2.5 2.5 0 0 1 1.83 0l.99.39c.71.28 1.514-.054 1.82-.753l.424-.976a2.5 2.5 0 0 1 1.294-1.294l.976-.425a1.418 1.418 0 0 0 .753-1.819l-.39-.99a2.5 2.5 0 0 1 0-1.83l.39-.99a1.418 1.418 0 0 0-.753-1.82l-.976-.424a2.5 2.5 0 0 1-1.294-1.294l-.425-.976a1.418 1.418 0 0 0-1.819-.753zM8.98 11.772l3.647-4.104a.5.5 0 0 1 .801.592l-.053.072l-4 4.5a.5.5 0 0 1-.655.081l-.073-.06l-2-2a.5.5 0 0 1 .638-.764l.07.057l1.625 1.625l3.647-4.103L8.98 11.77z" fill="currentColor"/></g></svg>
</template>

CSS

.icon-signed-20-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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M8.461%201.898l.99.389a1.5%201.5%200%200%200%201.098%200l.99-.39a2.418%202.418%200%200%201%203.102%201.285l.424.976a1.5%201.5%200%200%200%20.777.776l.975.425a2.418%202.418%200%200%201%201.285%203.102l-.39.99a1.5%201.5%200%200%200%200%201.098l.39.99a2.418%202.418%200%200%201-1.285%203.102l-.975.424a1.5%201.5%200%200%200-.777.777l-.424.975a2.418%202.418%200%200%201-3.102%201.285l-.99-.39a1.5%201.5%200%200%200-1.098%200l-.99.39a2.418%202.418%200%200%201-3.102-1.285l-.425-.975a1.5%201.5%200%200%200-.776-.777l-.976-.424a2.418%202.418%200%200%201-1.284-3.102l.389-.99a1.5%201.5%200%200%200%200-1.098l-.39-.99a2.418%202.418%200%200%201%201.285-3.102l.976-.425a1.5%201.5%200%200%200%20.776-.776l.425-.976A2.418%202.418%200%200%201%208.46%201.898zm3.444.93l-.99.39a2.5%202.5%200%200%201-1.83%200l-.99-.39a1.418%201.418%200%200%200-1.82.753l-.424.976A2.5%202.5%200%200%201%204.557%205.85l-.976.425a1.418%201.418%200%200%200-.753%201.819l.39.99a2.5%202.5%200%200%201%200%201.83l-.39.99c-.28.71.054%201.514.753%201.82l.976.424a2.5%202.5%200%200%201%201.294%201.294l.425.976a1.418%201.418%200%200%200%201.819.753l.99-.39a2.5%202.5%200%200%201%201.83%200l.99.39c.71.28%201.514-.054%201.82-.753l.424-.976a2.5%202.5%200%200%201%201.294-1.294l.976-.425a1.418%201.418%200%200%200%20.753-1.819l-.39-.99a2.5%202.5%200%200%201%200-1.83l.39-.99a1.418%201.418%200%200%200-.753-1.82l-.976-.424a2.5%202.5%200%200%201-1.294-1.294l-.425-.976a1.418%201.418%200%200%200-1.819-.753zM8.98%2011.772l3.647-4.104a.5.5%200%200%201%20.801.592l-.053.072l-4%204.5a.5.5%200%200%201-.655.081l-.073-.06l-2-2a.5.5%200%200%201%20.638-.764l.07.057l1.625%201.625l3.647-4.103L8.98%2011.77z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M8.461%201.898l.99.389a1.5%201.5%200%200%200%201.098%200l.99-.39a2.418%202.418%200%200%201%203.102%201.285l.424.976a1.5%201.5%200%200%200%20.777.776l.975.425a2.418%202.418%200%200%201%201.285%203.102l-.39.99a1.5%201.5%200%200%200%200%201.098l.39.99a2.418%202.418%200%200%201-1.285%203.102l-.975.424a1.5%201.5%200%200%200-.777.777l-.424.975a2.418%202.418%200%200%201-3.102%201.285l-.99-.39a1.5%201.5%200%200%200-1.098%200l-.99.39a2.418%202.418%200%200%201-3.102-1.285l-.425-.975a1.5%201.5%200%200%200-.776-.777l-.976-.424a2.418%202.418%200%200%201-1.284-3.102l.389-.99a1.5%201.5%200%200%200%200-1.098l-.39-.99a2.418%202.418%200%200%201%201.285-3.102l.976-.425a1.5%201.5%200%200%200%20.776-.776l.425-.976A2.418%202.418%200%200%201%208.46%201.898zm3.444.93l-.99.39a2.5%202.5%200%200%201-1.83%200l-.99-.39a1.418%201.418%200%200%200-1.82.753l-.424.976A2.5%202.5%200%200%201%204.557%205.85l-.976.425a1.418%201.418%200%200%200-.753%201.819l.39.99a2.5%202.5%200%200%201%200%201.83l-.39.99c-.28.71.054%201.514.753%201.82l.976.424a2.5%202.5%200%200%201%201.294%201.294l.425.976a1.418%201.418%200%200%200%201.819.753l.99-.39a2.5%202.5%200%200%201%201.83%200l.99.39c.71.28%201.514-.054%201.82-.753l.424-.976a2.5%202.5%200%200%201%201.294-1.294l.976-.425a1.418%201.418%200%200%200%20.753-1.819l-.39-.99a2.5%202.5%200%200%201%200-1.83l.39-.99a1.418%201.418%200%200%200-.753-1.82l-.976-.424a2.5%202.5%200%200%201-1.294-1.294l-.425-.976a1.418%201.418%200%200%200-1.819-.753zM8.98%2011.772l3.647-4.104a.5.5%200%200%201%20.801.592l-.053.072l-4%204.5a.5.5%200%200%201-.655.081l-.073-.06l-2-2a.5.5%200%200%201%20.638-.764l.07.057l1.625%201.625l3.647-4.103L8.98%2011.77z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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