ruler alt icon
ruler-alt from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.
- Name
- ruler-alt
- Set
- Carbon
- Style
- Outline
- Category
- Tools
- Viewbox
- 32×32
- License
- Apache 2.0
More tools icons from Carbon
Use the ruler alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.41 21.67L10.34 2.58a2 2 0 0 0-2.83 0L2.59 7.51a2 2 0 0 0 0 2.82l19.07 19.09a2 2 0 0 0 1.42.58a2 2 0 0 0 1.41-.58l4.92-4.93a2 2 0 0 0 0-2.82M23.08 28L4 8.92L8.92 4l3.79 3.79L10.46 10l1.41 1.41l2.25-2.21l4.13 4.13L16 15.58L17.42 17l2.25-2.25l4.13 4.13l-2.25 2.25L23 22.54l2.25-2.25L28 23.08Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonRulerAlt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.41 21.67L10.34 2.58a2 2 0 0 0-2.83 0L2.59 7.51a2 2 0 0 0 0 2.82l19.07 19.09a2 2 0 0 0 1.42.58a2 2 0 0 0 1.41-.58l4.92-4.93a2 2 0 0 0 0-2.82M23.08 28L4 8.92L8.92 4l3.79 3.79L10.46 10l1.41 1.41l2.25-2.21l4.13 4.13L16 15.58L17.42 17l2.25-2.25l4.13 4.13l-2.25 2.25L23 22.54l2.25-2.25L28 23.08Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.41 21.67L10.34 2.58a2 2 0 0 0-2.83 0L2.59 7.51a2 2 0 0 0 0 2.82l19.07 19.09a2 2 0 0 0 1.42.58a2 2 0 0 0 1.41-.58l4.92-4.93a2 2 0 0 0 0-2.82M23.08 28L4 8.92L8.92 4l3.79 3.79L10.46 10l1.41 1.41l2.25-2.21l4.13 4.13L16 15.58L17.42 17l2.25-2.25l4.13 4.13l-2.25 2.25L23 22.54l2.25-2.25L28 23.08Z"/></svg> </template>
CSS
.icon-ruler-alt {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.41%2021.67L10.34%202.58a2%202%200%200%200-2.83%200L2.59%207.51a2%202%200%200%200%200%202.82l19.07%2019.09a2%202%200%200%200%201.42.58a2%202%200%200%200%201.41-.58l4.92-4.93a2%202%200%200%200%200-2.82M23.08%2028L4%208.92L8.92%204l3.79%203.79L10.46%2010l1.41%201.41l2.25-2.21l4.13%204.13L16%2015.58L17.42%2017l2.25-2.25l4.13%204.13l-2.25%202.25L23%2022.54l2.25-2.25L28%2023.08Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.41%2021.67L10.34%202.58a2%202%200%200%200-2.83%200L2.59%207.51a2%202%200%200%200%200%202.82l19.07%2019.09a2%202%200%200%200%201.42.58a2%202%200%200%200%201.41-.58l4.92-4.93a2%202%200%200%200%200-2.82M23.08%2028L4%208.92L8.92%204l3.79%203.79L10.46%2010l1.41%201.41l2.25-2.21l4.13%204.13L16%2015.58L17.42%2017l2.25-2.25l4.13%204.13l-2.25%202.25L23%2022.54l2.25-2.25L28%2023.08Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/ruler-alt.svg?color=%231a73e8&size=48