orientaton icon
orientaton from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- orientaton
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 21×20
- License
- MIT
Use the orientaton icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 21 20"><path fill="currentColor" d="M2 10.941v7h12v-7zm0-2h12a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2m9.012-2h-2V2a2 2 0 0 1 2-2h7a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H18v-2h.012V2h-7z"/></svg>
React
import type { SVGProps } from "react";
export function JamOrientaton(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 21 20"><path fill="currentColor" d="M2 10.941v7h12v-7zm0-2h12a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2m9.012-2h-2V2a2 2 0 0 1 2-2h7a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H18v-2h.012V2h-7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 21 20"><path fill="currentColor" d="M2 10.941v7h12v-7zm0-2h12a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2m9.012-2h-2V2a2 2 0 0 1 2-2h7a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H18v-2h.012V2h-7z"/></svg> </template>
CSS
.icon-orientaton {
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%2021%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2010.941v7h12v-7zm0-2h12a2%202%200%200%201%202%202v7a2%202%200%200%201-2%202H2a2%202%200%200%201-2-2v-7a2%202%200%200%201%202-2m9.012-2h-2V2a2%202%200%200%201%202-2h7a2%202%200%200%201%202%202v12a2%202%200%200%201-2%202H18v-2h.012V2h-7z%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%2021%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2010.941v7h12v-7zm0-2h12a2%202%200%200%201%202%202v7a2%202%200%200%201-2%202H2a2%202%200%200%201-2-2v-7a2%202%200%200%201%202-2m9.012-2h-2V2a2%202%200%200%201%202-2h7a2%202%200%200%201%202%202v12a2%202%200%200%201-2%202H18v-2h.012V2h-7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/orientaton.svg?color=%231a73e8&size=48