less icon
less from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- less
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the less icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3.256 9.15c-1.42 0-2.05.55-2.05 2.26c0 1.13.16 1.76.16 2.73c0 .55-.339 1.13-1.364 1.18v1.366c1.025.025 1.363.606 1.363 1.156c0 .97-.16 1.55-.16 2.68c0 1.71.63 2.26 2.025 2.26h1.026V21.57H3.94c-.655 0-.865-.264-.865-1.129s.08-1.606.08-2.576c0-1.21-.394-1.678-1.18-1.863v-.08c.79-.185 1.18-.655 1.18-1.865c0-.945-.08-1.712-.08-2.577s.185-1.103.865-1.103h.705v7.541c0 1.605.55 2.654 2.155 2.654c.5 0 .894-.08 1.18-.185l-.264-1.71c-.155.042-.23.042-.31.042c-.186 0-.42-.162-.42-.657V9.15zm24.488.006v1.211h.317c.71 0 .865.236.865 1.106c0 .815-.08 1.629-.08 2.574c0 1.21.394 1.68 1.18 1.865v.08c-.79.185-1.18.655-1.18 1.865c0 .945.08 1.71.08 2.575c0 .895-.185 1.13-.865 1.13v.026h-.317v1.26h1.026c1.39 0 2.025-.55 2.025-2.26c0-1.13-.16-1.71-.16-2.73c0-.55.34-1.13 1.365-1.18v-1.366c-1.025-.034-1.365-.616-1.365-1.166c0-1.025.16-1.628.16-2.728c0-1.71-.63-2.262-2.025-2.262zm-16.502 3.15c-1.92 0-3.757 1.607-3.707 4.128c0 2.6 1.711 4.125 3.967 4.125c.945 0 1.995-.34 2.81-.895l-.79-1.39c-.58.34-1.13.5-1.71.5c-1.05 0-1.866-.5-2.076-1.71h4.762c.025-.185.08-.55.08-.97c.03-2.132-1.13-3.787-3.336-3.787zm7.067.026c-1.785 0-2.997 1.026-2.997 2.47c0 1.286 1.132 1.944 2.077 2.31c.815.314 1.603.58 1.603 1.105c0 .395-.313.654-1.023.654c-.655 0-1.316-.264-2.026-.814l-1.025 1.525c.79.655 1.994 1.105 2.994 1.105c2.1 0 3.233-1.105 3.233-2.55c.004-1.444-1.128-2.05-2.153-2.39c-.815-.316-1.549-.5-1.549-1.024c0-.395.315-.631.895-.631s1.105.234 1.68.654l1.05-1.389c-.655-.5-1.55-1.025-2.76-1.025zm6.384 0c-1.785 0-2.994 1.026-2.994 2.47c0 1.286 1.13 1.944 2.074 2.31c.815.314 1.606.58 1.606 1.105c0 .395-.315.654-1.025.654c-.655 0-1.316-.264-2.026-.814l-1.049 1.525c.79.655 1.994 1.105 2.994 1.105c2.1 0 3.233-1.105 3.233-2.55s-1.127-2.05-2.152-2.39c-.79-.316-1.526-.5-1.526-1.024c0-.395.317-.631.897-.631s1.104.234 1.68.654l1.048-1.389c-.655-.5-1.55-1.025-2.76-1.025m-13.425 1.734c.945 0 1.314.656 1.314 1.551h-2.84c.16-1.05.79-1.55 1.526-1.55z"/></svg>
React
import type { SVGProps } from "react";
export function LaLess(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3.256 9.15c-1.42 0-2.05.55-2.05 2.26c0 1.13.16 1.76.16 2.73c0 .55-.339 1.13-1.364 1.18v1.366c1.025.025 1.363.606 1.363 1.156c0 .97-.16 1.55-.16 2.68c0 1.71.63 2.26 2.025 2.26h1.026V21.57H3.94c-.655 0-.865-.264-.865-1.129s.08-1.606.08-2.576c0-1.21-.394-1.678-1.18-1.863v-.08c.79-.185 1.18-.655 1.18-1.865c0-.945-.08-1.712-.08-2.577s.185-1.103.865-1.103h.705v7.541c0 1.605.55 2.654 2.155 2.654c.5 0 .894-.08 1.18-.185l-.264-1.71c-.155.042-.23.042-.31.042c-.186 0-.42-.162-.42-.657V9.15zm24.488.006v1.211h.317c.71 0 .865.236.865 1.106c0 .815-.08 1.629-.08 2.574c0 1.21.394 1.68 1.18 1.865v.08c-.79.185-1.18.655-1.18 1.865c0 .945.08 1.71.08 2.575c0 .895-.185 1.13-.865 1.13v.026h-.317v1.26h1.026c1.39 0 2.025-.55 2.025-2.26c0-1.13-.16-1.71-.16-2.73c0-.55.34-1.13 1.365-1.18v-1.366c-1.025-.034-1.365-.616-1.365-1.166c0-1.025.16-1.628.16-2.728c0-1.71-.63-2.262-2.025-2.262zm-16.502 3.15c-1.92 0-3.757 1.607-3.707 4.128c0 2.6 1.711 4.125 3.967 4.125c.945 0 1.995-.34 2.81-.895l-.79-1.39c-.58.34-1.13.5-1.71.5c-1.05 0-1.866-.5-2.076-1.71h4.762c.025-.185.08-.55.08-.97c.03-2.132-1.13-3.787-3.336-3.787zm7.067.026c-1.785 0-2.997 1.026-2.997 2.47c0 1.286 1.132 1.944 2.077 2.31c.815.314 1.603.58 1.603 1.105c0 .395-.313.654-1.023.654c-.655 0-1.316-.264-2.026-.814l-1.025 1.525c.79.655 1.994 1.105 2.994 1.105c2.1 0 3.233-1.105 3.233-2.55c.004-1.444-1.128-2.05-2.153-2.39c-.815-.316-1.549-.5-1.549-1.024c0-.395.315-.631.895-.631s1.105.234 1.68.654l1.05-1.389c-.655-.5-1.55-1.025-2.76-1.025zm6.384 0c-1.785 0-2.994 1.026-2.994 2.47c0 1.286 1.13 1.944 2.074 2.31c.815.314 1.606.58 1.606 1.105c0 .395-.315.654-1.025.654c-.655 0-1.316-.264-2.026-.814l-1.049 1.525c.79.655 1.994 1.105 2.994 1.105c2.1 0 3.233-1.105 3.233-2.55s-1.127-2.05-2.152-2.39c-.79-.316-1.526-.5-1.526-1.024c0-.395.317-.631.897-.631s1.104.234 1.68.654l1.048-1.389c-.655-.5-1.55-1.025-2.76-1.025m-13.425 1.734c.945 0 1.314.656 1.314 1.551h-2.84c.16-1.05.79-1.55 1.526-1.55z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3.256 9.15c-1.42 0-2.05.55-2.05 2.26c0 1.13.16 1.76.16 2.73c0 .55-.339 1.13-1.364 1.18v1.366c1.025.025 1.363.606 1.363 1.156c0 .97-.16 1.55-.16 2.68c0 1.71.63 2.26 2.025 2.26h1.026V21.57H3.94c-.655 0-.865-.264-.865-1.129s.08-1.606.08-2.576c0-1.21-.394-1.678-1.18-1.863v-.08c.79-.185 1.18-.655 1.18-1.865c0-.945-.08-1.712-.08-2.577s.185-1.103.865-1.103h.705v7.541c0 1.605.55 2.654 2.155 2.654c.5 0 .894-.08 1.18-.185l-.264-1.71c-.155.042-.23.042-.31.042c-.186 0-.42-.162-.42-.657V9.15zm24.488.006v1.211h.317c.71 0 .865.236.865 1.106c0 .815-.08 1.629-.08 2.574c0 1.21.394 1.68 1.18 1.865v.08c-.79.185-1.18.655-1.18 1.865c0 .945.08 1.71.08 2.575c0 .895-.185 1.13-.865 1.13v.026h-.317v1.26h1.026c1.39 0 2.025-.55 2.025-2.26c0-1.13-.16-1.71-.16-2.73c0-.55.34-1.13 1.365-1.18v-1.366c-1.025-.034-1.365-.616-1.365-1.166c0-1.025.16-1.628.16-2.728c0-1.71-.63-2.262-2.025-2.262zm-16.502 3.15c-1.92 0-3.757 1.607-3.707 4.128c0 2.6 1.711 4.125 3.967 4.125c.945 0 1.995-.34 2.81-.895l-.79-1.39c-.58.34-1.13.5-1.71.5c-1.05 0-1.866-.5-2.076-1.71h4.762c.025-.185.08-.55.08-.97c.03-2.132-1.13-3.787-3.336-3.787zm7.067.026c-1.785 0-2.997 1.026-2.997 2.47c0 1.286 1.132 1.944 2.077 2.31c.815.314 1.603.58 1.603 1.105c0 .395-.313.654-1.023.654c-.655 0-1.316-.264-2.026-.814l-1.025 1.525c.79.655 1.994 1.105 2.994 1.105c2.1 0 3.233-1.105 3.233-2.55c.004-1.444-1.128-2.05-2.153-2.39c-.815-.316-1.549-.5-1.549-1.024c0-.395.315-.631.895-.631s1.105.234 1.68.654l1.05-1.389c-.655-.5-1.55-1.025-2.76-1.025zm6.384 0c-1.785 0-2.994 1.026-2.994 2.47c0 1.286 1.13 1.944 2.074 2.31c.815.314 1.606.58 1.606 1.105c0 .395-.315.654-1.025.654c-.655 0-1.316-.264-2.026-.814l-1.049 1.525c.79.655 1.994 1.105 2.994 1.105c2.1 0 3.233-1.105 3.233-2.55s-1.127-2.05-2.152-2.39c-.79-.316-1.526-.5-1.526-1.024c0-.395.317-.631.897-.631s1.104.234 1.68.654l1.048-1.389c-.655-.5-1.55-1.025-2.76-1.025m-13.425 1.734c.945 0 1.314.656 1.314 1.551h-2.84c.16-1.05.79-1.55 1.526-1.55z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.256%209.15c-1.42%200-2.05.55-2.05%202.26c0%201.13.16%201.76.16%202.73c0%20.55-.339%201.13-1.364%201.18v1.366c1.025.025%201.363.606%201.363%201.156c0%20.97-.16%201.55-.16%202.68c0%201.71.63%202.26%202.025%202.26h1.026V21.57H3.94c-.655%200-.865-.264-.865-1.129s.08-1.606.08-2.576c0-1.21-.394-1.678-1.18-1.863v-.08c.79-.185%201.18-.655%201.18-1.865c0-.945-.08-1.712-.08-2.577s.185-1.103.865-1.103h.705v7.541c0%201.605.55%202.654%202.155%202.654c.5%200%20.894-.08%201.18-.185l-.264-1.71c-.155.042-.23.042-.31.042c-.186%200-.42-.162-.42-.657V9.15zm24.488.006v1.211h.317c.71%200%20.865.236.865%201.106c0%20.815-.08%201.629-.08%202.574c0%201.21.394%201.68%201.18%201.865v.08c-.79.185-1.18.655-1.18%201.865c0%20.945.08%201.71.08%202.575c0%20.895-.185%201.13-.865%201.13v.026h-.317v1.26h1.026c1.39%200%202.025-.55%202.025-2.26c0-1.13-.16-1.71-.16-2.73c0-.55.34-1.13%201.365-1.18v-1.366c-1.025-.034-1.365-.616-1.365-1.166c0-1.025.16-1.628.16-2.728c0-1.71-.63-2.262-2.025-2.262zm-16.502%203.15c-1.92%200-3.757%201.607-3.707%204.128c0%202.6%201.711%204.125%203.967%204.125c.945%200%201.995-.34%202.81-.895l-.79-1.39c-.58.34-1.13.5-1.71.5c-1.05%200-1.866-.5-2.076-1.71h4.762c.025-.185.08-.55.08-.97c.03-2.132-1.13-3.787-3.336-3.787zm7.067.026c-1.785%200-2.997%201.026-2.997%202.47c0%201.286%201.132%201.944%202.077%202.31c.815.314%201.603.58%201.603%201.105c0%20.395-.313.654-1.023.654c-.655%200-1.316-.264-2.026-.814l-1.025%201.525c.79.655%201.994%201.105%202.994%201.105c2.1%200%203.233-1.105%203.233-2.55c.004-1.444-1.128-2.05-2.153-2.39c-.815-.316-1.549-.5-1.549-1.024c0-.395.315-.631.895-.631s1.105.234%201.68.654l1.05-1.389c-.655-.5-1.55-1.025-2.76-1.025zm6.384%200c-1.785%200-2.994%201.026-2.994%202.47c0%201.286%201.13%201.944%202.074%202.31c.815.314%201.606.58%201.606%201.105c0%20.395-.315.654-1.025.654c-.655%200-1.316-.264-2.026-.814l-1.049%201.525c.79.655%201.994%201.105%202.994%201.105c2.1%200%203.233-1.105%203.233-2.55s-1.127-2.05-2.152-2.39c-.79-.316-1.526-.5-1.526-1.024c0-.395.317-.631.897-.631s1.104.234%201.68.654l1.048-1.389c-.655-.5-1.55-1.025-2.76-1.025m-13.425%201.734c.945%200%201.314.656%201.314%201.551h-2.84c.16-1.05.79-1.55%201.526-1.55z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.256%209.15c-1.42%200-2.05.55-2.05%202.26c0%201.13.16%201.76.16%202.73c0%20.55-.339%201.13-1.364%201.18v1.366c1.025.025%201.363.606%201.363%201.156c0%20.97-.16%201.55-.16%202.68c0%201.71.63%202.26%202.025%202.26h1.026V21.57H3.94c-.655%200-.865-.264-.865-1.129s.08-1.606.08-2.576c0-1.21-.394-1.678-1.18-1.863v-.08c.79-.185%201.18-.655%201.18-1.865c0-.945-.08-1.712-.08-2.577s.185-1.103.865-1.103h.705v7.541c0%201.605.55%202.654%202.155%202.654c.5%200%20.894-.08%201.18-.185l-.264-1.71c-.155.042-.23.042-.31.042c-.186%200-.42-.162-.42-.657V9.15zm24.488.006v1.211h.317c.71%200%20.865.236.865%201.106c0%20.815-.08%201.629-.08%202.574c0%201.21.394%201.68%201.18%201.865v.08c-.79.185-1.18.655-1.18%201.865c0%20.945.08%201.71.08%202.575c0%20.895-.185%201.13-.865%201.13v.026h-.317v1.26h1.026c1.39%200%202.025-.55%202.025-2.26c0-1.13-.16-1.71-.16-2.73c0-.55.34-1.13%201.365-1.18v-1.366c-1.025-.034-1.365-.616-1.365-1.166c0-1.025.16-1.628.16-2.728c0-1.71-.63-2.262-2.025-2.262zm-16.502%203.15c-1.92%200-3.757%201.607-3.707%204.128c0%202.6%201.711%204.125%203.967%204.125c.945%200%201.995-.34%202.81-.895l-.79-1.39c-.58.34-1.13.5-1.71.5c-1.05%200-1.866-.5-2.076-1.71h4.762c.025-.185.08-.55.08-.97c.03-2.132-1.13-3.787-3.336-3.787zm7.067.026c-1.785%200-2.997%201.026-2.997%202.47c0%201.286%201.132%201.944%202.077%202.31c.815.314%201.603.58%201.603%201.105c0%20.395-.313.654-1.023.654c-.655%200-1.316-.264-2.026-.814l-1.025%201.525c.79.655%201.994%201.105%202.994%201.105c2.1%200%203.233-1.105%203.233-2.55c.004-1.444-1.128-2.05-2.153-2.39c-.815-.316-1.549-.5-1.549-1.024c0-.395.315-.631.895-.631s1.105.234%201.68.654l1.05-1.389c-.655-.5-1.55-1.025-2.76-1.025zm6.384%200c-1.785%200-2.994%201.026-2.994%202.47c0%201.286%201.13%201.944%202.074%202.31c.815.314%201.606.58%201.606%201.105c0%20.395-.315.654-1.025.654c-.655%200-1.316-.264-2.026-.814l-1.049%201.525c.79.655%201.994%201.105%202.994%201.105c2.1%200%203.233-1.105%203.233-2.55s-1.127-2.05-2.152-2.39c-.79-.316-1.526-.5-1.526-1.024c0-.395.317-.631.897-.631s1.104.234%201.68.654l1.048-1.389c-.655-.5-1.55-1.025-2.76-1.025m-13.425%201.734c.945%200%201.314.656%201.314%201.551h-2.84c.16-1.05.79-1.55%201.526-1.55z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/less.svg?color=%231a73e8&size=48