ampersand icon
ampersand from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.
- Name
- ampersand
- Set
- Myna UI Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
Related icons in Myna UI Icons
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-linejoin="round" stroke-width="1.5" d="M17.5 19.5C14.99 16.796 6.5 12 7.162 7.261c0-1.5 1.243-2.761 2.699-2.761s2.7 1.26 2.7 2.761c0 2.497-3.555 4.78-5.086 6.347c-1.3 1.33-1.3 3.551 0 4.881c1.297 1.327 3.488 1.314 4.773 0l5.252-5.552"/></svg>
React
import type { SVGProps } from "react";
export function MynauiAmpersand(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="M17.5 19.5C14.99 16.796 6.5 12 7.162 7.261c0-1.5 1.243-2.761 2.699-2.761s2.7 1.26 2.7 2.761c0 2.497-3.555 4.78-5.086 6.347c-1.3 1.33-1.3 3.551 0 4.881c1.297 1.327 3.488 1.314 4.773 0l5.252-5.552"/></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="M17.5 19.5C14.99 16.796 6.5 12 7.162 7.261c0-1.5 1.243-2.761 2.699-2.761s2.7 1.26 2.7 2.761c0 2.497-3.555 4.78-5.086 6.347c-1.3 1.33-1.3 3.551 0 4.881c1.297 1.327 3.488 1.314 4.773 0l5.252-5.552"/></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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17.5%2019.5C14.99%2016.796%206.5%2012%207.162%207.261c0-1.5%201.243-2.761%202.699-2.761s2.7%201.26%202.7%202.761c0%202.497-3.555%204.78-5.086%206.347c-1.3%201.33-1.3%203.551%200%204.881c1.297%201.327%203.488%201.314%204.773%200l5.252-5.552%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%22M17.5%2019.5C14.99%2016.796%206.5%2012%207.162%207.261c0-1.5%201.243-2.761%202.699-2.761s2.7%201.26%202.7%202.761c0%202.497-3.555%204.78-5.086%206.347c-1.3%201.33-1.3%203.551%200%204.881c1.297%201.327%203.488%201.314%204.773%200l5.252-5.552%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/ampersand.svg?color=%231a73e8&size=48