ruler icon
ruler from Unicons Monochrome by Iconscout · Monochrome · Design Tools · Apache-2.0 Free for personal and commercial use.
- Name
- ruler
- Set
- Unicons Monochrome
- Style
- Monochrome
- Category
- Design Tools
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
rulerBoxIcons v2rulerBoxIcons v2 SolidrulerCarbonrulerFont Awesome 6 SolidrulerFont Awesome Solidruler-12-filledFluent UI System Iconsrulercss.ggrulerHuge IconsrulerIconParkrulerIconPark OutlinerulerIconoirrulerJam IconsrulerLine AwesomerulerLuciderulerMaterial Design Iconsruler-fillMingCute IconrulerMyna UI IconsrulerPhosphorruler-fillRemix Iconruler-boldSolarrulerTabler IconsrulerTDesign IconsrulerUniconsrulerUnicons Solid
More design tools icons from Unicons Monochrome
Use the ruler icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.586 20.485L7.05 16.95a1 1 0 0 1 0-1.414a1 1 0 0 1 1.415 0L12 19.07zm2.828-2.828l-2.121-2.121a1 1 0 0 1 0-1.415a1 1 0 0 1 1.414 0l2.122 2.122zm2.829-2.828l-3.536-3.536a1 1 0 0 1 0-1.414a1 1 0 0 1 1.414 0l3.536 3.535zM19.07 12l-2.12-2.12a1 1 0 0 1 0-1.414a1 1 0 0 1 1.414 0l2.121 2.12z"/><path fill="currentColor" d="M22.606 7.05L16.95 1.395a1 1 0 0 0-1.414 0L1.394 15.535a1 1 0 0 0 0 1.414l5.656 5.657a1 1 0 0 0 1.414 0l2.122-2.12L7.05 16.95a1 1 0 1 1 1.415-1.414L12 19.07l1.414-1.414l-2.121-2.121a1 1 0 0 1 1.414-1.415l2.121 2.122l1.415-1.415l-3.536-3.535a1 1 0 0 1 1.414-1.414l3.536 3.535L19.07 12l-2.12-2.12a1 1 0 0 1 1.414-1.414l2.121 2.12l2.121-2.12a1 1 0 0 0 0-1.414Z" opacity=".5"/></svg>
React
import type { SVGProps } from "react";
export function UimRuler(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="M10.586 20.485L7.05 16.95a1 1 0 0 1 0-1.414a1 1 0 0 1 1.415 0L12 19.07zm2.828-2.828l-2.121-2.121a1 1 0 0 1 0-1.415a1 1 0 0 1 1.414 0l2.122 2.122zm2.829-2.828l-3.536-3.536a1 1 0 0 1 0-1.414a1 1 0 0 1 1.414 0l3.536 3.535zM19.07 12l-2.12-2.12a1 1 0 0 1 0-1.414a1 1 0 0 1 1.414 0l2.121 2.12z"/><path fill="currentColor" d="M22.606 7.05L16.95 1.395a1 1 0 0 0-1.414 0L1.394 15.535a1 1 0 0 0 0 1.414l5.656 5.657a1 1 0 0 0 1.414 0l2.122-2.12L7.05 16.95a1 1 0 1 1 1.415-1.414L12 19.07l1.414-1.414l-2.121-2.121a1 1 0 0 1 1.414-1.415l2.121 2.122l1.415-1.415l-3.536-3.535a1 1 0 0 1 1.414-1.414l3.536 3.535L19.07 12l-2.12-2.12a1 1 0 0 1 1.414-1.414l2.121 2.12l2.121-2.12a1 1 0 0 0 0-1.414Z" opacity=".5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.586 20.485L7.05 16.95a1 1 0 0 1 0-1.414a1 1 0 0 1 1.415 0L12 19.07zm2.828-2.828l-2.121-2.121a1 1 0 0 1 0-1.415a1 1 0 0 1 1.414 0l2.122 2.122zm2.829-2.828l-3.536-3.536a1 1 0 0 1 0-1.414a1 1 0 0 1 1.414 0l3.536 3.535zM19.07 12l-2.12-2.12a1 1 0 0 1 0-1.414a1 1 0 0 1 1.414 0l2.121 2.12z"/><path fill="currentColor" d="M22.606 7.05L16.95 1.395a1 1 0 0 0-1.414 0L1.394 15.535a1 1 0 0 0 0 1.414l5.656 5.657a1 1 0 0 0 1.414 0l2.122-2.12L7.05 16.95a1 1 0 1 1 1.415-1.414L12 19.07l1.414-1.414l-2.121-2.121a1 1 0 0 1 1.414-1.415l2.121 2.122l1.415-1.415l-3.536-3.535a1 1 0 0 1 1.414-1.414l3.536 3.535L19.07 12l-2.12-2.12a1 1 0 0 1 1.414-1.414l2.121 2.12l2.121-2.12a1 1 0 0 0 0-1.414Z" opacity=".5"/></svg> </template>
CSS
.icon-ruler {
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%22M10.586%2020.485L7.05%2016.95a1%201%200%200%201%200-1.414a1%201%200%200%201%201.415%200L12%2019.07zm2.828-2.828l-2.121-2.121a1%201%200%200%201%200-1.415a1%201%200%200%201%201.414%200l2.122%202.122zm2.829-2.828l-3.536-3.536a1%201%200%200%201%200-1.414a1%201%200%200%201%201.414%200l3.536%203.535zM19.07%2012l-2.12-2.12a1%201%200%200%201%200-1.414a1%201%200%200%201%201.414%200l2.121%202.12z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.606%207.05L16.95%201.395a1%201%200%200%200-1.414%200L1.394%2015.535a1%201%200%200%200%200%201.414l5.656%205.657a1%201%200%200%200%201.414%200l2.122-2.12L7.05%2016.95a1%201%200%201%201%201.415-1.414L12%2019.07l1.414-1.414l-2.121-2.121a1%201%200%200%201%201.414-1.415l2.121%202.122l1.415-1.415l-3.536-3.535a1%201%200%200%201%201.414-1.414l3.536%203.535L19.07%2012l-2.12-2.12a1%201%200%200%201%201.414-1.414l2.121%202.12l2.121-2.12a1%201%200%200%200%200-1.414Z%22%20opacity%3D%22.5%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%22M10.586%2020.485L7.05%2016.95a1%201%200%200%201%200-1.414a1%201%200%200%201%201.415%200L12%2019.07zm2.828-2.828l-2.121-2.121a1%201%200%200%201%200-1.415a1%201%200%200%201%201.414%200l2.122%202.122zm2.829-2.828l-3.536-3.536a1%201%200%200%201%200-1.414a1%201%200%200%201%201.414%200l3.536%203.535zM19.07%2012l-2.12-2.12a1%201%200%200%201%200-1.414a1%201%200%200%201%201.414%200l2.121%202.12z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.606%207.05L16.95%201.395a1%201%200%200%200-1.414%200L1.394%2015.535a1%201%200%200%200%200%201.414l5.656%205.657a1%201%200%200%200%201.414%200l2.122-2.12L7.05%2016.95a1%201%200%201%201%201.415-1.414L12%2019.07l1.414-1.414l-2.121-2.121a1%201%200%200%201%201.414-1.415l2.121%202.122l1.415-1.415l-3.536-3.535a1%201%200%200%201%201.414-1.414l3.536%203.535L19.07%2012l-2.12-2.12a1%201%200%200%201%201.414-1.414l2.121%202.12l2.121-2.12a1%201%200%200%200%200-1.414Z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uim/ruler.svg?color=%231a73e8&size=48