ampersand icon
ampersand from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- ampersand
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the ampersand 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-width="1.5" d="m18.5 14.182l-2.887 2.867m0 0l-2.707 2.689a4.36 4.36 0 0 1-6.135 0a4.29 4.29 0 0 1 0-6.094l2.706-2.689m6.136 6.094l-6.136-6.094m6.136 6.094l2.887 2.868m-9.023-8.962l2.346-2.33a3.28 3.28 0 0 0 0-4.66a3.334 3.334 0 0 0-4.691 0a3.28 3.28 0 0 0 0 4.66z"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsAmpersand(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" strokeWidth="1.5" d="m18.5 14.182l-2.887 2.867m0 0l-2.707 2.689a4.36 4.36 0 0 1-6.135 0a4.29 4.29 0 0 1 0-6.094l2.706-2.689m6.136 6.094l-6.136-6.094m6.136 6.094l2.887 2.868m-9.023-8.962l2.346-2.33a3.28 3.28 0 0 0 0-4.66a3.334 3.334 0 0 0-4.691 0a3.28 3.28 0 0 0 0 4.66z"/></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-width="1.5" d="m18.5 14.182l-2.887 2.867m0 0l-2.707 2.689a4.36 4.36 0 0 1-6.135 0a4.29 4.29 0 0 1 0-6.094l2.706-2.689m6.136 6.094l-6.136-6.094m6.136 6.094l2.887 2.868m-9.023-8.962l2.346-2.33a3.28 3.28 0 0 0 0-4.66a3.334 3.334 0 0 0-4.691 0a3.28 3.28 0 0 0 0 4.66z"/></svg> </template>
CSS
.icon-ampersand {
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-width%3D%221.5%22%20d%3D%22m18.5%2014.182l-2.887%202.867m0%200l-2.707%202.689a4.36%204.36%200%200%201-6.135%200a4.29%204.29%200%200%201%200-6.094l2.706-2.689m6.136%206.094l-6.136-6.094m6.136%206.094l2.887%202.868m-9.023-8.962l2.346-2.33a3.28%203.28%200%200%200%200-4.66a3.334%203.334%200%200%200-4.691%200a3.28%203.28%200%200%200%200%204.66z%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-width%3D%221.5%22%20d%3D%22m18.5%2014.182l-2.887%202.867m0%200l-2.707%202.689a4.36%204.36%200%200%201-6.135%200a4.29%204.29%200%200%201%200-6.094l2.706-2.689m6.136%206.094l-6.136-6.094m6.136%206.094l2.887%202.868m-9.023-8.962l2.346-2.33a3.28%203.28%200%200%200%200-4.66a3.334%203.334%200%200%200-4.691%200a3.28%203.28%200%200%200%200%204.66z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/ampersand.svg?color=%231a73e8&size=48