how-to-reg from Material Symbols Light by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.

Name
how-to-reg
Set
Material Symbols Light
Style
Regular
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
how-to-reg-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the how to reg icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.3 19.708l-2.758-2.758l.708-.708l2.05 2.05l5.05-5.05l.708.708zm-7.48-9.2q-.878-.877-.878-2.123T7.82 6.26t2.123-.877t2.124.877t.876 2.123q0 1.247-.876 2.124q-.877.877-2.124.877q-1.246 0-2.123-.877m4.473 3.292l-3.15 3.15l1.685 1.666H2.942v-1.647q0-.767.377-1.232q.377-.466.954-.764q1.275-.65 2.51-1.004q1.234-.353 3.16-.353q.75 0 1.327.046q.578.046 1.022.138"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHowToReg(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="m15.3 19.708l-2.758-2.758l.708-.708l2.05 2.05l5.05-5.05l.708.708zm-7.48-9.2q-.878-.877-.878-2.123T7.82 6.26t2.123-.877t2.124.877t.876 2.123q0 1.247-.876 2.124q-.877.877-2.124.877q-1.246 0-2.123-.877m4.473 3.292l-3.15 3.15l1.685 1.666H2.942v-1.647q0-.767.377-1.232q.377-.466.954-.764q1.275-.65 2.51-1.004q1.234-.353 3.16-.353q.75 0 1.327.046q.578.046 1.022.138"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.3 19.708l-2.758-2.758l.708-.708l2.05 2.05l5.05-5.05l.708.708zm-7.48-9.2q-.878-.877-.878-2.123T7.82 6.26t2.123-.877t2.124.877t.876 2.123q0 1.247-.876 2.124q-.877.877-2.124.877q-1.246 0-2.123-.877m4.473 3.292l-3.15 3.15l1.685 1.666H2.942v-1.647q0-.767.377-1.232q.377-.466.954-.764q1.275-.65 2.51-1.004q1.234-.353 3.16-.353q.75 0 1.327.046q.578.046 1.022.138"/></svg>
</template>

CSS

.icon-how-to-reg {
  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%22m15.3%2019.708l-2.758-2.758l.708-.708l2.05%202.05l5.05-5.05l.708.708zm-7.48-9.2q-.878-.877-.878-2.123T7.82%206.26t2.123-.877t2.124.877t.876%202.123q0%201.247-.876%202.124q-.877.877-2.124.877q-1.246%200-2.123-.877m4.473%203.292l-3.15%203.15l1.685%201.666H2.942v-1.647q0-.767.377-1.232q.377-.466.954-.764q1.275-.65%202.51-1.004q1.234-.353%203.16-.353q.75%200%201.327.046q.578.046%201.022.138%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%22m15.3%2019.708l-2.758-2.758l.708-.708l2.05%202.05l5.05-5.05l.708.708zm-7.48-9.2q-.878-.877-.878-2.123T7.82%206.26t2.123-.877t2.124.877t.876%202.123q0%201.247-.876%202.124q-.877.877-2.124.877q-1.246%200-2.123-.877m4.473%203.292l-3.15%203.15l1.685%201.666H2.942v-1.647q0-.767.377-1.232q.377-.466.954-.764q1.275-.65%202.51-1.004q1.234-.353%203.16-.353q.75%200%201.327.046q.578.046%201.022.138%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/how-to-reg.svg?color=%231a73e8&size=48