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

Name
how-to-reg-rounded
Set
Material Symbols
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

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.175 10.825Q6 9.65 6 8t1.175-2.825T10 4t2.825 1.175T14 8t-1.175 2.825T10 12t-2.825-1.175M4 20q-.825 0-1.412-.587T2 18v-.8q0-.825.425-1.55t1.175-1.1q1.275-.65 2.875-1.1T10 13h.663q.312 0 .637.05q.5.05.65.525t-.2.825l-.425.425q-.775.775-.875 1.825t.475 1.925q.3.475.087.95T10.3 20zm11.55-2.4l4.35-4.35q.275-.275.7-.275t.7.275t.275.7t-.275.7l-5.05 5.05q-.3.3-.7.3t-.7-.3l-2.05-2.05q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHowToRegRounded(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.175 10.825Q6 9.65 6 8t1.175-2.825T10 4t2.825 1.175T14 8t-1.175 2.825T10 12t-2.825-1.175M4 20q-.825 0-1.412-.587T2 18v-.8q0-.825.425-1.55t1.175-1.1q1.275-.65 2.875-1.1T10 13h.663q.312 0 .637.05q.5.05.65.525t-.2.825l-.425.425q-.775.775-.875 1.825t.475 1.925q.3.475.087.95T10.3 20zm11.55-2.4l4.35-4.35q.275-.275.7-.275t.7.275t.275.7t-.275.7l-5.05 5.05q-.3.3-.7.3t-.7-.3l-2.05-2.05q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275z"/></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.175 10.825Q6 9.65 6 8t1.175-2.825T10 4t2.825 1.175T14 8t-1.175 2.825T10 12t-2.825-1.175M4 20q-.825 0-1.412-.587T2 18v-.8q0-.825.425-1.55t1.175-1.1q1.275-.65 2.875-1.1T10 13h.663q.312 0 .637.05q.5.05.65.525t-.2.825l-.425.425q-.775.775-.875 1.825t.475 1.925q.3.475.087.95T10.3 20zm11.55-2.4l4.35-4.35q.275-.275.7-.275t.7.275t.275.7t-.275.7l-5.05 5.05q-.3.3-.7.3t-.7-.3l-2.05-2.05q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275z"/></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.175%2010.825Q6%209.65%206%208t1.175-2.825T10%204t2.825%201.175T14%208t-1.175%202.825T10%2012t-2.825-1.175M4%2020q-.825%200-1.412-.587T2%2018v-.8q0-.825.425-1.55t1.175-1.1q1.275-.65%202.875-1.1T10%2013h.663q.312%200%20.637.05q.5.05.65.525t-.2.825l-.425.425q-.775.775-.875%201.825t.475%201.925q.3.475.087.95T10.3%2020zm11.55-2.4l4.35-4.35q.275-.275.7-.275t.7.275t.275.7t-.275.7l-5.05%205.05q-.3.3-.7.3t-.7-.3l-2.05-2.05q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275z%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.175%2010.825Q6%209.65%206%208t1.175-2.825T10%204t2.825%201.175T14%208t-1.175%202.825T10%2012t-2.825-1.175M4%2020q-.825%200-1.412-.587T2%2018v-.8q0-.825.425-1.55t1.175-1.1q1.275-.65%202.875-1.1T10%2013h.663q.312%200%20.637.05q.5.05.65.525t-.2.825l-.425.425q-.775.775-.875%201.825t.475%201.925q.3.475.087.95T10.3%2020zm11.55-2.4l4.35-4.35q.275-.275.7-.275t.7.275t.275.7t-.275.7l-5.05%205.05q-.3.3-.7.3t-.7-.3l-2.05-2.05q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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