how to reg icon
how-to-reg-rounded from Material Symbols Light by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- how-to-reg-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
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="M7.82 10.508q-.878-.877-.878-2.123t.877-2.123t2.123-.877t2.124.877t.876 2.123t-.876 2.123t-2.124.877t-2.123-.877m-3.838 8.108q-.44 0-.74-.3q-.299-.299-.299-.739v-.608q0-.767.377-1.232q.377-.466.954-.764q1.275-.65 2.51-1.004q1.234-.353 3.16-.353h.556q.265 0 .493.03q.404.031.535.41t-.161.671l-.772.771q-.448.448-.557 1.046t.234 1.089q.223.32.068.652q-.154.33-.539.33zm11.319-.324l4.696-4.696q.14-.14.345-.15q.203-.01.363.15t.16.354t-.16.354l-4.838 4.838q-.243.243-.566.243t-.565-.243l-1.839-1.838q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHowToRegRounded(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="M7.82 10.508q-.878-.877-.878-2.123t.877-2.123t2.123-.877t2.124.877t.876 2.123t-.876 2.123t-2.124.877t-2.123-.877m-3.838 8.108q-.44 0-.74-.3q-.299-.299-.299-.739v-.608q0-.767.377-1.232q.377-.466.954-.764q1.275-.65 2.51-1.004q1.234-.353 3.16-.353h.556q.265 0 .493.03q.404.031.535.41t-.161.671l-.772.771q-.448.448-.557 1.046t.234 1.089q.223.32.068.652q-.154.33-.539.33zm11.319-.324l4.696-4.696q.14-.14.345-.15q.203-.01.363.15t.16.354t-.16.354l-4.838 4.838q-.243.243-.566.243t-.565-.243l-1.839-1.838q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.82 10.508q-.878-.877-.878-2.123t.877-2.123t2.123-.877t2.124.877t.876 2.123t-.876 2.123t-2.124.877t-2.123-.877m-3.838 8.108q-.44 0-.74-.3q-.299-.299-.299-.739v-.608q0-.767.377-1.232q.377-.466.954-.764q1.275-.65 2.51-1.004q1.234-.353 3.16-.353h.556q.265 0 .493.03q.404.031.535.41t-.161.671l-.772.771q-.448.448-.557 1.046t.234 1.089q.223.32.068.652q-.154.33-.539.33zm11.319-.324l4.696-4.696q.14-.14.345-.15q.203-.01.363.15t.16.354t-.16.354l-4.838 4.838q-.243.243-.566.243t-.565-.243l-1.839-1.838q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16z"/></svg> </template>
CSS
.icon-how-to-reg-rounded {
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%22M7.82%2010.508q-.878-.877-.878-2.123t.877-2.123t2.123-.877t2.124.877t.876%202.123t-.876%202.123t-2.124.877t-2.123-.877m-3.838%208.108q-.44%200-.74-.3q-.299-.299-.299-.739v-.608q0-.767.377-1.232q.377-.466.954-.764q1.275-.65%202.51-1.004q1.234-.353%203.16-.353h.556q.265%200%20.493.03q.404.031.535.41t-.161.671l-.772.771q-.448.448-.557%201.046t.234%201.089q.223.32.068.652q-.154.33-.539.33zm11.319-.324l4.696-4.696q.14-.14.345-.15q.203-.01.363.15t.16.354t-.16.354l-4.838%204.838q-.243.243-.566.243t-.565-.243l-1.839-1.838q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16z%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%22M7.82%2010.508q-.878-.877-.878-2.123t.877-2.123t2.123-.877t2.124.877t.876%202.123t-.876%202.123t-2.124.877t-2.123-.877m-3.838%208.108q-.44%200-.74-.3q-.299-.299-.299-.739v-.608q0-.767.377-1.232q.377-.466.954-.764q1.275-.65%202.51-1.004q1.234-.353%203.16-.353h.556q.265%200%20.493.03q.404.031.535.41t-.161.671l-.772.771q-.448.448-.557%201.046t.234%201.089q.223.32.068.652q-.154.33-.539.33zm11.319-.324l4.696-4.696q.14-.14.345-.15q.203-.01.363.15t.16.354t-.16.354l-4.838%204.838q-.243.243-.566.243t-.565-.243l-1.839-1.838q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16z%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-rounded.svg?color=%231a73e8&size=48