round sort by alpha icon
round-sort-by-alpha from Google Material Icons by Material Design Authors · Baseline · AV · Apache-2.0 Free for personal and commercial use.
- Name
- round-sort-by-alpha
- Set
- Google Material Icons
- Style
- Baseline
- Category
- AV
- Viewbox
- 24×24
- License
- Apache 2.0
More av icons from Google Material Icons
baseline-10kbaseline-1kbaseline-1k-plusbaseline-2kbaseline-2k-plusbaseline-3kbaseline-3k-plusbaseline-4kbaseline-4k-plusbaseline-5gbaseline-5kbaseline-5k-plusbaseline-6kbaseline-6k-plusbaseline-7kbaseline-7k-plusbaseline-8kbaseline-8k-plusbaseline-9kbaseline-9k-plusbaseline-add-to-queuebaseline-airplaybaseline-albumbaseline-art-track
Use the round sort by alpha icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.93 2.65c-.2-.2-.51-.2-.71 0l-2.01 2.01h4.72zm-.7 18.7c.2.2.51.2.71 0l1.98-1.98h-4.66zm-1.25-3.62c.6 0 1.01-.6.79-1.16L8.04 7.03a1.205 1.205 0 0 0-2.24 0l-3.74 9.53c-.22.56.19 1.16.79 1.16c.35 0 .67-.22.8-.55l.71-1.9h5.11l.71 1.9c.13.34.45.56.8.56m-6.01-4.09l1.94-5.18l1.94 5.18zm16.08 2.5h-5.33l5.72-8.29c.46-.66-.02-1.57-.82-1.57h-6.48c-.44 0-.79.36-.79.8v.01c0 .44.36.8.79.8h5.09l-5.73 8.28c-.46.66.02 1.57.82 1.57h6.72c.44 0 .79-.36.79-.79a.776.776 0 0 0-.78-.81"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundSortByAlpha(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="M12.93 2.65c-.2-.2-.51-.2-.71 0l-2.01 2.01h4.72zm-.7 18.7c.2.2.51.2.71 0l1.98-1.98h-4.66zm-1.25-3.62c.6 0 1.01-.6.79-1.16L8.04 7.03a1.205 1.205 0 0 0-2.24 0l-3.74 9.53c-.22.56.19 1.16.79 1.16c.35 0 .67-.22.8-.55l.71-1.9h5.11l.71 1.9c.13.34.45.56.8.56m-6.01-4.09l1.94-5.18l1.94 5.18zm16.08 2.5h-5.33l5.72-8.29c.46-.66-.02-1.57-.82-1.57h-6.48c-.44 0-.79.36-.79.8v.01c0 .44.36.8.79.8h5.09l-5.73 8.28c-.46.66.02 1.57.82 1.57h6.72c.44 0 .79-.36.79-.79a.776.776 0 0 0-.78-.81"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.93 2.65c-.2-.2-.51-.2-.71 0l-2.01 2.01h4.72zm-.7 18.7c.2.2.51.2.71 0l1.98-1.98h-4.66zm-1.25-3.62c.6 0 1.01-.6.79-1.16L8.04 7.03a1.205 1.205 0 0 0-2.24 0l-3.74 9.53c-.22.56.19 1.16.79 1.16c.35 0 .67-.22.8-.55l.71-1.9h5.11l.71 1.9c.13.34.45.56.8.56m-6.01-4.09l1.94-5.18l1.94 5.18zm16.08 2.5h-5.33l5.72-8.29c.46-.66-.02-1.57-.82-1.57h-6.48c-.44 0-.79.36-.79.8v.01c0 .44.36.8.79.8h5.09l-5.73 8.28c-.46.66.02 1.57.82 1.57h6.72c.44 0 .79-.36.79-.79a.776.776 0 0 0-.78-.81"/></svg> </template>
CSS
.icon-round-sort-by-alpha {
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%22M12.93%202.65c-.2-.2-.51-.2-.71%200l-2.01%202.01h4.72zm-.7%2018.7c.2.2.51.2.71%200l1.98-1.98h-4.66zm-1.25-3.62c.6%200%201.01-.6.79-1.16L8.04%207.03a1.205%201.205%200%200%200-2.24%200l-3.74%209.53c-.22.56.19%201.16.79%201.16c.35%200%20.67-.22.8-.55l.71-1.9h5.11l.71%201.9c.13.34.45.56.8.56m-6.01-4.09l1.94-5.18l1.94%205.18zm16.08%202.5h-5.33l5.72-8.29c.46-.66-.02-1.57-.82-1.57h-6.48c-.44%200-.79.36-.79.8v.01c0%20.44.36.8.79.8h5.09l-5.73%208.28c-.46.66.02%201.57.82%201.57h6.72c.44%200%20.79-.36.79-.79a.776.776%200%200%200-.78-.81%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%22M12.93%202.65c-.2-.2-.51-.2-.71%200l-2.01%202.01h4.72zm-.7%2018.7c.2.2.51.2.71%200l1.98-1.98h-4.66zm-1.25-3.62c.6%200%201.01-.6.79-1.16L8.04%207.03a1.205%201.205%200%200%200-2.24%200l-3.74%209.53c-.22.56.19%201.16.79%201.16c.35%200%20.67-.22.8-.55l.71-1.9h5.11l.71%201.9c.13.34.45.56.8.56m-6.01-4.09l1.94-5.18l1.94%205.18zm16.08%202.5h-5.33l5.72-8.29c.46-.66-.02-1.57-.82-1.57h-6.48c-.44%200-.79.36-.79.8v.01c0%20.44.36.8.79.8h5.09l-5.73%208.28c-.46.66.02%201.57.82%201.57h6.72c.44%200%20.79-.36.79-.79a.776.776%200%200%200-.78-.81%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-sort-by-alpha.svg?color=%231a73e8&size=48