cap icon
cap from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- cap
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the cap 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="m2.5 17l-.442-2.474C1.425 8.636 6.056 3.5 12 3.5s10.575 5.136 9.942 11.026L21.5 17"/><path d="M8.016 10.5c-.203-3.205 1.582-7 3.984-7m4 7c.203-3.205-1.582-7-3.984-7M12 3V2M2.5 17.01c8-2.867 11-2.486 19 0c-.276 1.12-.427 4.29-1.649 4.887c-.586.286-1.426-.098-2.03-.242c-2.896-.692-4.344-1.038-5.821-1.038s-2.925.346-5.821 1.038c-.604.144-1.444.528-2.03.242c-1.222-.598-1.373-3.766-1.649-4.888"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCap(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="m2.5 17l-.442-2.474C1.425 8.636 6.056 3.5 12 3.5s10.575 5.136 9.942 11.026L21.5 17"/><path d="M8.016 10.5c-.203-3.205 1.582-7 3.984-7m4 7c.203-3.205-1.582-7-3.984-7M12 3V2M2.5 17.01c8-2.867 11-2.486 19 0c-.276 1.12-.427 4.29-1.649 4.887c-.586.286-1.426-.098-2.03-.242c-2.896-.692-4.344-1.038-5.821-1.038s-2.925.346-5.821 1.038c-.604.144-1.444.528-2.03.242c-1.222-.598-1.373-3.766-1.649-4.888"/></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="m2.5 17l-.442-2.474C1.425 8.636 6.056 3.5 12 3.5s10.575 5.136 9.942 11.026L21.5 17"/><path d="M8.016 10.5c-.203-3.205 1.582-7 3.984-7m4 7c.203-3.205-1.582-7-3.984-7M12 3V2M2.5 17.01c8-2.867 11-2.486 19 0c-.276 1.12-.427 4.29-1.649 4.887c-.586.286-1.426-.098-2.03-.242c-2.896-.692-4.344-1.038-5.821-1.038s-2.925.346-5.821 1.038c-.604.144-1.444.528-2.03.242c-1.222-.598-1.373-3.766-1.649-4.888"/></g></svg> </template>
CSS
.icon-cap {
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%22m2.5%2017l-.442-2.474C1.425%208.636%206.056%203.5%2012%203.5s10.575%205.136%209.942%2011.026L21.5%2017%22%2F%3E%3Cpath%20d%3D%22M8.016%2010.5c-.203-3.205%201.582-7%203.984-7m4%207c.203-3.205-1.582-7-3.984-7M12%203V2M2.5%2017.01c8-2.867%2011-2.486%2019%200c-.276%201.12-.427%204.29-1.649%204.887c-.586.286-1.426-.098-2.03-.242c-2.896-.692-4.344-1.038-5.821-1.038s-2.925.346-5.821%201.038c-.604.144-1.444.528-2.03.242c-1.222-.598-1.373-3.766-1.649-4.888%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%22m2.5%2017l-.442-2.474C1.425%208.636%206.056%203.5%2012%203.5s10.575%205.136%209.942%2011.026L21.5%2017%22%2F%3E%3Cpath%20d%3D%22M8.016%2010.5c-.203-3.205%201.582-7%203.984-7m4%207c.203-3.205-1.582-7-3.984-7M12%203V2M2.5%2017.01c8-2.867%2011-2.486%2019%200c-.276%201.12-.427%204.29-1.649%204.887c-.586.286-1.426-.098-2.03-.242c-2.896-.692-4.344-1.038-5.821-1.038s-2.925.346-5.821%201.038c-.604.144-1.444.528-2.03.242c-1.222-.598-1.373-3.766-1.649-4.888%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/cap.svg?color=%231a73e8&size=48