unsplash icon

unsplash from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
unsplash
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Jam Icons

Use the unsplash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3 24 24"><path fill="currentColor" d="M13 10.35c0 1.736-1.375 3.086-3 3.086s-3-1.35-3-3.086s1.375-3.086 3-3.086c1.688.065 3 1.415 3 3.086m7-4.757v9.578c0 1.479-1.188 2.765-2.688 2.765H2.688C1.188 17.936 0 16.714 0 15.17V5.53c0-1.48 1.188-2.766 2.688-2.766H5l.5-1.478C5.75.579 6.563 0 7.313 0h5.375c.75 0 1.562.579 1.812 1.286l.5 1.543h2.313c1.5 0 2.687 1.221 2.687 2.764m-5.375 4.821c0-2.635-2.063-4.821-4.688-4.821c-2.562 0-4.687 2.186-4.687 4.821c0 2.636 2.063 4.822 4.688 4.822a4.79 4.79 0 0 0 4.687-4.822"/></svg>

React

import type { SVGProps } from "react";

export function JamUnsplash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3 24 24"><path fill="currentColor" d="M13 10.35c0 1.736-1.375 3.086-3 3.086s-3-1.35-3-3.086s1.375-3.086 3-3.086c1.688.065 3 1.415 3 3.086m7-4.757v9.578c0 1.479-1.188 2.765-2.688 2.765H2.688C1.188 17.936 0 16.714 0 15.17V5.53c0-1.48 1.188-2.766 2.688-2.766H5l.5-1.478C5.75.579 6.563 0 7.313 0h5.375c.75 0 1.562.579 1.812 1.286l.5 1.543h2.313c1.5 0 2.687 1.221 2.687 2.764m-5.375 4.821c0-2.635-2.063-4.821-4.688-4.821c-2.562 0-4.687 2.186-4.687 4.821c0 2.636 2.063 4.822 4.688 4.822a4.79 4.79 0 0 0 4.687-4.822"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3 24 24"><path fill="currentColor" d="M13 10.35c0 1.736-1.375 3.086-3 3.086s-3-1.35-3-3.086s1.375-3.086 3-3.086c1.688.065 3 1.415 3 3.086m7-4.757v9.578c0 1.479-1.188 2.765-2.688 2.765H2.688C1.188 17.936 0 16.714 0 15.17V5.53c0-1.48 1.188-2.766 2.688-2.766H5l.5-1.478C5.75.579 6.563 0 7.313 0h5.375c.75 0 1.562.579 1.812 1.286l.5 1.543h2.313c1.5 0 2.687 1.221 2.687 2.764m-5.375 4.821c0-2.635-2.063-4.821-4.688-4.821c-2.562 0-4.687 2.186-4.687 4.821c0 2.636 2.063 4.822 4.688 4.822a4.79 4.79 0 0 0 4.687-4.822"/></svg>
</template>

CSS

.icon-unsplash {
  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%22-2%20-3%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2010.35c0%201.736-1.375%203.086-3%203.086s-3-1.35-3-3.086s1.375-3.086%203-3.086c1.688.065%203%201.415%203%203.086m7-4.757v9.578c0%201.479-1.188%202.765-2.688%202.765H2.688C1.188%2017.936%200%2016.714%200%2015.17V5.53c0-1.48%201.188-2.766%202.688-2.766H5l.5-1.478C5.75.579%206.563%200%207.313%200h5.375c.75%200%201.562.579%201.812%201.286l.5%201.543h2.313c1.5%200%202.687%201.221%202.687%202.764m-5.375%204.821c0-2.635-2.063-4.821-4.688-4.821c-2.562%200-4.687%202.186-4.687%204.821c0%202.636%202.063%204.822%204.688%204.822a4.79%204.79%200%200%200%204.687-4.822%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%22-2%20-3%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2010.35c0%201.736-1.375%203.086-3%203.086s-3-1.35-3-3.086s1.375-3.086%203-3.086c1.688.065%203%201.415%203%203.086m7-4.757v9.578c0%201.479-1.188%202.765-2.688%202.765H2.688C1.188%2017.936%200%2016.714%200%2015.17V5.53c0-1.48%201.188-2.766%202.688-2.766H5l.5-1.478C5.75.579%206.563%200%207.313%200h5.375c.75%200%201.562.579%201.812%201.286l.5%201.543h2.313c1.5%200%202.687%201.221%202.687%202.764m-5.375%204.821c0-2.635-2.063-4.821-4.688-4.821c-2.562%200-4.687%202.186-4.687%204.821c0%202.636%202.063%204.822%204.688%204.822a4.79%204.79%200%200%200%204.687-4.822%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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