how to reg icon
how-to-reg-outline-rounded from Material Symbols Light by Google · Outline Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- how-to-reg-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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="M3.98 18.616q-.44 0-.739-.3q-.299-.299-.299-.739v-.608q0-.767.377-1.232q.377-.466.954-.764q1.275-.65 2.51-1.004q1.234-.353 3.16-.353l.536.002q.279.003.537.048q.188.03.325.201q.138.172.107.366q-.03.17-.165.306q-.135.134-.367.115q-.189-.02-.43-.029q-.24-.01-.544-.01q-1.775 0-3.033.368q-1.259.367-2.159.867q-.456.24-.632.504q-.176.263-.176.615v.647h7.02q.212 0 .356.143q.143.144.143.357t-.143.356t-.357.144zm11.32-.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.16zm-7.48-7.784q-.878-.877-.878-2.123t.877-2.123t2.123-.877t2.124.877t.876 2.123t-.876 2.123t-2.124.877t-2.123-.877m3.536-.711q.587-.587.587-1.412t-.587-1.413t-1.413-.587t-1.412.587t-.588 1.413t.588 1.412t1.412.588t1.413-.588M9.942 8.385"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHowToRegOutlineRounded(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="M3.98 18.616q-.44 0-.739-.3q-.299-.299-.299-.739v-.608q0-.767.377-1.232q.377-.466.954-.764q1.275-.65 2.51-1.004q1.234-.353 3.16-.353l.536.002q.279.003.537.048q.188.03.325.201q.138.172.107.366q-.03.17-.165.306q-.135.134-.367.115q-.189-.02-.43-.029q-.24-.01-.544-.01q-1.775 0-3.033.368q-1.259.367-2.159.867q-.456.24-.632.504q-.176.263-.176.615v.647h7.02q.212 0 .356.143q.143.144.143.357t-.143.356t-.357.144zm11.32-.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.16zm-7.48-7.784q-.878-.877-.878-2.123t.877-2.123t2.123-.877t2.124.877t.876 2.123t-.876 2.123t-2.124.877t-2.123-.877m3.536-.711q.587-.587.587-1.412t-.587-1.413t-1.413-.587t-1.412.587t-.588 1.413t.588 1.412t1.412.588t1.413-.588M9.942 8.385"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.98 18.616q-.44 0-.739-.3q-.299-.299-.299-.739v-.608q0-.767.377-1.232q.377-.466.954-.764q1.275-.65 2.51-1.004q1.234-.353 3.16-.353l.536.002q.279.003.537.048q.188.03.325.201q.138.172.107.366q-.03.17-.165.306q-.135.134-.367.115q-.189-.02-.43-.029q-.24-.01-.544-.01q-1.775 0-3.033.368q-1.259.367-2.159.867q-.456.24-.632.504q-.176.263-.176.615v.647h7.02q.212 0 .356.143q.143.144.143.357t-.143.356t-.357.144zm11.32-.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.16zm-7.48-7.784q-.878-.877-.878-2.123t.877-2.123t2.123-.877t2.124.877t.876 2.123t-.876 2.123t-2.124.877t-2.123-.877m3.536-.711q.587-.587.587-1.412t-.587-1.413t-1.413-.587t-1.412.587t-.588 1.413t.588 1.412t1.412.588t1.413-.588M9.942 8.385"/></svg> </template>
CSS
.icon-how-to-reg-outline-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%22M3.98%2018.616q-.44%200-.739-.3q-.299-.299-.299-.739v-.608q0-.767.377-1.232q.377-.466.954-.764q1.275-.65%202.51-1.004q1.234-.353%203.16-.353l.536.002q.279.003.537.048q.188.03.325.201q.138.172.107.366q-.03.17-.165.306q-.135.134-.367.115q-.189-.02-.43-.029q-.24-.01-.544-.01q-1.775%200-3.033.368q-1.259.367-2.159.867q-.456.24-.632.504q-.176.263-.176.615v.647h7.02q.212%200%20.356.143q.143.144.143.357t-.143.356t-.357.144zm11.32-.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.16zm-7.48-7.784q-.878-.877-.878-2.123t.877-2.123t2.123-.877t2.124.877t.876%202.123t-.876%202.123t-2.124.877t-2.123-.877m3.536-.711q.587-.587.587-1.412t-.587-1.413t-1.413-.587t-1.412.587t-.588%201.413t.588%201.412t1.412.588t1.413-.588M9.942%208.385%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%22M3.98%2018.616q-.44%200-.739-.3q-.299-.299-.299-.739v-.608q0-.767.377-1.232q.377-.466.954-.764q1.275-.65%202.51-1.004q1.234-.353%203.16-.353l.536.002q.279.003.537.048q.188.03.325.201q.138.172.107.366q-.03.17-.165.306q-.135.134-.367.115q-.189-.02-.43-.029q-.24-.01-.544-.01q-1.775%200-3.033.368q-1.259.367-2.159.867q-.456.24-.632.504q-.176.263-.176.615v.647h7.02q.212%200%20.356.143q.143.144.143.357t-.143.356t-.357.144zm11.32-.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.16zm-7.48-7.784q-.878-.877-.878-2.123t.877-2.123t2.123-.877t2.124.877t.876%202.123t-.876%202.123t-2.124.877t-2.123-.877m3.536-.711q.587-.587.587-1.412t-.587-1.413t-1.413-.587t-1.412.587t-.588%201.413t.588%201.412t1.412.588t1.413-.588M9.942%208.385%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-outline-rounded.svg?color=%231a73e8&size=48