less logo
less from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.
- Name
- less
- Set
- Font Awesome Brands
- Style
- Brand
- Viewbox
- 640×640
- License
- CC BY 4.0
The same logo in other sets
Use the less logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M613.2 283c0-20.5 3.2-32.6 3.2-54.6c0-34.2-12.6-45.2-40.5-45.2h-20.5v24.2h6.3c14.2 0 17.3 4.7 17.3 22.1c0 16.3-1.6 32.6-1.6 51.5c0 24.2 7.9 33.6 23.6 37.3v1.6c-15.8 3.7-23.6 13.1-23.6 37.3c0 18.9 1.6 34.2 1.6 51.5c0 17.9-3.7 22.6-17.3 22.6v.5h-6.3V457h20.5c27.8 0 40.5-11 40.5-45.2c0-22.6-3.2-34.2-3.2-54.6c0-11 6.8-22.6 27.3-23.6v-27.3c-20.5-.7-27.3-12.3-27.3-23.3m-105.6 32c-15.8-6.3-30.5-10-30.5-20.5c0-7.9 6.3-12.6 17.9-12.6s22.1 4.7 33.6 13.1l21-27.8c-13.1-10-31-20.5-55.2-20.5c-35.7 0-59.9 20.5-59.9 49.4c0 25.7 22.6 38.9 41.5 46.2c16.3 6.3 32.1 11.6 32.1 22.1c0 7.9-6.3 13.1-20.5 13.1c-13.1 0-26.3-5.3-40.5-16.3l-21 30.5c15.8 13.1 39.9 22.1 59.9 22.1c42 0 64.6-22.1 64.6-51s-22.5-41-43-47.8m-358.9 59.4c-3.7 0-8.4-3.2-8.4-13.1V183.1H65.7c-28.4 0-41 11-41 45.2c0 22.6 3.2 35.2 3.2 54.6c0 11-6.8 22.6-27.3 23.6v27.3c20.5.5 27.3 12.1 27.3 23.1c0 19.4-3.2 31-3.2 53.6c0 34.2 12.6 45.2 40.5 45.2h20.5v-24.2h-6.3c-13.1 0-17.3-5.3-17.3-22.6s1.6-32.1 1.6-51.5c0-24.2-7.9-33.6-23.6-37.3v-1.6c15.8-3.7 23.6-13.1 23.6-37.3c0-18.9-1.6-34.2-1.6-51.5s3.7-22.1 17.3-22.1h14.1v150.8c0 32.1 11 53.1 43.1 53.1c10 0 17.9-1.6 23.6-3.7l-5.3-34.2c-3.1.8-4.6.8-6.2.8M380.4 315c-16.3-6.3-31-10-31-20.5c0-7.9 6.3-12.6 17.9-12.6s22.1 4.7 33.6 13.1l21-27.8c-13.1-10-31-20.5-55.2-20.5c-35.7 0-59.9 20.5-59.9 49.4c0 25.7 22.6 38.9 41.5 46.2c16.3 6.3 32.1 11.6 32.1 22.1c0 7.9-6.3 13.1-20.5 13.1c-13.1 0-26.3-5.3-40.5-16.3l-20.5 30.5c15.8 13.1 39.9 22.1 59.9 22.1c42 0 64.6-22.1 64.6-51c.1-28.9-22.5-41-43-47.8m-155-68.8c-38.4 0-75.1 32.1-74.1 82.5c0 52 34.2 82.5 79.3 82.5c18.9 0 39.9-6.8 56.2-17.9L271 365.5c-11.6 6.8-22.6 10-34.2 10c-21 0-37.3-10-41.5-34.2h95.2c.5-3.7 1.6-11 1.6-19.4c.6-42.6-22.6-75.7-66.7-75.7m-30 66.2c3.2-21 15.8-31 30.5-31c18.9 0 26.3 13.1 26.3 31z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsLess(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M613.2 283c0-20.5 3.2-32.6 3.2-54.6c0-34.2-12.6-45.2-40.5-45.2h-20.5v24.2h6.3c14.2 0 17.3 4.7 17.3 22.1c0 16.3-1.6 32.6-1.6 51.5c0 24.2 7.9 33.6 23.6 37.3v1.6c-15.8 3.7-23.6 13.1-23.6 37.3c0 18.9 1.6 34.2 1.6 51.5c0 17.9-3.7 22.6-17.3 22.6v.5h-6.3V457h20.5c27.8 0 40.5-11 40.5-45.2c0-22.6-3.2-34.2-3.2-54.6c0-11 6.8-22.6 27.3-23.6v-27.3c-20.5-.7-27.3-12.3-27.3-23.3m-105.6 32c-15.8-6.3-30.5-10-30.5-20.5c0-7.9 6.3-12.6 17.9-12.6s22.1 4.7 33.6 13.1l21-27.8c-13.1-10-31-20.5-55.2-20.5c-35.7 0-59.9 20.5-59.9 49.4c0 25.7 22.6 38.9 41.5 46.2c16.3 6.3 32.1 11.6 32.1 22.1c0 7.9-6.3 13.1-20.5 13.1c-13.1 0-26.3-5.3-40.5-16.3l-21 30.5c15.8 13.1 39.9 22.1 59.9 22.1c42 0 64.6-22.1 64.6-51s-22.5-41-43-47.8m-358.9 59.4c-3.7 0-8.4-3.2-8.4-13.1V183.1H65.7c-28.4 0-41 11-41 45.2c0 22.6 3.2 35.2 3.2 54.6c0 11-6.8 22.6-27.3 23.6v27.3c20.5.5 27.3 12.1 27.3 23.1c0 19.4-3.2 31-3.2 53.6c0 34.2 12.6 45.2 40.5 45.2h20.5v-24.2h-6.3c-13.1 0-17.3-5.3-17.3-22.6s1.6-32.1 1.6-51.5c0-24.2-7.9-33.6-23.6-37.3v-1.6c15.8-3.7 23.6-13.1 23.6-37.3c0-18.9-1.6-34.2-1.6-51.5s3.7-22.1 17.3-22.1h14.1v150.8c0 32.1 11 53.1 43.1 53.1c10 0 17.9-1.6 23.6-3.7l-5.3-34.2c-3.1.8-4.6.8-6.2.8M380.4 315c-16.3-6.3-31-10-31-20.5c0-7.9 6.3-12.6 17.9-12.6s22.1 4.7 33.6 13.1l21-27.8c-13.1-10-31-20.5-55.2-20.5c-35.7 0-59.9 20.5-59.9 49.4c0 25.7 22.6 38.9 41.5 46.2c16.3 6.3 32.1 11.6 32.1 22.1c0 7.9-6.3 13.1-20.5 13.1c-13.1 0-26.3-5.3-40.5-16.3l-20.5 30.5c15.8 13.1 39.9 22.1 59.9 22.1c42 0 64.6-22.1 64.6-51c.1-28.9-22.5-41-43-47.8m-155-68.8c-38.4 0-75.1 32.1-74.1 82.5c0 52 34.2 82.5 79.3 82.5c18.9 0 39.9-6.8 56.2-17.9L271 365.5c-11.6 6.8-22.6 10-34.2 10c-21 0-37.3-10-41.5-34.2h95.2c.5-3.7 1.6-11 1.6-19.4c.6-42.6-22.6-75.7-66.7-75.7m-30 66.2c3.2-21 15.8-31 30.5-31c18.9 0 26.3 13.1 26.3 31z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M613.2 283c0-20.5 3.2-32.6 3.2-54.6c0-34.2-12.6-45.2-40.5-45.2h-20.5v24.2h6.3c14.2 0 17.3 4.7 17.3 22.1c0 16.3-1.6 32.6-1.6 51.5c0 24.2 7.9 33.6 23.6 37.3v1.6c-15.8 3.7-23.6 13.1-23.6 37.3c0 18.9 1.6 34.2 1.6 51.5c0 17.9-3.7 22.6-17.3 22.6v.5h-6.3V457h20.5c27.8 0 40.5-11 40.5-45.2c0-22.6-3.2-34.2-3.2-54.6c0-11 6.8-22.6 27.3-23.6v-27.3c-20.5-.7-27.3-12.3-27.3-23.3m-105.6 32c-15.8-6.3-30.5-10-30.5-20.5c0-7.9 6.3-12.6 17.9-12.6s22.1 4.7 33.6 13.1l21-27.8c-13.1-10-31-20.5-55.2-20.5c-35.7 0-59.9 20.5-59.9 49.4c0 25.7 22.6 38.9 41.5 46.2c16.3 6.3 32.1 11.6 32.1 22.1c0 7.9-6.3 13.1-20.5 13.1c-13.1 0-26.3-5.3-40.5-16.3l-21 30.5c15.8 13.1 39.9 22.1 59.9 22.1c42 0 64.6-22.1 64.6-51s-22.5-41-43-47.8m-358.9 59.4c-3.7 0-8.4-3.2-8.4-13.1V183.1H65.7c-28.4 0-41 11-41 45.2c0 22.6 3.2 35.2 3.2 54.6c0 11-6.8 22.6-27.3 23.6v27.3c20.5.5 27.3 12.1 27.3 23.1c0 19.4-3.2 31-3.2 53.6c0 34.2 12.6 45.2 40.5 45.2h20.5v-24.2h-6.3c-13.1 0-17.3-5.3-17.3-22.6s1.6-32.1 1.6-51.5c0-24.2-7.9-33.6-23.6-37.3v-1.6c15.8-3.7 23.6-13.1 23.6-37.3c0-18.9-1.6-34.2-1.6-51.5s3.7-22.1 17.3-22.1h14.1v150.8c0 32.1 11 53.1 43.1 53.1c10 0 17.9-1.6 23.6-3.7l-5.3-34.2c-3.1.8-4.6.8-6.2.8M380.4 315c-16.3-6.3-31-10-31-20.5c0-7.9 6.3-12.6 17.9-12.6s22.1 4.7 33.6 13.1l21-27.8c-13.1-10-31-20.5-55.2-20.5c-35.7 0-59.9 20.5-59.9 49.4c0 25.7 22.6 38.9 41.5 46.2c16.3 6.3 32.1 11.6 32.1 22.1c0 7.9-6.3 13.1-20.5 13.1c-13.1 0-26.3-5.3-40.5-16.3l-20.5 30.5c15.8 13.1 39.9 22.1 59.9 22.1c42 0 64.6-22.1 64.6-51c.1-28.9-22.5-41-43-47.8m-155-68.8c-38.4 0-75.1 32.1-74.1 82.5c0 52 34.2 82.5 79.3 82.5c18.9 0 39.9-6.8 56.2-17.9L271 365.5c-11.6 6.8-22.6 10-34.2 10c-21 0-37.3-10-41.5-34.2h95.2c.5-3.7 1.6-11 1.6-19.4c.6-42.6-22.6-75.7-66.7-75.7m-30 66.2c3.2-21 15.8-31 30.5-31c18.9 0 26.3 13.1 26.3 31z"/></svg> </template>
CSS
.icon-less {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M613.2%20283c0-20.5%203.2-32.6%203.2-54.6c0-34.2-12.6-45.2-40.5-45.2h-20.5v24.2h6.3c14.2%200%2017.3%204.7%2017.3%2022.1c0%2016.3-1.6%2032.6-1.6%2051.5c0%2024.2%207.9%2033.6%2023.6%2037.3v1.6c-15.8%203.7-23.6%2013.1-23.6%2037.3c0%2018.9%201.6%2034.2%201.6%2051.5c0%2017.9-3.7%2022.6-17.3%2022.6v.5h-6.3V457h20.5c27.8%200%2040.5-11%2040.5-45.2c0-22.6-3.2-34.2-3.2-54.6c0-11%206.8-22.6%2027.3-23.6v-27.3c-20.5-.7-27.3-12.3-27.3-23.3m-105.6%2032c-15.8-6.3-30.5-10-30.5-20.5c0-7.9%206.3-12.6%2017.9-12.6s22.1%204.7%2033.6%2013.1l21-27.8c-13.1-10-31-20.5-55.2-20.5c-35.7%200-59.9%2020.5-59.9%2049.4c0%2025.7%2022.6%2038.9%2041.5%2046.2c16.3%206.3%2032.1%2011.6%2032.1%2022.1c0%207.9-6.3%2013.1-20.5%2013.1c-13.1%200-26.3-5.3-40.5-16.3l-21%2030.5c15.8%2013.1%2039.9%2022.1%2059.9%2022.1c42%200%2064.6-22.1%2064.6-51s-22.5-41-43-47.8m-358.9%2059.4c-3.7%200-8.4-3.2-8.4-13.1V183.1H65.7c-28.4%200-41%2011-41%2045.2c0%2022.6%203.2%2035.2%203.2%2054.6c0%2011-6.8%2022.6-27.3%2023.6v27.3c20.5.5%2027.3%2012.1%2027.3%2023.1c0%2019.4-3.2%2031-3.2%2053.6c0%2034.2%2012.6%2045.2%2040.5%2045.2h20.5v-24.2h-6.3c-13.1%200-17.3-5.3-17.3-22.6s1.6-32.1%201.6-51.5c0-24.2-7.9-33.6-23.6-37.3v-1.6c15.8-3.7%2023.6-13.1%2023.6-37.3c0-18.9-1.6-34.2-1.6-51.5s3.7-22.1%2017.3-22.1h14.1v150.8c0%2032.1%2011%2053.1%2043.1%2053.1c10%200%2017.9-1.6%2023.6-3.7l-5.3-34.2c-3.1.8-4.6.8-6.2.8M380.4%20315c-16.3-6.3-31-10-31-20.5c0-7.9%206.3-12.6%2017.9-12.6s22.1%204.7%2033.6%2013.1l21-27.8c-13.1-10-31-20.5-55.2-20.5c-35.7%200-59.9%2020.5-59.9%2049.4c0%2025.7%2022.6%2038.9%2041.5%2046.2c16.3%206.3%2032.1%2011.6%2032.1%2022.1c0%207.9-6.3%2013.1-20.5%2013.1c-13.1%200-26.3-5.3-40.5-16.3l-20.5%2030.5c15.8%2013.1%2039.9%2022.1%2059.9%2022.1c42%200%2064.6-22.1%2064.6-51c.1-28.9-22.5-41-43-47.8m-155-68.8c-38.4%200-75.1%2032.1-74.1%2082.5c0%2052%2034.2%2082.5%2079.3%2082.5c18.9%200%2039.9-6.8%2056.2-17.9L271%20365.5c-11.6%206.8-22.6%2010-34.2%2010c-21%200-37.3-10-41.5-34.2h95.2c.5-3.7%201.6-11%201.6-19.4c.6-42.6-22.6-75.7-66.7-75.7m-30%2066.2c3.2-21%2015.8-31%2030.5-31c18.9%200%2026.3%2013.1%2026.3%2031z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M613.2%20283c0-20.5%203.2-32.6%203.2-54.6c0-34.2-12.6-45.2-40.5-45.2h-20.5v24.2h6.3c14.2%200%2017.3%204.7%2017.3%2022.1c0%2016.3-1.6%2032.6-1.6%2051.5c0%2024.2%207.9%2033.6%2023.6%2037.3v1.6c-15.8%203.7-23.6%2013.1-23.6%2037.3c0%2018.9%201.6%2034.2%201.6%2051.5c0%2017.9-3.7%2022.6-17.3%2022.6v.5h-6.3V457h20.5c27.8%200%2040.5-11%2040.5-45.2c0-22.6-3.2-34.2-3.2-54.6c0-11%206.8-22.6%2027.3-23.6v-27.3c-20.5-.7-27.3-12.3-27.3-23.3m-105.6%2032c-15.8-6.3-30.5-10-30.5-20.5c0-7.9%206.3-12.6%2017.9-12.6s22.1%204.7%2033.6%2013.1l21-27.8c-13.1-10-31-20.5-55.2-20.5c-35.7%200-59.9%2020.5-59.9%2049.4c0%2025.7%2022.6%2038.9%2041.5%2046.2c16.3%206.3%2032.1%2011.6%2032.1%2022.1c0%207.9-6.3%2013.1-20.5%2013.1c-13.1%200-26.3-5.3-40.5-16.3l-21%2030.5c15.8%2013.1%2039.9%2022.1%2059.9%2022.1c42%200%2064.6-22.1%2064.6-51s-22.5-41-43-47.8m-358.9%2059.4c-3.7%200-8.4-3.2-8.4-13.1V183.1H65.7c-28.4%200-41%2011-41%2045.2c0%2022.6%203.2%2035.2%203.2%2054.6c0%2011-6.8%2022.6-27.3%2023.6v27.3c20.5.5%2027.3%2012.1%2027.3%2023.1c0%2019.4-3.2%2031-3.2%2053.6c0%2034.2%2012.6%2045.2%2040.5%2045.2h20.5v-24.2h-6.3c-13.1%200-17.3-5.3-17.3-22.6s1.6-32.1%201.6-51.5c0-24.2-7.9-33.6-23.6-37.3v-1.6c15.8-3.7%2023.6-13.1%2023.6-37.3c0-18.9-1.6-34.2-1.6-51.5s3.7-22.1%2017.3-22.1h14.1v150.8c0%2032.1%2011%2053.1%2043.1%2053.1c10%200%2017.9-1.6%2023.6-3.7l-5.3-34.2c-3.1.8-4.6.8-6.2.8M380.4%20315c-16.3-6.3-31-10-31-20.5c0-7.9%206.3-12.6%2017.9-12.6s22.1%204.7%2033.6%2013.1l21-27.8c-13.1-10-31-20.5-55.2-20.5c-35.7%200-59.9%2020.5-59.9%2049.4c0%2025.7%2022.6%2038.9%2041.5%2046.2c16.3%206.3%2032.1%2011.6%2032.1%2022.1c0%207.9-6.3%2013.1-20.5%2013.1c-13.1%200-26.3-5.3-40.5-16.3l-20.5%2030.5c15.8%2013.1%2039.9%2022.1%2059.9%2022.1c42%200%2064.6-22.1%2064.6-51c.1-28.9-22.5-41-43-47.8m-155-68.8c-38.4%200-75.1%2032.1-74.1%2082.5c0%2052%2034.2%2082.5%2079.3%2082.5c18.9%200%2039.9-6.8%2056.2-17.9L271%20365.5c-11.6%206.8-22.6%2010-34.2%2010c-21%200-37.3-10-41.5-34.2h95.2c.5-3.7%201.6-11%201.6-19.4c.6-42.6-22.6-75.7-66.7-75.7m-30%2066.2c3.2-21%2015.8-31%2030.5-31c18.9%200%2026.3%2013.1%2026.3%2031z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/less.svg?color=%231a73e8&size=48