ruler angular icon
ruler-angular-linear from Solar by 480 Design · Linear · Tools · CC-BY-4.0 Attribution required.
- Name
- ruler-angular-linear
- Set
- Solar
- Style
- Linear
- Category
- Tools
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More tools icons from Solar
align-bottom-boldalign-horizontal-center-boldalign-horizontal-spacing-boldalign-left-boldalign-right-boldalign-top-boldalign-vertical-center-boldalign-vertical-spacing-boldcolour-tuning-boldcrop-boldcrop-minimalistic-boldfilters-boldflip-horizontal-boldflip-vertical-boldframe-boldlayers-boldlayers-minimalistic-boldmirror-left-boldmirror-right-boldpaint-brush-boldpaint-roller-boldpalette-2-boldpalette-boldpalette-round-bold
Use the ruler angular icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M2 6V18.5C2 19.9045 2 20.6067 2.33706 21.1111C2.48298 21.3295 2.67048 21.517 2.88886 21.6629C3.39331 22 4.09554 22 5.5 22C6.90446 22 7.60669 22 8.11114 21.6629C8.32952 21.517 8.51702 21.3295 8.66294 21.1111C9 20.6067 9 19.9045 9 18.5V11C9 10.0572 9 9.58579 9.29289 9.29289C9.58579 9 10.0572 9 11 9H18.5C19.9045 9 20.6067 9 21.1111 8.66294C21.3295 8.51702 21.517 8.32952 21.6629 8.11114C22 7.60669 22 6.90446 22 5.5C22 4.09554 22 3.39331 21.6629 2.88886C21.517 2.67048 21.3295 2.48298 21.1111 2.33706C20.6067 2 19.9045 2 18.5 2H6C4.11438 2 3.17157 2 2.58579 2.58579C2 3.17157 2 4.11438 2 6Z"/><path d="M12 2L12 4M18 2L18 4M9 2L9 5M15 2L15 5"/><path d="M2 12H4M2 18H4M2 15L5 15M2 9L5 9"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarRulerAngularLinear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M2 6V18.5C2 19.9045 2 20.6067 2.33706 21.1111C2.48298 21.3295 2.67048 21.517 2.88886 21.6629C3.39331 22 4.09554 22 5.5 22C6.90446 22 7.60669 22 8.11114 21.6629C8.32952 21.517 8.51702 21.3295 8.66294 21.1111C9 20.6067 9 19.9045 9 18.5V11C9 10.0572 9 9.58579 9.29289 9.29289C9.58579 9 10.0572 9 11 9H18.5C19.9045 9 20.6067 9 21.1111 8.66294C21.3295 8.51702 21.517 8.32952 21.6629 8.11114C22 7.60669 22 6.90446 22 5.5C22 4.09554 22 3.39331 21.6629 2.88886C21.517 2.67048 21.3295 2.48298 21.1111 2.33706C20.6067 2 19.9045 2 18.5 2H6C4.11438 2 3.17157 2 2.58579 2.58579C2 3.17157 2 4.11438 2 6Z"/><path d="M12 2L12 4M18 2L18 4M9 2L9 5M15 2L15 5"/><path d="M2 12H4M2 18H4M2 15L5 15M2 9L5 9"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M2 6V18.5C2 19.9045 2 20.6067 2.33706 21.1111C2.48298 21.3295 2.67048 21.517 2.88886 21.6629C3.39331 22 4.09554 22 5.5 22C6.90446 22 7.60669 22 8.11114 21.6629C8.32952 21.517 8.51702 21.3295 8.66294 21.1111C9 20.6067 9 19.9045 9 18.5V11C9 10.0572 9 9.58579 9.29289 9.29289C9.58579 9 10.0572 9 11 9H18.5C19.9045 9 20.6067 9 21.1111 8.66294C21.3295 8.51702 21.517 8.32952 21.6629 8.11114C22 7.60669 22 6.90446 22 5.5C22 4.09554 22 3.39331 21.6629 2.88886C21.517 2.67048 21.3295 2.48298 21.1111 2.33706C20.6067 2 19.9045 2 18.5 2H6C4.11438 2 3.17157 2 2.58579 2.58579C2 3.17157 2 4.11438 2 6Z"/><path d="M12 2L12 4M18 2L18 4M9 2L9 5M15 2L15 5"/><path d="M2 12H4M2 18H4M2 15L5 15M2 9L5 9"/></g></svg> </template>
CSS
.icon-ruler-angular-linear {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%206V18.5C2%2019.9045%202%2020.6067%202.33706%2021.1111C2.48298%2021.3295%202.67048%2021.517%202.88886%2021.6629C3.39331%2022%204.09554%2022%205.5%2022C6.90446%2022%207.60669%2022%208.11114%2021.6629C8.32952%2021.517%208.51702%2021.3295%208.66294%2021.1111C9%2020.6067%209%2019.9045%209%2018.5V11C9%2010.0572%209%209.58579%209.29289%209.29289C9.58579%209%2010.0572%209%2011%209H18.5C19.9045%209%2020.6067%209%2021.1111%208.66294C21.3295%208.51702%2021.517%208.32952%2021.6629%208.11114C22%207.60669%2022%206.90446%2022%205.5C22%204.09554%2022%203.39331%2021.6629%202.88886C21.517%202.67048%2021.3295%202.48298%2021.1111%202.33706C20.6067%202%2019.9045%202%2018.5%202H6C4.11438%202%203.17157%202%202.58579%202.58579C2%203.17157%202%204.11438%202%206Z%22%2F%3E%3Cpath%20d%3D%22M12%202L12%204M18%202L18%204M9%202L9%205M15%202L15%205%22%2F%3E%3Cpath%20d%3D%22M2%2012H4M2%2018H4M2%2015L5%2015M2%209L5%209%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%206V18.5C2%2019.9045%202%2020.6067%202.33706%2021.1111C2.48298%2021.3295%202.67048%2021.517%202.88886%2021.6629C3.39331%2022%204.09554%2022%205.5%2022C6.90446%2022%207.60669%2022%208.11114%2021.6629C8.32952%2021.517%208.51702%2021.3295%208.66294%2021.1111C9%2020.6067%209%2019.9045%209%2018.5V11C9%2010.0572%209%209.58579%209.29289%209.29289C9.58579%209%2010.0572%209%2011%209H18.5C19.9045%209%2020.6067%209%2021.1111%208.66294C21.3295%208.51702%2021.517%208.32952%2021.6629%208.11114C22%207.60669%2022%206.90446%2022%205.5C22%204.09554%2022%203.39331%2021.6629%202.88886C21.517%202.67048%2021.3295%202.48298%2021.1111%202.33706C20.6067%202%2019.9045%202%2018.5%202H6C4.11438%202%203.17157%202%202.58579%202.58579C2%203.17157%202%204.11438%202%206Z%22%2F%3E%3Cpath%20d%3D%22M12%202L12%204M18%202L18%204M9%202L9%205M15%202L15%205%22%2F%3E%3Cpath%20d%3D%22M2%2012H4M2%2018H4M2%2015L5%2015M2%209L5%209%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/ruler-angular-linear.svg?color=%231a73e8&size=48