expand view icon
expand-view-solid from Dither Icons by Vijay K Singh · Solid · MIT Free for personal and commercial use.
- Name
- expand-view-solid
- Set
- Dither Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
2 other variants in Dither Icons
Use the expand view icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M9.5 10.8h5M9.5 13.2h3.2" opacity=".55"/><path fill-rule="evenodd" d="M9.3 5.3H6.4a1.1 1.1 0 0 0-1.1 1.1v2.9h1.4V6.7h2.6Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M7.3 3.9H4.7a.8.8 0 0 0-.8.8v2.6" opacity="0"/><path fill-rule="evenodd" d="M9.3 5.3H6.4a1.1 1.1 0 0 0-1.1 1.1v2.9h1.4V6.7h2.6Z" transform="rotate(90 12 12)"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M7.3 3.9H4.7a.8.8 0 0 0-.8.8v2.6" opacity="0" transform="rotate(90 12 12)"/><path fill-rule="evenodd" d="M9.3 5.3H6.4a1.1 1.1 0 0 0-1.1 1.1v2.9h1.4V6.7h2.6Z" transform="rotate(180 12 12)"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M7.3 3.9H4.7a.8.8 0 0 0-.8.8v2.6" opacity="0" transform="rotate(180 12 12)"/><path fill-rule="evenodd" d="M9.3 5.3H6.4a1.1 1.1 0 0 0-1.1 1.1v2.9h1.4V6.7h2.6Z" transform="rotate(270 12 12)"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M7.3 3.9H4.7a.8.8 0 0 0-.8.8v2.6" opacity="0" transform="rotate(270 12 12)"/></g></svg>
React
import type { SVGProps } from "react";
export function DitherExpandViewSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".8" d="M9.5 10.8h5M9.5 13.2h3.2" opacity=".55"/><path fillRule="evenodd" d="M9.3 5.3H6.4a1.1 1.1 0 0 0-1.1 1.1v2.9h1.4V6.7h2.6Z"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".5" d="M7.3 3.9H4.7a.8.8 0 0 0-.8.8v2.6" opacity="0"/><path fillRule="evenodd" d="M9.3 5.3H6.4a1.1 1.1 0 0 0-1.1 1.1v2.9h1.4V6.7h2.6Z" transform="rotate(90 12 12)"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".5" d="M7.3 3.9H4.7a.8.8 0 0 0-.8.8v2.6" opacity="0" transform="rotate(90 12 12)"/><path fillRule="evenodd" d="M9.3 5.3H6.4a1.1 1.1 0 0 0-1.1 1.1v2.9h1.4V6.7h2.6Z" transform="rotate(180 12 12)"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".5" d="M7.3 3.9H4.7a.8.8 0 0 0-.8.8v2.6" opacity="0" transform="rotate(180 12 12)"/><path fillRule="evenodd" d="M9.3 5.3H6.4a1.1 1.1 0 0 0-1.1 1.1v2.9h1.4V6.7h2.6Z" transform="rotate(270 12 12)"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".5" d="M7.3 3.9H4.7a.8.8 0 0 0-.8.8v2.6" opacity="0" transform="rotate(270 12 12)"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M9.5 10.8h5M9.5 13.2h3.2" opacity=".55"/><path fill-rule="evenodd" d="M9.3 5.3H6.4a1.1 1.1 0 0 0-1.1 1.1v2.9h1.4V6.7h2.6Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M7.3 3.9H4.7a.8.8 0 0 0-.8.8v2.6" opacity="0"/><path fill-rule="evenodd" d="M9.3 5.3H6.4a1.1 1.1 0 0 0-1.1 1.1v2.9h1.4V6.7h2.6Z" transform="rotate(90 12 12)"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M7.3 3.9H4.7a.8.8 0 0 0-.8.8v2.6" opacity="0" transform="rotate(90 12 12)"/><path fill-rule="evenodd" d="M9.3 5.3H6.4a1.1 1.1 0 0 0-1.1 1.1v2.9h1.4V6.7h2.6Z" transform="rotate(180 12 12)"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M7.3 3.9H4.7a.8.8 0 0 0-.8.8v2.6" opacity="0" transform="rotate(180 12 12)"/><path fill-rule="evenodd" d="M9.3 5.3H6.4a1.1 1.1 0 0 0-1.1 1.1v2.9h1.4V6.7h2.6Z" transform="rotate(270 12 12)"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M7.3 3.9H4.7a.8.8 0 0 0-.8.8v2.6" opacity="0" transform="rotate(270 12 12)"/></g></svg> </template>
CSS
.icon-expand-view-solid {
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%22currentColor%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M9.5%2010.8h5M9.5%2013.2h3.2%22%20opacity%3D%22.55%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.3%205.3H6.4a1.1%201.1%200%200%200-1.1%201.1v2.9h1.4V6.7h2.6Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M7.3%203.9H4.7a.8.8%200%200%200-.8.8v2.6%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.3%205.3H6.4a1.1%201.1%200%200%200-1.1%201.1v2.9h1.4V6.7h2.6Z%22%20transform%3D%22rotate(90%2012%2012)%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M7.3%203.9H4.7a.8.8%200%200%200-.8.8v2.6%22%20opacity%3D%220%22%20transform%3D%22rotate(90%2012%2012)%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.3%205.3H6.4a1.1%201.1%200%200%200-1.1%201.1v2.9h1.4V6.7h2.6Z%22%20transform%3D%22rotate(180%2012%2012)%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M7.3%203.9H4.7a.8.8%200%200%200-.8.8v2.6%22%20opacity%3D%220%22%20transform%3D%22rotate(180%2012%2012)%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.3%205.3H6.4a1.1%201.1%200%200%200-1.1%201.1v2.9h1.4V6.7h2.6Z%22%20transform%3D%22rotate(270%2012%2012)%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M7.3%203.9H4.7a.8.8%200%200%200-.8.8v2.6%22%20opacity%3D%220%22%20transform%3D%22rotate(270%2012%2012)%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%22currentColor%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M9.5%2010.8h5M9.5%2013.2h3.2%22%20opacity%3D%22.55%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.3%205.3H6.4a1.1%201.1%200%200%200-1.1%201.1v2.9h1.4V6.7h2.6Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M7.3%203.9H4.7a.8.8%200%200%200-.8.8v2.6%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.3%205.3H6.4a1.1%201.1%200%200%200-1.1%201.1v2.9h1.4V6.7h2.6Z%22%20transform%3D%22rotate(90%2012%2012)%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M7.3%203.9H4.7a.8.8%200%200%200-.8.8v2.6%22%20opacity%3D%220%22%20transform%3D%22rotate(90%2012%2012)%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.3%205.3H6.4a1.1%201.1%200%200%200-1.1%201.1v2.9h1.4V6.7h2.6Z%22%20transform%3D%22rotate(180%2012%2012)%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M7.3%203.9H4.7a.8.8%200%200%200-.8.8v2.6%22%20opacity%3D%220%22%20transform%3D%22rotate(180%2012%2012)%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.3%205.3H6.4a1.1%201.1%200%200%200-1.1%201.1v2.9h1.4V6.7h2.6Z%22%20transform%3D%22rotate(270%2012%2012)%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M7.3%203.9H4.7a.8.8%200%200%200-.8.8v2.6%22%20opacity%3D%220%22%20transform%3D%22rotate(270%2012%2012)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/dither/expand-view-solid.svg?color=%231a73e8&size=48