image composition icon

image-composition from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
image-composition
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the image composition 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-width="1.5"><path d="M7.075 3.884c3.212.95 6.638.95 9.85 0c2.592-.767 3.888-1.15 4.482-.675C22 3.685 22 4.908 22 7.353v9.294c0 2.445 0 3.668-.593 4.144c-.594.476-1.89.092-4.482-.675a17.36 17.36 0 0 0-9.85 0c-2.592.767-3.888 1.15-4.482.675C2 20.315 2 19.092 2 16.647V7.353c0-2.445 0-3.668.593-4.144c.594-.476 1.89-.092 4.482.675Z"/><path d="M7 20c3.947-4.157 8.382-9.67 15-5.536"/><path stroke-linecap="round" stroke-linejoin="round" d="M9 8.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsImageComposition(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" strokeWidth="1.5"><path d="M7.075 3.884c3.212.95 6.638.95 9.85 0c2.592-.767 3.888-1.15 4.482-.675C22 3.685 22 4.908 22 7.353v9.294c0 2.445 0 3.668-.593 4.144c-.594.476-1.89.092-4.482-.675a17.36 17.36 0 0 0-9.85 0c-2.592.767-3.888 1.15-4.482.675C2 20.315 2 19.092 2 16.647V7.353c0-2.445 0-3.668.593-4.144c.594-.476 1.89-.092 4.482.675Z"/><path d="M7 20c3.947-4.157 8.382-9.67 15-5.536"/><path strokeLinecap="round" strokeLinejoin="round" d="M9 8.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></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-width="1.5"><path d="M7.075 3.884c3.212.95 6.638.95 9.85 0c2.592-.767 3.888-1.15 4.482-.675C22 3.685 22 4.908 22 7.353v9.294c0 2.445 0 3.668-.593 4.144c-.594.476-1.89.092-4.482-.675a17.36 17.36 0 0 0-9.85 0c-2.592.767-3.888 1.15-4.482.675C2 20.315 2 19.092 2 16.647V7.353c0-2.445 0-3.668.593-4.144c.594-.476 1.89-.092 4.482.675Z"/><path d="M7 20c3.947-4.157 8.382-9.67 15-5.536"/><path stroke-linecap="round" stroke-linejoin="round" d="M9 8.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></g></svg>
</template>

CSS

.icon-image-composition {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7.075%203.884c3.212.95%206.638.95%209.85%200c2.592-.767%203.888-1.15%204.482-.675C22%203.685%2022%204.908%2022%207.353v9.294c0%202.445%200%203.668-.593%204.144c-.594.476-1.89.092-4.482-.675a17.36%2017.36%200%200%200-9.85%200c-2.592.767-3.888%201.15-4.482.675C2%2020.315%202%2019.092%202%2016.647V7.353c0-2.445%200-3.668.593-4.144c.594-.476%201.89-.092%204.482.675Z%22%2F%3E%3Cpath%20d%3D%22M7%2020c3.947-4.157%208.382-9.67%2015-5.536%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%208.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7.075%203.884c3.212.95%206.638.95%209.85%200c2.592-.767%203.888-1.15%204.482-.675C22%203.685%2022%204.908%2022%207.353v9.294c0%202.445%200%203.668-.593%204.144c-.594.476-1.89.092-4.482-.675a17.36%2017.36%200%200%200-9.85%200c-2.592.767-3.888%201.15-4.482.675C2%2020.315%202%2019.092%202%2016.647V7.353c0-2.445%200-3.668.593-4.144c.594-.476%201.89-.092%204.482.675Z%22%2F%3E%3Cpath%20d%3D%22M7%2020c3.947-4.157%208.382-9.67%2015-5.536%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%208.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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