ampersands-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
ampersands-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Use the ampersands icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.98 12.142q.422.44.9.876c.5.455 1.025.895 1.545 1.318l2.028-2.162a.75.75 0 1 1 1.094 1.027l-1.949 2.077c.761.61 1.48 1.2 1.954 1.714a.75.75 0 0 1-1.104 1.016c-.401-.436-1.06-.976-1.88-1.633l-.85.906c-1.226 1.265-3.307 1.278-4.547 0c-1.228-1.266-1.228-3.358 0-4.624c.206-.213.456-.44.716-.668a9 9 0 0 1-.324-.472c-.582-.917-.967-1.952-.831-3.045C2.76 7 3.969 5.75 5.444 5.75c1.493 0 2.714 1.28 2.714 2.775c0 1.245-.86 2.315-1.65 3.111q-.26.261-.528.506M5.444 7.25c-.625 0-1.213.568-1.213 1.275a1 1 0 0 1-.007.103c-.087.626.117 1.316.605 2.084q.089.14.187.279q.22-.203.428-.412c.78-.786 1.214-1.469 1.214-2.054c0-.707-.589-1.275-1.214-1.275m-.59 5.885a11 11 0 0 0-.606.566c-.664.684-.664 1.851 0 2.536a1.69 1.69 0 0 0 2.39.004l.758-.809a37 37 0 0 1-1.526-1.306a20 20 0 0 1-1.016-.99m11.126-.994q.422.44.9.876c.5.455 1.025.895 1.545 1.318l2.028-2.162a.75.75 0 1 1 1.094 1.027l-1.949 2.077c.762.61 1.48 1.2 1.954 1.714a.75.75 0 0 1-1.104 1.016c-.401-.436-1.06-.976-1.88-1.633l-.85.906c-1.226 1.265-3.307 1.278-4.547 0c-1.228-1.266-1.228-3.358 0-4.624c.206-.213.456-.44.716-.668a9 9 0 0 1-.324-.472c-.582-.917-.967-1.952-.831-3.045C12.76 7 13.969 5.75 15.444 5.75c1.493 0 2.714 1.28 2.714 2.775c0 1.245-.86 2.315-1.65 3.111q-.26.261-.528.506m-.536-4.892c-.625 0-1.213.568-1.213 1.275a1 1 0 0 1-.007.103c-.087.626.117 1.316.605 2.084q.089.14.187.279q.22-.203.428-.412c.78-.786 1.214-1.469 1.214-2.054c0-.707-.588-1.275-1.214-1.275m-.59 5.885q-.357.313-.606.566c-.664.684-.664 1.851 0 2.536a1.69 1.69 0 0 0 2.39.004l.758-.809a37 37 0 0 1-1.526-1.306a20 20 0 0 1-1.016-.99"/></svg>

React

import type { SVGProps } from "react";

export function MynauiAmpersandsSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.98 12.142q.422.44.9.876c.5.455 1.025.895 1.545 1.318l2.028-2.162a.75.75 0 1 1 1.094 1.027l-1.949 2.077c.761.61 1.48 1.2 1.954 1.714a.75.75 0 0 1-1.104 1.016c-.401-.436-1.06-.976-1.88-1.633l-.85.906c-1.226 1.265-3.307 1.278-4.547 0c-1.228-1.266-1.228-3.358 0-4.624c.206-.213.456-.44.716-.668a9 9 0 0 1-.324-.472c-.582-.917-.967-1.952-.831-3.045C2.76 7 3.969 5.75 5.444 5.75c1.493 0 2.714 1.28 2.714 2.775c0 1.245-.86 2.315-1.65 3.111q-.26.261-.528.506M5.444 7.25c-.625 0-1.213.568-1.213 1.275a1 1 0 0 1-.007.103c-.087.626.117 1.316.605 2.084q.089.14.187.279q.22-.203.428-.412c.78-.786 1.214-1.469 1.214-2.054c0-.707-.589-1.275-1.214-1.275m-.59 5.885a11 11 0 0 0-.606.566c-.664.684-.664 1.851 0 2.536a1.69 1.69 0 0 0 2.39.004l.758-.809a37 37 0 0 1-1.526-1.306a20 20 0 0 1-1.016-.99m11.126-.994q.422.44.9.876c.5.455 1.025.895 1.545 1.318l2.028-2.162a.75.75 0 1 1 1.094 1.027l-1.949 2.077c.762.61 1.48 1.2 1.954 1.714a.75.75 0 0 1-1.104 1.016c-.401-.436-1.06-.976-1.88-1.633l-.85.906c-1.226 1.265-3.307 1.278-4.547 0c-1.228-1.266-1.228-3.358 0-4.624c.206-.213.456-.44.716-.668a9 9 0 0 1-.324-.472c-.582-.917-.967-1.952-.831-3.045C12.76 7 13.969 5.75 15.444 5.75c1.493 0 2.714 1.28 2.714 2.775c0 1.245-.86 2.315-1.65 3.111q-.26.261-.528.506m-.536-4.892c-.625 0-1.213.568-1.213 1.275a1 1 0 0 1-.007.103c-.087.626.117 1.316.605 2.084q.089.14.187.279q.22-.203.428-.412c.78-.786 1.214-1.469 1.214-2.054c0-.707-.588-1.275-1.214-1.275m-.59 5.885q-.357.313-.606.566c-.664.684-.664 1.851 0 2.536a1.69 1.69 0 0 0 2.39.004l.758-.809a37 37 0 0 1-1.526-1.306a20 20 0 0 1-1.016-.99"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.98 12.142q.422.44.9.876c.5.455 1.025.895 1.545 1.318l2.028-2.162a.75.75 0 1 1 1.094 1.027l-1.949 2.077c.761.61 1.48 1.2 1.954 1.714a.75.75 0 0 1-1.104 1.016c-.401-.436-1.06-.976-1.88-1.633l-.85.906c-1.226 1.265-3.307 1.278-4.547 0c-1.228-1.266-1.228-3.358 0-4.624c.206-.213.456-.44.716-.668a9 9 0 0 1-.324-.472c-.582-.917-.967-1.952-.831-3.045C2.76 7 3.969 5.75 5.444 5.75c1.493 0 2.714 1.28 2.714 2.775c0 1.245-.86 2.315-1.65 3.111q-.26.261-.528.506M5.444 7.25c-.625 0-1.213.568-1.213 1.275a1 1 0 0 1-.007.103c-.087.626.117 1.316.605 2.084q.089.14.187.279q.22-.203.428-.412c.78-.786 1.214-1.469 1.214-2.054c0-.707-.589-1.275-1.214-1.275m-.59 5.885a11 11 0 0 0-.606.566c-.664.684-.664 1.851 0 2.536a1.69 1.69 0 0 0 2.39.004l.758-.809a37 37 0 0 1-1.526-1.306a20 20 0 0 1-1.016-.99m11.126-.994q.422.44.9.876c.5.455 1.025.895 1.545 1.318l2.028-2.162a.75.75 0 1 1 1.094 1.027l-1.949 2.077c.762.61 1.48 1.2 1.954 1.714a.75.75 0 0 1-1.104 1.016c-.401-.436-1.06-.976-1.88-1.633l-.85.906c-1.226 1.265-3.307 1.278-4.547 0c-1.228-1.266-1.228-3.358 0-4.624c.206-.213.456-.44.716-.668a9 9 0 0 1-.324-.472c-.582-.917-.967-1.952-.831-3.045C12.76 7 13.969 5.75 15.444 5.75c1.493 0 2.714 1.28 2.714 2.775c0 1.245-.86 2.315-1.65 3.111q-.26.261-.528.506m-.536-4.892c-.625 0-1.213.568-1.213 1.275a1 1 0 0 1-.007.103c-.087.626.117 1.316.605 2.084q.089.14.187.279q.22-.203.428-.412c.78-.786 1.214-1.469 1.214-2.054c0-.707-.588-1.275-1.214-1.275m-.59 5.885q-.357.313-.606.566c-.664.684-.664 1.851 0 2.536a1.69 1.69 0 0 0 2.39.004l.758-.809a37 37 0 0 1-1.526-1.306a20 20 0 0 1-1.016-.99"/></svg>
</template>

CSS

.icon-ampersands-solid {
  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%22currentColor%22%20d%3D%22M5.98%2012.142q.422.44.9.876c.5.455%201.025.895%201.545%201.318l2.028-2.162a.75.75%200%201%201%201.094%201.027l-1.949%202.077c.761.61%201.48%201.2%201.954%201.714a.75.75%200%200%201-1.104%201.016c-.401-.436-1.06-.976-1.88-1.633l-.85.906c-1.226%201.265-3.307%201.278-4.547%200c-1.228-1.266-1.228-3.358%200-4.624c.206-.213.456-.44.716-.668a9%209%200%200%201-.324-.472c-.582-.917-.967-1.952-.831-3.045C2.76%207%203.969%205.75%205.444%205.75c1.493%200%202.714%201.28%202.714%202.775c0%201.245-.86%202.315-1.65%203.111q-.26.261-.528.506M5.444%207.25c-.625%200-1.213.568-1.213%201.275a1%201%200%200%201-.007.103c-.087.626.117%201.316.605%202.084q.089.14.187.279q.22-.203.428-.412c.78-.786%201.214-1.469%201.214-2.054c0-.707-.589-1.275-1.214-1.275m-.59%205.885a11%2011%200%200%200-.606.566c-.664.684-.664%201.851%200%202.536a1.69%201.69%200%200%200%202.39.004l.758-.809a37%2037%200%200%201-1.526-1.306a20%2020%200%200%201-1.016-.99m11.126-.994q.422.44.9.876c.5.455%201.025.895%201.545%201.318l2.028-2.162a.75.75%200%201%201%201.094%201.027l-1.949%202.077c.762.61%201.48%201.2%201.954%201.714a.75.75%200%200%201-1.104%201.016c-.401-.436-1.06-.976-1.88-1.633l-.85.906c-1.226%201.265-3.307%201.278-4.547%200c-1.228-1.266-1.228-3.358%200-4.624c.206-.213.456-.44.716-.668a9%209%200%200%201-.324-.472c-.582-.917-.967-1.952-.831-3.045C12.76%207%2013.969%205.75%2015.444%205.75c1.493%200%202.714%201.28%202.714%202.775c0%201.245-.86%202.315-1.65%203.111q-.26.261-.528.506m-.536-4.892c-.625%200-1.213.568-1.213%201.275a1%201%200%200%201-.007.103c-.087.626.117%201.316.605%202.084q.089.14.187.279q.22-.203.428-.412c.78-.786%201.214-1.469%201.214-2.054c0-.707-.588-1.275-1.214-1.275m-.59%205.885q-.357.313-.606.566c-.664.684-.664%201.851%200%202.536a1.69%201.69%200%200%200%202.39.004l.758-.809a37%2037%200%200%201-1.526-1.306a20%2020%200%200%201-1.016-.99%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%22currentColor%22%20d%3D%22M5.98%2012.142q.422.44.9.876c.5.455%201.025.895%201.545%201.318l2.028-2.162a.75.75%200%201%201%201.094%201.027l-1.949%202.077c.761.61%201.48%201.2%201.954%201.714a.75.75%200%200%201-1.104%201.016c-.401-.436-1.06-.976-1.88-1.633l-.85.906c-1.226%201.265-3.307%201.278-4.547%200c-1.228-1.266-1.228-3.358%200-4.624c.206-.213.456-.44.716-.668a9%209%200%200%201-.324-.472c-.582-.917-.967-1.952-.831-3.045C2.76%207%203.969%205.75%205.444%205.75c1.493%200%202.714%201.28%202.714%202.775c0%201.245-.86%202.315-1.65%203.111q-.26.261-.528.506M5.444%207.25c-.625%200-1.213.568-1.213%201.275a1%201%200%200%201-.007.103c-.087.626.117%201.316.605%202.084q.089.14.187.279q.22-.203.428-.412c.78-.786%201.214-1.469%201.214-2.054c0-.707-.589-1.275-1.214-1.275m-.59%205.885a11%2011%200%200%200-.606.566c-.664.684-.664%201.851%200%202.536a1.69%201.69%200%200%200%202.39.004l.758-.809a37%2037%200%200%201-1.526-1.306a20%2020%200%200%201-1.016-.99m11.126-.994q.422.44.9.876c.5.455%201.025.895%201.545%201.318l2.028-2.162a.75.75%200%201%201%201.094%201.027l-1.949%202.077c.762.61%201.48%201.2%201.954%201.714a.75.75%200%200%201-1.104%201.016c-.401-.436-1.06-.976-1.88-1.633l-.85.906c-1.226%201.265-3.307%201.278-4.547%200c-1.228-1.266-1.228-3.358%200-4.624c.206-.213.456-.44.716-.668a9%209%200%200%201-.324-.472c-.582-.917-.967-1.952-.831-3.045C12.76%207%2013.969%205.75%2015.444%205.75c1.493%200%202.714%201.28%202.714%202.775c0%201.245-.86%202.315-1.65%203.111q-.26.261-.528.506m-.536-4.892c-.625%200-1.213.568-1.213%201.275a1%201%200%200%201-.007.103c-.087.626.117%201.316.605%202.084q.089.14.187.279q.22-.203.428-.412c.78-.786%201.214-1.469%201.214-2.054c0-.707-.588-1.275-1.214-1.275m-.59%205.885q-.357.313-.606.566c-.664.684-.664%201.851%200%202.536a1.69%201.69%200%200%200%202.39.004l.758-.809a37%2037%200%200%201-1.526-1.306a20%2020%200%200%201-1.016-.99%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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