image mountain icon

image-mountain from Reicon by REICON · Outline · Video · MIT Free for personal and commercial use.

Name
image-mountain
Set
Reicon
Style
Outline
Category
Video
Viewbox
24×24
License
MIT

1 other variant in Reicon

More video icons from Reicon

Use the image mountain icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m21.772 16.877l-5.697-7.749a1.334 1.334 0 0 0-2.148 0L9.5 15.147l-1.925-2.619a1.332 1.332 0 0 0-2.148 0l-3.197 4.35C1.583 17.757 2.212 19 3.305 19h17.392c1.094 0 1.722-1.243 1.075-2.123"/><circle cx="7.333" cy="5.333" r="2.333"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconImageMountain(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="m21.772 16.877l-5.697-7.749a1.334 1.334 0 0 0-2.148 0L9.5 15.147l-1.925-2.619a1.332 1.332 0 0 0-2.148 0l-3.197 4.35C1.583 17.757 2.212 19 3.305 19h17.392c1.094 0 1.722-1.243 1.075-2.123"/><circle cx="7.333" cy="5.333" r="2.333"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m21.772 16.877l-5.697-7.749a1.334 1.334 0 0 0-2.148 0L9.5 15.147l-1.925-2.619a1.332 1.332 0 0 0-2.148 0l-3.197 4.35C1.583 17.757 2.212 19 3.305 19h17.392c1.094 0 1.722-1.243 1.075-2.123"/><circle cx="7.333" cy="5.333" r="2.333"/></g></svg>
</template>

CSS

.icon-image-mountain {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m21.772%2016.877l-5.697-7.749a1.334%201.334%200%200%200-2.148%200L9.5%2015.147l-1.925-2.619a1.332%201.332%200%200%200-2.148%200l-3.197%204.35C1.583%2017.757%202.212%2019%203.305%2019h17.392c1.094%200%201.722-1.243%201.075-2.123%22%2F%3E%3Ccircle%20cx%3D%227.333%22%20cy%3D%225.333%22%20r%3D%222.333%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m21.772%2016.877l-5.697-7.749a1.334%201.334%200%200%200-2.148%200L9.5%2015.147l-1.925-2.619a1.332%201.332%200%200%200-2.148%200l-3.197%204.35C1.583%2017.757%202.212%2019%203.305%2019h17.392c1.094%200%201.722-1.243%201.075-2.123%22%2F%3E%3Ccircle%20cx%3D%227.333%22%20cy%3D%225.333%22%20r%3D%222.333%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/image-mountain.svg?color=%231a73e8&size=48