annotation visibility icon
annotation-visibility from Carbon by IBM · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- annotation-visibility
- Set
- Carbon
- Style
- Outline
- Viewbox
- 32×32
- License
- Apache 2.0
Use the annotation visibility icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M28 4H4a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h24a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm0 22H4V6h24z" fill="currentColor"/><path d="M21 20h-8a3.51 3.51 0 0 0-.88-1.86l3.8-6.64l-1.74-1l-3.78 6.62a3.35 3.35 0 0 0-.9-.12a3.5 3.5 0 1 0 3.15 5H21zM9.5 22a1.5 1.5 0 1 1 1.5-1.5A1.5 1.5 0 0 1 9.5 22z" fill="currentColor"/><path d="M19 8h7v2h-7z" fill="currentColor"/><path d="M19 12h4v2h-4z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function CarbonAnnotationVisibility(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M28 4H4a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h24a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm0 22H4V6h24z" fill="currentColor"/><path d="M21 20h-8a3.51 3.51 0 0 0-.88-1.86l3.8-6.64l-1.74-1l-3.78 6.62a3.35 3.35 0 0 0-.9-.12a3.5 3.5 0 1 0 3.15 5H21zM9.5 22a1.5 1.5 0 1 1 1.5-1.5A1.5 1.5 0 0 1 9.5 22z" fill="currentColor"/><path d="M19 8h7v2h-7z" fill="currentColor"/><path d="M19 12h4v2h-4z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M28 4H4a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h24a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm0 22H4V6h24z" fill="currentColor"/><path d="M21 20h-8a3.51 3.51 0 0 0-.88-1.86l3.8-6.64l-1.74-1l-3.78 6.62a3.35 3.35 0 0 0-.9-.12a3.5 3.5 0 1 0 3.15 5H21zM9.5 22a1.5 1.5 0 1 1 1.5-1.5A1.5 1.5 0 0 1 9.5 22z" fill="currentColor"/><path d="M19 8h7v2h-7z" fill="currentColor"/><path d="M19 12h4v2h-4z" fill="currentColor"/></svg> </template>
CSS
.icon-annotation-visibility {
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%20d%3D%22M28%204H4a2%202%200%200%200-2%202v20a2%202%200%200%200%202%202h24a2%202%200%200%200%202-2V6a2%202%200%200%200-2-2zm0%2022H4V6h24z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M21%2020h-8a3.51%203.51%200%200%200-.88-1.86l3.8-6.64l-1.74-1l-3.78%206.62a3.35%203.35%200%200%200-.9-.12a3.5%203.5%200%201%200%203.15%205H21zM9.5%2022a1.5%201.5%200%201%201%201.5-1.5A1.5%201.5%200%200%201%209.5%2022z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M19%208h7v2h-7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M19%2012h4v2h-4z%22%20fill%3D%22currentColor%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%20d%3D%22M28%204H4a2%202%200%200%200-2%202v20a2%202%200%200%200%202%202h24a2%202%200%200%200%202-2V6a2%202%200%200%200-2-2zm0%2022H4V6h24z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M21%2020h-8a3.51%203.51%200%200%200-.88-1.86l3.8-6.64l-1.74-1l-3.78%206.62a3.35%203.35%200%200%200-.9-.12a3.5%203.5%200%201%200%203.15%205H21zM9.5%2022a1.5%201.5%200%201%201%201.5-1.5A1.5%201.5%200%200%201%209.5%2022z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M19%208h7v2h-7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M19%2012h4v2h-4z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/annotation-visibility.svg?color=%231a73e8&size=48