supple icon
supple from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- supple
- 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 supple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.2 9C5.54 9.02.15 11.6.15 14.78c.01 1.9 1.87 3.58 4.85 4.62c-1.6-1.07-2.48-2.41-2.48-3.86c-.01-3.48 5.38-6.31 12.04-6.32c.4 0 .78.01 1.16.02C14.6 9.08 13.42 9 12.2 9M27 12.63c1.59 1.06 2.48 2.4 2.48 3.86c0 3.47-5.39 6.29-12.05 6.29c-.39 0-.78-.01-1.16-.03c1.11.16 2.29.25 3.52.25c6.66 0 12.06-2.58 12.06-5.75c0-1.9-1.88-3.58-4.85-4.62M7.846 14.003c-.745 0-1.282.463-1.282 1.09c0 1.19 1.807 1.144 1.807 1.789c0 .3-.262.455-.553.455c-.536 0-.935-.455-.935-.455l-.39.488s.47.602 1.316.602c.799 0 1.271-.519 1.271-1.137c0-1.253-1.807-1.125-1.807-1.78c0-.244.245-.41.563-.41c.254 0 .51.119.51.292v.181h.634v-.353c0-.545-.688-.762-1.134-.762m14.672.053v.61h.353v2.87c0 .263.108.371.371.371h1.737c.263 0 .37-.108.37-.37v-.583h-.644v.227c0 .082-.044.117-.117.117h-.881c-.082 0-.117-.044-.117-.117v-.909h1.244v-.6H23.59v-1.009h.861c.073 0 .12.046.12.12v.226h.634v-.58c0-.254-.107-.373-.361-.373zm-2.844.008v.6h.236c.073 0 .117.045.117.118v2.752h-.007c0 .263.108.373.37.373h1.69c.263 0 .373-.11.373-.373v-.58h-.644v.227c0 .082-.047.117-.12.117h-.835c-.082 0-.118-.044-.118-.117v-2.754c0-.254-.11-.364-.373-.364zm-10.067.001v2.471c0 .854.61 1.436 1.518 1.436s1.508-.582 1.508-1.436v-2.47h-.71v2.443c0 .509-.317.799-.798.799s-.799-.29-.799-.79v-2.453zm3.516 0v.6h.346v3.242h.709V16.58h.699c.718 0 1.227-.517 1.227-1.271c0-.745-.509-1.245-1.227-1.245h-1.754zm3.272 0v.6h.353v3.242h.709V16.58h.7c.717 0 1.216-.517 1.216-1.271c0-.745-.499-1.245-1.217-1.245h-1.761zm9.011 0v.055h.117v.264h.075v-.264h.117v-.055zm.371 0v.319h.075v-.254l.1.254h.054l.11-.254v.254h.064v-.319h-.102l-.1.227l-.091-.227zm-11.6.598h.583c.39 0 .617.256.617.647c0 .4-.228.662-.627.662h-.572zm3.27 0h.582c.391 0 .617.256.617.647c0 .4-.226.662-.626.662h-.573z"/></svg>
React
import type { SVGProps } from "react";
export function LaSupple(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="M12.2 9C5.54 9.02.15 11.6.15 14.78c.01 1.9 1.87 3.58 4.85 4.62c-1.6-1.07-2.48-2.41-2.48-3.86c-.01-3.48 5.38-6.31 12.04-6.32c.4 0 .78.01 1.16.02C14.6 9.08 13.42 9 12.2 9M27 12.63c1.59 1.06 2.48 2.4 2.48 3.86c0 3.47-5.39 6.29-12.05 6.29c-.39 0-.78-.01-1.16-.03c1.11.16 2.29.25 3.52.25c6.66 0 12.06-2.58 12.06-5.75c0-1.9-1.88-3.58-4.85-4.62M7.846 14.003c-.745 0-1.282.463-1.282 1.09c0 1.19 1.807 1.144 1.807 1.789c0 .3-.262.455-.553.455c-.536 0-.935-.455-.935-.455l-.39.488s.47.602 1.316.602c.799 0 1.271-.519 1.271-1.137c0-1.253-1.807-1.125-1.807-1.78c0-.244.245-.41.563-.41c.254 0 .51.119.51.292v.181h.634v-.353c0-.545-.688-.762-1.134-.762m14.672.053v.61h.353v2.87c0 .263.108.371.371.371h1.737c.263 0 .37-.108.37-.37v-.583h-.644v.227c0 .082-.044.117-.117.117h-.881c-.082 0-.117-.044-.117-.117v-.909h1.244v-.6H23.59v-1.009h.861c.073 0 .12.046.12.12v.226h.634v-.58c0-.254-.107-.373-.361-.373zm-2.844.008v.6h.236c.073 0 .117.045.117.118v2.752h-.007c0 .263.108.373.37.373h1.69c.263 0 .373-.11.373-.373v-.58h-.644v.227c0 .082-.047.117-.12.117h-.835c-.082 0-.118-.044-.118-.117v-2.754c0-.254-.11-.364-.373-.364zm-10.067.001v2.471c0 .854.61 1.436 1.518 1.436s1.508-.582 1.508-1.436v-2.47h-.71v2.443c0 .509-.317.799-.798.799s-.799-.29-.799-.79v-2.453zm3.516 0v.6h.346v3.242h.709V16.58h.699c.718 0 1.227-.517 1.227-1.271c0-.745-.509-1.245-1.227-1.245h-1.754zm3.272 0v.6h.353v3.242h.709V16.58h.7c.717 0 1.216-.517 1.216-1.271c0-.745-.499-1.245-1.217-1.245h-1.761zm9.011 0v.055h.117v.264h.075v-.264h.117v-.055zm.371 0v.319h.075v-.254l.1.254h.054l.11-.254v.254h.064v-.319h-.102l-.1.227l-.091-.227zm-11.6.598h.583c.39 0 .617.256.617.647c0 .4-.228.662-.627.662h-.572zm3.27 0h.582c.391 0 .617.256.617.647c0 .4-.226.662-.626.662h-.573z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.2 9C5.54 9.02.15 11.6.15 14.78c.01 1.9 1.87 3.58 4.85 4.62c-1.6-1.07-2.48-2.41-2.48-3.86c-.01-3.48 5.38-6.31 12.04-6.32c.4 0 .78.01 1.16.02C14.6 9.08 13.42 9 12.2 9M27 12.63c1.59 1.06 2.48 2.4 2.48 3.86c0 3.47-5.39 6.29-12.05 6.29c-.39 0-.78-.01-1.16-.03c1.11.16 2.29.25 3.52.25c6.66 0 12.06-2.58 12.06-5.75c0-1.9-1.88-3.58-4.85-4.62M7.846 14.003c-.745 0-1.282.463-1.282 1.09c0 1.19 1.807 1.144 1.807 1.789c0 .3-.262.455-.553.455c-.536 0-.935-.455-.935-.455l-.39.488s.47.602 1.316.602c.799 0 1.271-.519 1.271-1.137c0-1.253-1.807-1.125-1.807-1.78c0-.244.245-.41.563-.41c.254 0 .51.119.51.292v.181h.634v-.353c0-.545-.688-.762-1.134-.762m14.672.053v.61h.353v2.87c0 .263.108.371.371.371h1.737c.263 0 .37-.108.37-.37v-.583h-.644v.227c0 .082-.044.117-.117.117h-.881c-.082 0-.117-.044-.117-.117v-.909h1.244v-.6H23.59v-1.009h.861c.073 0 .12.046.12.12v.226h.634v-.58c0-.254-.107-.373-.361-.373zm-2.844.008v.6h.236c.073 0 .117.045.117.118v2.752h-.007c0 .263.108.373.37.373h1.69c.263 0 .373-.11.373-.373v-.58h-.644v.227c0 .082-.047.117-.12.117h-.835c-.082 0-.118-.044-.118-.117v-2.754c0-.254-.11-.364-.373-.364zm-10.067.001v2.471c0 .854.61 1.436 1.518 1.436s1.508-.582 1.508-1.436v-2.47h-.71v2.443c0 .509-.317.799-.798.799s-.799-.29-.799-.79v-2.453zm3.516 0v.6h.346v3.242h.709V16.58h.699c.718 0 1.227-.517 1.227-1.271c0-.745-.509-1.245-1.227-1.245h-1.754zm3.272 0v.6h.353v3.242h.709V16.58h.7c.717 0 1.216-.517 1.216-1.271c0-.745-.499-1.245-1.217-1.245h-1.761zm9.011 0v.055h.117v.264h.075v-.264h.117v-.055zm.371 0v.319h.075v-.254l.1.254h.054l.11-.254v.254h.064v-.319h-.102l-.1.227l-.091-.227zm-11.6.598h.583c.39 0 .617.256.617.647c0 .4-.228.662-.627.662h-.572zm3.27 0h.582c.391 0 .617.256.617.647c0 .4-.226.662-.626.662h-.573z"/></svg> </template>
CSS
.icon-supple {
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%22M12.2%209C5.54%209.02.15%2011.6.15%2014.78c.01%201.9%201.87%203.58%204.85%204.62c-1.6-1.07-2.48-2.41-2.48-3.86c-.01-3.48%205.38-6.31%2012.04-6.32c.4%200%20.78.01%201.16.02C14.6%209.08%2013.42%209%2012.2%209M27%2012.63c1.59%201.06%202.48%202.4%202.48%203.86c0%203.47-5.39%206.29-12.05%206.29c-.39%200-.78-.01-1.16-.03c1.11.16%202.29.25%203.52.25c6.66%200%2012.06-2.58%2012.06-5.75c0-1.9-1.88-3.58-4.85-4.62M7.846%2014.003c-.745%200-1.282.463-1.282%201.09c0%201.19%201.807%201.144%201.807%201.789c0%20.3-.262.455-.553.455c-.536%200-.935-.455-.935-.455l-.39.488s.47.602%201.316.602c.799%200%201.271-.519%201.271-1.137c0-1.253-1.807-1.125-1.807-1.78c0-.244.245-.41.563-.41c.254%200%20.51.119.51.292v.181h.634v-.353c0-.545-.688-.762-1.134-.762m14.672.053v.61h.353v2.87c0%20.263.108.371.371.371h1.737c.263%200%20.37-.108.37-.37v-.583h-.644v.227c0%20.082-.044.117-.117.117h-.881c-.082%200-.117-.044-.117-.117v-.909h1.244v-.6H23.59v-1.009h.861c.073%200%20.12.046.12.12v.226h.634v-.58c0-.254-.107-.373-.361-.373zm-2.844.008v.6h.236c.073%200%20.117.045.117.118v2.752h-.007c0%20.263.108.373.37.373h1.69c.263%200%20.373-.11.373-.373v-.58h-.644v.227c0%20.082-.047.117-.12.117h-.835c-.082%200-.118-.044-.118-.117v-2.754c0-.254-.11-.364-.373-.364zm-10.067.001v2.471c0%20.854.61%201.436%201.518%201.436s1.508-.582%201.508-1.436v-2.47h-.71v2.443c0%20.509-.317.799-.798.799s-.799-.29-.799-.79v-2.453zm3.516%200v.6h.346v3.242h.709V16.58h.699c.718%200%201.227-.517%201.227-1.271c0-.745-.509-1.245-1.227-1.245h-1.754zm3.272%200v.6h.353v3.242h.709V16.58h.7c.717%200%201.216-.517%201.216-1.271c0-.745-.499-1.245-1.217-1.245h-1.761zm9.011%200v.055h.117v.264h.075v-.264h.117v-.055zm.371%200v.319h.075v-.254l.1.254h.054l.11-.254v.254h.064v-.319h-.102l-.1.227l-.091-.227zm-11.6.598h.583c.39%200%20.617.256.617.647c0%20.4-.228.662-.627.662h-.572zm3.27%200h.582c.391%200%20.617.256.617.647c0%20.4-.226.662-.626.662h-.573z%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%22M12.2%209C5.54%209.02.15%2011.6.15%2014.78c.01%201.9%201.87%203.58%204.85%204.62c-1.6-1.07-2.48-2.41-2.48-3.86c-.01-3.48%205.38-6.31%2012.04-6.32c.4%200%20.78.01%201.16.02C14.6%209.08%2013.42%209%2012.2%209M27%2012.63c1.59%201.06%202.48%202.4%202.48%203.86c0%203.47-5.39%206.29-12.05%206.29c-.39%200-.78-.01-1.16-.03c1.11.16%202.29.25%203.52.25c6.66%200%2012.06-2.58%2012.06-5.75c0-1.9-1.88-3.58-4.85-4.62M7.846%2014.003c-.745%200-1.282.463-1.282%201.09c0%201.19%201.807%201.144%201.807%201.789c0%20.3-.262.455-.553.455c-.536%200-.935-.455-.935-.455l-.39.488s.47.602%201.316.602c.799%200%201.271-.519%201.271-1.137c0-1.253-1.807-1.125-1.807-1.78c0-.244.245-.41.563-.41c.254%200%20.51.119.51.292v.181h.634v-.353c0-.545-.688-.762-1.134-.762m14.672.053v.61h.353v2.87c0%20.263.108.371.371.371h1.737c.263%200%20.37-.108.37-.37v-.583h-.644v.227c0%20.082-.044.117-.117.117h-.881c-.082%200-.117-.044-.117-.117v-.909h1.244v-.6H23.59v-1.009h.861c.073%200%20.12.046.12.12v.226h.634v-.58c0-.254-.107-.373-.361-.373zm-2.844.008v.6h.236c.073%200%20.117.045.117.118v2.752h-.007c0%20.263.108.373.37.373h1.69c.263%200%20.373-.11.373-.373v-.58h-.644v.227c0%20.082-.047.117-.12.117h-.835c-.082%200-.118-.044-.118-.117v-2.754c0-.254-.11-.364-.373-.364zm-10.067.001v2.471c0%20.854.61%201.436%201.518%201.436s1.508-.582%201.508-1.436v-2.47h-.71v2.443c0%20.509-.317.799-.798.799s-.799-.29-.799-.79v-2.453zm3.516%200v.6h.346v3.242h.709V16.58h.699c.718%200%201.227-.517%201.227-1.271c0-.745-.509-1.245-1.227-1.245h-1.754zm3.272%200v.6h.353v3.242h.709V16.58h.7c.717%200%201.216-.517%201.216-1.271c0-.745-.499-1.245-1.217-1.245h-1.761zm9.011%200v.055h.117v.264h.075v-.264h.117v-.055zm.371%200v.319h.075v-.254l.1.254h.054l.11-.254v.254h.064v-.319h-.102l-.1.227l-.091-.227zm-11.6.598h.583c.39%200%20.617.256.617.647c0%20.4-.228.662-.627.662h-.572zm3.27%200h.582c.391%200%20.617.256.617.647c0%20.4-.226.662-.626.662h-.573z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/supple.svg?color=%231a73e8&size=48