s from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
s
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
320×512
License
CC BY 4.0

The same icon in other sets

Use the s icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M99.1 105.4C79 114 68.2 127.2 65.2 144.8c-2.4 14.1-.7 23.2 2 29.4c2.8 6.3 7.9 12.4 16.7 18.6c19.2 13.4 48.3 22.1 84.9 32.5c1 .3 1.9.6 2.9.8c32.7 9.3 72 20.6 100.9 40.7c15.7 10.9 29.9 25.5 38.6 45.1c8.8 19.8 10.8 42 6.6 66.3c-7.3 42.5-35.3 71.7-71.8 87.3c-35.4 15.2-79.1 17.9-123.7 10.9h-.2c-24-3.9-62.7-17.1-87.6-25.6c-4.8-1.7-9.2-3.1-12.8-4.3c-16.6-5.7-25.6-23.8-20.1-40.6s23.7-25.8 40.5-20.3Q49.45 388 58 391c25.4 8.6 56.4 19.2 74.4 22.1c36.8 5.7 67.5 2.5 88.5-6.5c20.1-8.6 30.8-21.8 33.9-39.4c2.4-14.1.7-23.2-2-29.4c-2.8-6.3-7.9-12.4-16.7-18.6c-19.2-13.4-48.3-22.1-84.9-32.5c-1-.3-1.9-.6-2.9-.8c-32.7-9.3-72-20.6-100.9-40.7c-15.7-10.9-29.9-25.5-38.6-45.1c-8.8-19.8-10.8-42-6.6-66.3l31.5 5.5l-31.6-5.4c7.3-42.5 35.3-71.7 71.8-87.3c35.4-15.2 79.1-17.9 123.7-10.9c13 2 52.4 9.6 66.6 13.4c17.1 4.5 27.2 22.1 22.7 39.2s-22.1 27.2-39.2 22.7c-11.2-3-48.1-10.2-60.1-12l4.9-31.5l-4.9 31.5c-36.9-5.8-67.5-2.5-88.6 6.5z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidS(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M99.1 105.4C79 114 68.2 127.2 65.2 144.8c-2.4 14.1-.7 23.2 2 29.4c2.8 6.3 7.9 12.4 16.7 18.6c19.2 13.4 48.3 22.1 84.9 32.5c1 .3 1.9.6 2.9.8c32.7 9.3 72 20.6 100.9 40.7c15.7 10.9 29.9 25.5 38.6 45.1c8.8 19.8 10.8 42 6.6 66.3c-7.3 42.5-35.3 71.7-71.8 87.3c-35.4 15.2-79.1 17.9-123.7 10.9h-.2c-24-3.9-62.7-17.1-87.6-25.6c-4.8-1.7-9.2-3.1-12.8-4.3c-16.6-5.7-25.6-23.8-20.1-40.6s23.7-25.8 40.5-20.3Q49.45 388 58 391c25.4 8.6 56.4 19.2 74.4 22.1c36.8 5.7 67.5 2.5 88.5-6.5c20.1-8.6 30.8-21.8 33.9-39.4c2.4-14.1.7-23.2-2-29.4c-2.8-6.3-7.9-12.4-16.7-18.6c-19.2-13.4-48.3-22.1-84.9-32.5c-1-.3-1.9-.6-2.9-.8c-32.7-9.3-72-20.6-100.9-40.7c-15.7-10.9-29.9-25.5-38.6-45.1c-8.8-19.8-10.8-42-6.6-66.3l31.5 5.5l-31.6-5.4c7.3-42.5 35.3-71.7 71.8-87.3c35.4-15.2 79.1-17.9 123.7-10.9c13 2 52.4 9.6 66.6 13.4c17.1 4.5 27.2 22.1 22.7 39.2s-22.1 27.2-39.2 22.7c-11.2-3-48.1-10.2-60.1-12l4.9-31.5l-4.9 31.5c-36.9-5.8-67.5-2.5-88.6 6.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M99.1 105.4C79 114 68.2 127.2 65.2 144.8c-2.4 14.1-.7 23.2 2 29.4c2.8 6.3 7.9 12.4 16.7 18.6c19.2 13.4 48.3 22.1 84.9 32.5c1 .3 1.9.6 2.9.8c32.7 9.3 72 20.6 100.9 40.7c15.7 10.9 29.9 25.5 38.6 45.1c8.8 19.8 10.8 42 6.6 66.3c-7.3 42.5-35.3 71.7-71.8 87.3c-35.4 15.2-79.1 17.9-123.7 10.9h-.2c-24-3.9-62.7-17.1-87.6-25.6c-4.8-1.7-9.2-3.1-12.8-4.3c-16.6-5.7-25.6-23.8-20.1-40.6s23.7-25.8 40.5-20.3Q49.45 388 58 391c25.4 8.6 56.4 19.2 74.4 22.1c36.8 5.7 67.5 2.5 88.5-6.5c20.1-8.6 30.8-21.8 33.9-39.4c2.4-14.1.7-23.2-2-29.4c-2.8-6.3-7.9-12.4-16.7-18.6c-19.2-13.4-48.3-22.1-84.9-32.5c-1-.3-1.9-.6-2.9-.8c-32.7-9.3-72-20.6-100.9-40.7c-15.7-10.9-29.9-25.5-38.6-45.1c-8.8-19.8-10.8-42-6.6-66.3l31.5 5.5l-31.6-5.4c7.3-42.5 35.3-71.7 71.8-87.3c35.4-15.2 79.1-17.9 123.7-10.9c13 2 52.4 9.6 66.6 13.4c17.1 4.5 27.2 22.1 22.7 39.2s-22.1 27.2-39.2 22.7c-11.2-3-48.1-10.2-60.1-12l4.9-31.5l-4.9 31.5c-36.9-5.8-67.5-2.5-88.6 6.5z"/></svg>
</template>

CSS

.icon-s {
  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%20320%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M99.1%20105.4C79%20114%2068.2%20127.2%2065.2%20144.8c-2.4%2014.1-.7%2023.2%202%2029.4c2.8%206.3%207.9%2012.4%2016.7%2018.6c19.2%2013.4%2048.3%2022.1%2084.9%2032.5c1%20.3%201.9.6%202.9.8c32.7%209.3%2072%2020.6%20100.9%2040.7c15.7%2010.9%2029.9%2025.5%2038.6%2045.1c8.8%2019.8%2010.8%2042%206.6%2066.3c-7.3%2042.5-35.3%2071.7-71.8%2087.3c-35.4%2015.2-79.1%2017.9-123.7%2010.9h-.2c-24-3.9-62.7-17.1-87.6-25.6c-4.8-1.7-9.2-3.1-12.8-4.3c-16.6-5.7-25.6-23.8-20.1-40.6s23.7-25.8%2040.5-20.3Q49.45%20388%2058%20391c25.4%208.6%2056.4%2019.2%2074.4%2022.1c36.8%205.7%2067.5%202.5%2088.5-6.5c20.1-8.6%2030.8-21.8%2033.9-39.4c2.4-14.1.7-23.2-2-29.4c-2.8-6.3-7.9-12.4-16.7-18.6c-19.2-13.4-48.3-22.1-84.9-32.5c-1-.3-1.9-.6-2.9-.8c-32.7-9.3-72-20.6-100.9-40.7c-15.7-10.9-29.9-25.5-38.6-45.1c-8.8-19.8-10.8-42-6.6-66.3l31.5%205.5l-31.6-5.4c7.3-42.5%2035.3-71.7%2071.8-87.3c35.4-15.2%2079.1-17.9%20123.7-10.9c13%202%2052.4%209.6%2066.6%2013.4c17.1%204.5%2027.2%2022.1%2022.7%2039.2s-22.1%2027.2-39.2%2022.7c-11.2-3-48.1-10.2-60.1-12l4.9-31.5l-4.9%2031.5c-36.9-5.8-67.5-2.5-88.6%206.5z%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%20320%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M99.1%20105.4C79%20114%2068.2%20127.2%2065.2%20144.8c-2.4%2014.1-.7%2023.2%202%2029.4c2.8%206.3%207.9%2012.4%2016.7%2018.6c19.2%2013.4%2048.3%2022.1%2084.9%2032.5c1%20.3%201.9.6%202.9.8c32.7%209.3%2072%2020.6%20100.9%2040.7c15.7%2010.9%2029.9%2025.5%2038.6%2045.1c8.8%2019.8%2010.8%2042%206.6%2066.3c-7.3%2042.5-35.3%2071.7-71.8%2087.3c-35.4%2015.2-79.1%2017.9-123.7%2010.9h-.2c-24-3.9-62.7-17.1-87.6-25.6c-4.8-1.7-9.2-3.1-12.8-4.3c-16.6-5.7-25.6-23.8-20.1-40.6s23.7-25.8%2040.5-20.3Q49.45%20388%2058%20391c25.4%208.6%2056.4%2019.2%2074.4%2022.1c36.8%205.7%2067.5%202.5%2088.5-6.5c20.1-8.6%2030.8-21.8%2033.9-39.4c2.4-14.1.7-23.2-2-29.4c-2.8-6.3-7.9-12.4-16.7-18.6c-19.2-13.4-48.3-22.1-84.9-32.5c-1-.3-1.9-.6-2.9-.8c-32.7-9.3-72-20.6-100.9-40.7c-15.7-10.9-29.9-25.5-38.6-45.1c-8.8-19.8-10.8-42-6.6-66.3l31.5%205.5l-31.6-5.4c7.3-42.5%2035.3-71.7%2071.8-87.3c35.4-15.2%2079.1-17.9%20123.7-10.9c13%202%2052.4%209.6%2066.6%2013.4c17.1%204.5%2027.2%2022.1%2022.7%2039.2s-22.1%2027.2-39.2%2022.7c-11.2-3-48.1-10.2-60.1-12l4.9-31.5l-4.9%2031.5c-36.9-5.8-67.5-2.5-88.6%206.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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