rule icon
rule-rounded from Material Symbols Light by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- rule-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- rule-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More actions icons from Material Symbols Light
Use the rule icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.712 16.4l-2.266 2.266q-.14.14-.334.13q-.195-.01-.335-.15t-.14-.344t.14-.344l2.246-2.246l-2.265-2.266q-.14-.14-.131-.344t.15-.344t.344-.14t.344.14l2.247 2.265l2.265-2.265q.14-.14.344-.14t.344.14t.14.344t-.14.344L17.4 15.712l2.266 2.265q.14.14.14.335t-.14.334t-.345.14t-.344-.14zm-.631-7.129l3.896-3.896q.146-.146.354-.153t.354.159q.14.146.14.353q0 .208-.14.354l-4.014 4.02q-.242.242-.565.242t-.566-.242l-1.938-1.939q-.14-.14-.13-.344q.009-.204.15-.344t.344-.14t.344.14zM3.5 15.116h7q.214 0 .357.143t.143.357t-.143.356t-.357.144h-7q-.213 0-.357-.144Q3 15.829 3 15.616q0-.214.143-.357t.357-.143m0-7.231h7q.214 0 .357.143t.143.357t-.143.356t-.357.144h-7q-.213 0-.357-.144T3 8.385t.143-.357q.144-.144.357-.144"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightRuleRounded(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="m16.712 16.4l-2.266 2.266q-.14.14-.334.13q-.195-.01-.335-.15t-.14-.344t.14-.344l2.246-2.246l-2.265-2.266q-.14-.14-.131-.344t.15-.344t.344-.14t.344.14l2.247 2.265l2.265-2.265q.14-.14.344-.14t.344.14t.14.344t-.14.344L17.4 15.712l2.266 2.265q.14.14.14.335t-.14.334t-.345.14t-.344-.14zm-.631-7.129l3.896-3.896q.146-.146.354-.153t.354.159q.14.146.14.353q0 .208-.14.354l-4.014 4.02q-.242.242-.565.242t-.566-.242l-1.938-1.939q-.14-.14-.13-.344q.009-.204.15-.344t.344-.14t.344.14zM3.5 15.116h7q.214 0 .357.143t.143.357t-.143.356t-.357.144h-7q-.213 0-.357-.144Q3 15.829 3 15.616q0-.214.143-.357t.357-.143m0-7.231h7q.214 0 .357.143t.143.357t-.143.356t-.357.144h-7q-.213 0-.357-.144T3 8.385t.143-.357q.144-.144.357-.144"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.712 16.4l-2.266 2.266q-.14.14-.334.13q-.195-.01-.335-.15t-.14-.344t.14-.344l2.246-2.246l-2.265-2.266q-.14-.14-.131-.344t.15-.344t.344-.14t.344.14l2.247 2.265l2.265-2.265q.14-.14.344-.14t.344.14t.14.344t-.14.344L17.4 15.712l2.266 2.265q.14.14.14.335t-.14.334t-.345.14t-.344-.14zm-.631-7.129l3.896-3.896q.146-.146.354-.153t.354.159q.14.146.14.353q0 .208-.14.354l-4.014 4.02q-.242.242-.565.242t-.566-.242l-1.938-1.939q-.14-.14-.13-.344q.009-.204.15-.344t.344-.14t.344.14zM3.5 15.116h7q.214 0 .357.143t.143.357t-.143.356t-.357.144h-7q-.213 0-.357-.144Q3 15.829 3 15.616q0-.214.143-.357t.357-.143m0-7.231h7q.214 0 .357.143t.143.357t-.143.356t-.357.144h-7q-.213 0-.357-.144T3 8.385t.143-.357q.144-.144.357-.144"/></svg> </template>
CSS
.icon-rule-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%22m16.712%2016.4l-2.266%202.266q-.14.14-.334.13q-.195-.01-.335-.15t-.14-.344t.14-.344l2.246-2.246l-2.265-2.266q-.14-.14-.131-.344t.15-.344t.344-.14t.344.14l2.247%202.265l2.265-2.265q.14-.14.344-.14t.344.14t.14.344t-.14.344L17.4%2015.712l2.266%202.265q.14.14.14.335t-.14.334t-.345.14t-.344-.14zm-.631-7.129l3.896-3.896q.146-.146.354-.153t.354.159q.14.146.14.353q0%20.208-.14.354l-4.014%204.02q-.242.242-.565.242t-.566-.242l-1.938-1.939q-.14-.14-.13-.344q.009-.204.15-.344t.344-.14t.344.14zM3.5%2015.116h7q.214%200%20.357.143t.143.357t-.143.356t-.357.144h-7q-.213%200-.357-.144Q3%2015.829%203%2015.616q0-.214.143-.357t.357-.143m0-7.231h7q.214%200%20.357.143t.143.357t-.143.356t-.357.144h-7q-.213%200-.357-.144T3%208.385t.143-.357q.144-.144.357-.144%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%22m16.712%2016.4l-2.266%202.266q-.14.14-.334.13q-.195-.01-.335-.15t-.14-.344t.14-.344l2.246-2.246l-2.265-2.266q-.14-.14-.131-.344t.15-.344t.344-.14t.344.14l2.247%202.265l2.265-2.265q.14-.14.344-.14t.344.14t.14.344t-.14.344L17.4%2015.712l2.266%202.265q.14.14.14.335t-.14.334t-.345.14t-.344-.14zm-.631-7.129l3.896-3.896q.146-.146.354-.153t.354.159q.14.146.14.353q0%20.208-.14.354l-4.014%204.02q-.242.242-.565.242t-.566-.242l-1.938-1.939q-.14-.14-.13-.344q.009-.204.15-.344t.344-.14t.344.14zM3.5%2015.116h7q.214%200%20.357.143t.143.357t-.143.356t-.357.144h-7q-.213%200-.357-.144Q3%2015.829%203%2015.616q0-.214.143-.357t.357-.143m0-7.231h7q.214%200%20.357.143t.143.357t-.143.356t-.357.144h-7q-.213%200-.357-.144T3%208.385t.143-.357q.144-.144.357-.144%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/rule-rounded.svg?color=%231a73e8&size=48