asymmetrik icon
asymmetrik from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- asymmetrik
- 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 asymmetrik icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.09 6.084C12.653 5.99 6.665 7.357 2 10c2.682-1.045 5.383-1.8 8.275-2.438c3.668-.808 7.436-1.235 10.756-.72c7.413 1.157 9.569 6.2 4.805 11.267a14 14 0 0 1-1.807 1.565L16.852 9.102L7.645 22.506l-.092-.035c-4.28-1.477-4.342-3.99-1.57-7.143c1.01-1.08 2.376-1.985 3.865-2.824c.992-.56 2.047-1.1 3.13-1.494c-3.164.987-6.081 2.571-7.972 4.517C3.659 16.917 3.015 18.304 3 19.56c-.024 1.707 1.836 2.992 4.023 3.863L5.275 26h4.938l.004-.008l.013.008l1.168-1.773c1.047.04 2.185-.006 3.276-.133L13.51 26h6.572l-1.605-2.674c.873-.249 1.756-.55 2.587-.885l1.856 2.817l.459.742h4.937l-3.66-5.4c.9-.588 1.802-1.308 2.477-2.004c1.886-1.945 2.824-3.89 2.844-5.647c.039-3.185-2.887-5.747-8.235-6.564a27 27 0 0 0-3.652-.301m-1.281 9.937l.703 1.024l3.011 4.572c-.808.342-1.651.646-2.51.893L16.8 20.535l-1.541 2.592c-1.091.163-2.185.183-3.237.154l4.788-7.26z"/></svg>
React
import type { SVGProps } from "react";
export function LaAsymmetrik(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="M18.09 6.084C12.653 5.99 6.665 7.357 2 10c2.682-1.045 5.383-1.8 8.275-2.438c3.668-.808 7.436-1.235 10.756-.72c7.413 1.157 9.569 6.2 4.805 11.267a14 14 0 0 1-1.807 1.565L16.852 9.102L7.645 22.506l-.092-.035c-4.28-1.477-4.342-3.99-1.57-7.143c1.01-1.08 2.376-1.985 3.865-2.824c.992-.56 2.047-1.1 3.13-1.494c-3.164.987-6.081 2.571-7.972 4.517C3.659 16.917 3.015 18.304 3 19.56c-.024 1.707 1.836 2.992 4.023 3.863L5.275 26h4.938l.004-.008l.013.008l1.168-1.773c1.047.04 2.185-.006 3.276-.133L13.51 26h6.572l-1.605-2.674c.873-.249 1.756-.55 2.587-.885l1.856 2.817l.459.742h4.937l-3.66-5.4c.9-.588 1.802-1.308 2.477-2.004c1.886-1.945 2.824-3.89 2.844-5.647c.039-3.185-2.887-5.747-8.235-6.564a27 27 0 0 0-3.652-.301m-1.281 9.937l.703 1.024l3.011 4.572c-.808.342-1.651.646-2.51.893L16.8 20.535l-1.541 2.592c-1.091.163-2.185.183-3.237.154l4.788-7.26z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.09 6.084C12.653 5.99 6.665 7.357 2 10c2.682-1.045 5.383-1.8 8.275-2.438c3.668-.808 7.436-1.235 10.756-.72c7.413 1.157 9.569 6.2 4.805 11.267a14 14 0 0 1-1.807 1.565L16.852 9.102L7.645 22.506l-.092-.035c-4.28-1.477-4.342-3.99-1.57-7.143c1.01-1.08 2.376-1.985 3.865-2.824c.992-.56 2.047-1.1 3.13-1.494c-3.164.987-6.081 2.571-7.972 4.517C3.659 16.917 3.015 18.304 3 19.56c-.024 1.707 1.836 2.992 4.023 3.863L5.275 26h4.938l.004-.008l.013.008l1.168-1.773c1.047.04 2.185-.006 3.276-.133L13.51 26h6.572l-1.605-2.674c.873-.249 1.756-.55 2.587-.885l1.856 2.817l.459.742h4.937l-3.66-5.4c.9-.588 1.802-1.308 2.477-2.004c1.886-1.945 2.824-3.89 2.844-5.647c.039-3.185-2.887-5.747-8.235-6.564a27 27 0 0 0-3.652-.301m-1.281 9.937l.703 1.024l3.011 4.572c-.808.342-1.651.646-2.51.893L16.8 20.535l-1.541 2.592c-1.091.163-2.185.183-3.237.154l4.788-7.26z"/></svg> </template>
CSS
.icon-asymmetrik {
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%22M18.09%206.084C12.653%205.99%206.665%207.357%202%2010c2.682-1.045%205.383-1.8%208.275-2.438c3.668-.808%207.436-1.235%2010.756-.72c7.413%201.157%209.569%206.2%204.805%2011.267a14%2014%200%200%201-1.807%201.565L16.852%209.102L7.645%2022.506l-.092-.035c-4.28-1.477-4.342-3.99-1.57-7.143c1.01-1.08%202.376-1.985%203.865-2.824c.992-.56%202.047-1.1%203.13-1.494c-3.164.987-6.081%202.571-7.972%204.517C3.659%2016.917%203.015%2018.304%203%2019.56c-.024%201.707%201.836%202.992%204.023%203.863L5.275%2026h4.938l.004-.008l.013.008l1.168-1.773c1.047.04%202.185-.006%203.276-.133L13.51%2026h6.572l-1.605-2.674c.873-.249%201.756-.55%202.587-.885l1.856%202.817l.459.742h4.937l-3.66-5.4c.9-.588%201.802-1.308%202.477-2.004c1.886-1.945%202.824-3.89%202.844-5.647c.039-3.185-2.887-5.747-8.235-6.564a27%2027%200%200%200-3.652-.301m-1.281%209.937l.703%201.024l3.011%204.572c-.808.342-1.651.646-2.51.893L16.8%2020.535l-1.541%202.592c-1.091.163-2.185.183-3.237.154l4.788-7.26z%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%22M18.09%206.084C12.653%205.99%206.665%207.357%202%2010c2.682-1.045%205.383-1.8%208.275-2.438c3.668-.808%207.436-1.235%2010.756-.72c7.413%201.157%209.569%206.2%204.805%2011.267a14%2014%200%200%201-1.807%201.565L16.852%209.102L7.645%2022.506l-.092-.035c-4.28-1.477-4.342-3.99-1.57-7.143c1.01-1.08%202.376-1.985%203.865-2.824c.992-.56%202.047-1.1%203.13-1.494c-3.164.987-6.081%202.571-7.972%204.517C3.659%2016.917%203.015%2018.304%203%2019.56c-.024%201.707%201.836%202.992%204.023%203.863L5.275%2026h4.938l.004-.008l.013.008l1.168-1.773c1.047.04%202.185-.006%203.276-.133L13.51%2026h6.572l-1.605-2.674c.873-.249%201.756-.55%202.587-.885l1.856%202.817l.459.742h4.937l-3.66-5.4c.9-.588%201.802-1.308%202.477-2.004c1.886-1.945%202.824-3.89%202.844-5.647c.039-3.185-2.887-5.747-8.235-6.564a27%2027%200%200%200-3.652-.301m-1.281%209.937l.703%201.024l3.011%204.572c-.808.342-1.651.646-2.51.893L16.8%2020.535l-1.541%202.592c-1.091.163-2.185.183-3.237.154l4.788-7.26z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/asymmetrik.svg?color=%231a73e8&size=48