colosseum icon
colosseum from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- colosseum
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the colosseum icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m11.893 20.865l.128-1.838m-4.105 1.897l.128-1.897m-1.989-3.504V13.52m3.977-4.765L8.133 4.167c-.24-.638-1.252-1.823-2.892-.706L3.025 4.97a1.96 1.96 0 0 0-.858 1.515c-.2 3.84-.229 10.365-.04 12.52c.004.724.299 2.051 2.559 1.986c0 0 14.227-.056 14.87 0s2.37-.125 2.37-1.987c.085-1.445.1-3.582.027-4.982c-.03-.566-.256-1.102-.688-1.464c-.814-.684-2.255-1.633-4.28-2.534l-.061 2.032l-3.508-.087m-11.412.884c1.48-1.816 6.36-4.274 9.413-4.213c.352.007.649.244.784.57l2.477 5.98m0 0l2.29 5.777m-2.29-5.777c-5.826-.59-10.58.83-12.643 1.873m12.643-1.873c2.262.23 4.422.599 7.316 1.801m-11.962-1.97V13.02"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsColosseum(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m11.893 20.865l.128-1.838m-4.105 1.897l.128-1.897m-1.989-3.504V13.52m3.977-4.765L8.133 4.167c-.24-.638-1.252-1.823-2.892-.706L3.025 4.97a1.96 1.96 0 0 0-.858 1.515c-.2 3.84-.229 10.365-.04 12.52c.004.724.299 2.051 2.559 1.986c0 0 14.227-.056 14.87 0s2.37-.125 2.37-1.987c.085-1.445.1-3.582.027-4.982c-.03-.566-.256-1.102-.688-1.464c-.814-.684-2.255-1.633-4.28-2.534l-.061 2.032l-3.508-.087m-11.412.884c1.48-1.816 6.36-4.274 9.413-4.213c.352.007.649.244.784.57l2.477 5.98m0 0l2.29 5.777m-2.29-5.777c-5.826-.59-10.58.83-12.643 1.873m12.643-1.873c2.262.23 4.422.599 7.316 1.801m-11.962-1.97V13.02"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m11.893 20.865l.128-1.838m-4.105 1.897l.128-1.897m-1.989-3.504V13.52m3.977-4.765L8.133 4.167c-.24-.638-1.252-1.823-2.892-.706L3.025 4.97a1.96 1.96 0 0 0-.858 1.515c-.2 3.84-.229 10.365-.04 12.52c.004.724.299 2.051 2.559 1.986c0 0 14.227-.056 14.87 0s2.37-.125 2.37-1.987c.085-1.445.1-3.582.027-4.982c-.03-.566-.256-1.102-.688-1.464c-.814-.684-2.255-1.633-4.28-2.534l-.061 2.032l-3.508-.087m-11.412.884c1.48-1.816 6.36-4.274 9.413-4.213c.352.007.649.244.784.57l2.477 5.98m0 0l2.29 5.777m-2.29-5.777c-5.826-.59-10.58.83-12.643 1.873m12.643-1.873c2.262.23 4.422.599 7.316 1.801m-11.962-1.97V13.02"/></svg> </template>
CSS
.icon-colosseum {
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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m11.893%2020.865l.128-1.838m-4.105%201.897l.128-1.897m-1.989-3.504V13.52m3.977-4.765L8.133%204.167c-.24-.638-1.252-1.823-2.892-.706L3.025%204.97a1.96%201.96%200%200%200-.858%201.515c-.2%203.84-.229%2010.365-.04%2012.52c.004.724.299%202.051%202.559%201.986c0%200%2014.227-.056%2014.87%200s2.37-.125%202.37-1.987c.085-1.445.1-3.582.027-4.982c-.03-.566-.256-1.102-.688-1.464c-.814-.684-2.255-1.633-4.28-2.534l-.061%202.032l-3.508-.087m-11.412.884c1.48-1.816%206.36-4.274%209.413-4.213c.352.007.649.244.784.57l2.477%205.98m0%200l2.29%205.777m-2.29-5.777c-5.826-.59-10.58.83-12.643%201.873m12.643-1.873c2.262.23%204.422.599%207.316%201.801m-11.962-1.97V13.02%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m11.893%2020.865l.128-1.838m-4.105%201.897l.128-1.897m-1.989-3.504V13.52m3.977-4.765L8.133%204.167c-.24-.638-1.252-1.823-2.892-.706L3.025%204.97a1.96%201.96%200%200%200-.858%201.515c-.2%203.84-.229%2010.365-.04%2012.52c.004.724.299%202.051%202.559%201.986c0%200%2014.227-.056%2014.87%200s2.37-.125%202.37-1.987c.085-1.445.1-3.582.027-4.982c-.03-.566-.256-1.102-.688-1.464c-.814-.684-2.255-1.633-4.28-2.534l-.061%202.032l-3.508-.087m-11.412.884c1.48-1.816%206.36-4.274%209.413-4.213c.352.007.649.244.784.57l2.477%205.98m0%200l2.29%205.777m-2.29-5.777c-5.826-.59-10.58.83-12.643%201.873m12.643-1.873c2.262.23%204.422.599%207.316%201.801m-11.962-1.97V13.02%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/colosseum.svg?color=%231a73e8&size=48