adversal from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.

Name
adversal
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 adversal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.346 5C4.273 5 4 5.277 4 6.355v18.291C4 25.737 4.273 26 5.346 26h21.252C27.742 26 28 25.755 28 24.607V6.416C28 5.262 27.747 5 26.598 5zm19.586 2.086c.142 0 .303.018.445 0c.463-.036.623.2.623.654a.04.04 0 0 0-.006.024H26v13.345c0 .261-.038.637-.377.637c-.569-.018-1.26.327-1.654-.256c-.266-.399-.36-.182-.57-.054c-2.45 1.362-5.875.324-6.622-3.909c-.28-1.532-.033-3.077.72-4.586c.54-1.096 2.61-3.489 6.241-1.398V8.287c0-1.202-.003-1.201 1.194-1.201m-14.084 3.59c.96-.032 1.926.157 2.886.556c1.877.77 1.266 2.714 1.266 5.893c.124 1.183-.196 2.674.428 4.072c.087.202.017.361-.125.49c-.385.307-1.484.103-1.819-.337c-.087-.101-.083-.167-.18-.286c-.164-.179-.333-.1-.544.047c-2.632 1.67-6.434.981-6.742-1.986c-.142-1.344.567-2.619 1.814-3.256c1.752-.894 4.954-.542 5.037-1.418c.051-.469-.086-.922-.517-1.252c-1.261-.926-3.115-.4-3.67 1.072c-.197.51-.427.436-.803.381c-.445-.069-.788-.147-1.031-.252c-1.321-.523.392-2.536 1.14-2.949c.943-.49 1.899-.743 2.86-.775m10.46 2.328c-.713.035-1.396.431-1.769 1.187c-.726 1.476-.708 3.023-.018 4.5c.782 1.69 3.223 1.88 4.114-.23c.31-.732.57-3.206-.371-4.482c-.498-.685-1.242-1.01-1.955-.975zm-8.44 4.01a.4.4 0 0 0-.222.004c-1.098.21-2.218.382-3.316.64c-.54.122-.909.52-.89 1.127c.03 1.07 1.178 1.158 1.515 1.215c1.867.017 3.106-1.127 3.043-2.568c-.013-.168.02-.366-.13-.418m-6.575 5.992c.16-.025.355.031.51.031c6.202-.019 12.218-.025 18.42-.006c.318 0 .777-.207.777.463c0 .708-.52.465-.834.465l-18.33.008c-.347 0-.853.225-.834-.502c.01-.326.132-.434.291-.46z"/></svg>

React

import type { SVGProps } from "react";

export function LaAdversal(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="M5.346 5C4.273 5 4 5.277 4 6.355v18.291C4 25.737 4.273 26 5.346 26h21.252C27.742 26 28 25.755 28 24.607V6.416C28 5.262 27.747 5 26.598 5zm19.586 2.086c.142 0 .303.018.445 0c.463-.036.623.2.623.654a.04.04 0 0 0-.006.024H26v13.345c0 .261-.038.637-.377.637c-.569-.018-1.26.327-1.654-.256c-.266-.399-.36-.182-.57-.054c-2.45 1.362-5.875.324-6.622-3.909c-.28-1.532-.033-3.077.72-4.586c.54-1.096 2.61-3.489 6.241-1.398V8.287c0-1.202-.003-1.201 1.194-1.201m-14.084 3.59c.96-.032 1.926.157 2.886.556c1.877.77 1.266 2.714 1.266 5.893c.124 1.183-.196 2.674.428 4.072c.087.202.017.361-.125.49c-.385.307-1.484.103-1.819-.337c-.087-.101-.083-.167-.18-.286c-.164-.179-.333-.1-.544.047c-2.632 1.67-6.434.981-6.742-1.986c-.142-1.344.567-2.619 1.814-3.256c1.752-.894 4.954-.542 5.037-1.418c.051-.469-.086-.922-.517-1.252c-1.261-.926-3.115-.4-3.67 1.072c-.197.51-.427.436-.803.381c-.445-.069-.788-.147-1.031-.252c-1.321-.523.392-2.536 1.14-2.949c.943-.49 1.899-.743 2.86-.775m10.46 2.328c-.713.035-1.396.431-1.769 1.187c-.726 1.476-.708 3.023-.018 4.5c.782 1.69 3.223 1.88 4.114-.23c.31-.732.57-3.206-.371-4.482c-.498-.685-1.242-1.01-1.955-.975zm-8.44 4.01a.4.4 0 0 0-.222.004c-1.098.21-2.218.382-3.316.64c-.54.122-.909.52-.89 1.127c.03 1.07 1.178 1.158 1.515 1.215c1.867.017 3.106-1.127 3.043-2.568c-.013-.168.02-.366-.13-.418m-6.575 5.992c.16-.025.355.031.51.031c6.202-.019 12.218-.025 18.42-.006c.318 0 .777-.207.777.463c0 .708-.52.465-.834.465l-18.33.008c-.347 0-.853.225-.834-.502c.01-.326.132-.434.291-.46z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.346 5C4.273 5 4 5.277 4 6.355v18.291C4 25.737 4.273 26 5.346 26h21.252C27.742 26 28 25.755 28 24.607V6.416C28 5.262 27.747 5 26.598 5zm19.586 2.086c.142 0 .303.018.445 0c.463-.036.623.2.623.654a.04.04 0 0 0-.006.024H26v13.345c0 .261-.038.637-.377.637c-.569-.018-1.26.327-1.654-.256c-.266-.399-.36-.182-.57-.054c-2.45 1.362-5.875.324-6.622-3.909c-.28-1.532-.033-3.077.72-4.586c.54-1.096 2.61-3.489 6.241-1.398V8.287c0-1.202-.003-1.201 1.194-1.201m-14.084 3.59c.96-.032 1.926.157 2.886.556c1.877.77 1.266 2.714 1.266 5.893c.124 1.183-.196 2.674.428 4.072c.087.202.017.361-.125.49c-.385.307-1.484.103-1.819-.337c-.087-.101-.083-.167-.18-.286c-.164-.179-.333-.1-.544.047c-2.632 1.67-6.434.981-6.742-1.986c-.142-1.344.567-2.619 1.814-3.256c1.752-.894 4.954-.542 5.037-1.418c.051-.469-.086-.922-.517-1.252c-1.261-.926-3.115-.4-3.67 1.072c-.197.51-.427.436-.803.381c-.445-.069-.788-.147-1.031-.252c-1.321-.523.392-2.536 1.14-2.949c.943-.49 1.899-.743 2.86-.775m10.46 2.328c-.713.035-1.396.431-1.769 1.187c-.726 1.476-.708 3.023-.018 4.5c.782 1.69 3.223 1.88 4.114-.23c.31-.732.57-3.206-.371-4.482c-.498-.685-1.242-1.01-1.955-.975zm-8.44 4.01a.4.4 0 0 0-.222.004c-1.098.21-2.218.382-3.316.64c-.54.122-.909.52-.89 1.127c.03 1.07 1.178 1.158 1.515 1.215c1.867.017 3.106-1.127 3.043-2.568c-.013-.168.02-.366-.13-.418m-6.575 5.992c.16-.025.355.031.51.031c6.202-.019 12.218-.025 18.42-.006c.318 0 .777-.207.777.463c0 .708-.52.465-.834.465l-18.33.008c-.347 0-.853.225-.834-.502c.01-.326.132-.434.291-.46z"/></svg>
</template>

CSS

.icon-adversal {
  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%22M5.346%205C4.273%205%204%205.277%204%206.355v18.291C4%2025.737%204.273%2026%205.346%2026h21.252C27.742%2026%2028%2025.755%2028%2024.607V6.416C28%205.262%2027.747%205%2026.598%205zm19.586%202.086c.142%200%20.303.018.445%200c.463-.036.623.2.623.654a.04.04%200%200%200-.006.024H26v13.345c0%20.261-.038.637-.377.637c-.569-.018-1.26.327-1.654-.256c-.266-.399-.36-.182-.57-.054c-2.45%201.362-5.875.324-6.622-3.909c-.28-1.532-.033-3.077.72-4.586c.54-1.096%202.61-3.489%206.241-1.398V8.287c0-1.202-.003-1.201%201.194-1.201m-14.084%203.59c.96-.032%201.926.157%202.886.556c1.877.77%201.266%202.714%201.266%205.893c.124%201.183-.196%202.674.428%204.072c.087.202.017.361-.125.49c-.385.307-1.484.103-1.819-.337c-.087-.101-.083-.167-.18-.286c-.164-.179-.333-.1-.544.047c-2.632%201.67-6.434.981-6.742-1.986c-.142-1.344.567-2.619%201.814-3.256c1.752-.894%204.954-.542%205.037-1.418c.051-.469-.086-.922-.517-1.252c-1.261-.926-3.115-.4-3.67%201.072c-.197.51-.427.436-.803.381c-.445-.069-.788-.147-1.031-.252c-1.321-.523.392-2.536%201.14-2.949c.943-.49%201.899-.743%202.86-.775m10.46%202.328c-.713.035-1.396.431-1.769%201.187c-.726%201.476-.708%203.023-.018%204.5c.782%201.69%203.223%201.88%204.114-.23c.31-.732.57-3.206-.371-4.482c-.498-.685-1.242-1.01-1.955-.975zm-8.44%204.01a.4.4%200%200%200-.222.004c-1.098.21-2.218.382-3.316.64c-.54.122-.909.52-.89%201.127c.03%201.07%201.178%201.158%201.515%201.215c1.867.017%203.106-1.127%203.043-2.568c-.013-.168.02-.366-.13-.418m-6.575%205.992c.16-.025.355.031.51.031c6.202-.019%2012.218-.025%2018.42-.006c.318%200%20.777-.207.777.463c0%20.708-.52.465-.834.465l-18.33.008c-.347%200-.853.225-.834-.502c.01-.326.132-.434.291-.46z%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%22M5.346%205C4.273%205%204%205.277%204%206.355v18.291C4%2025.737%204.273%2026%205.346%2026h21.252C27.742%2026%2028%2025.755%2028%2024.607V6.416C28%205.262%2027.747%205%2026.598%205zm19.586%202.086c.142%200%20.303.018.445%200c.463-.036.623.2.623.654a.04.04%200%200%200-.006.024H26v13.345c0%20.261-.038.637-.377.637c-.569-.018-1.26.327-1.654-.256c-.266-.399-.36-.182-.57-.054c-2.45%201.362-5.875.324-6.622-3.909c-.28-1.532-.033-3.077.72-4.586c.54-1.096%202.61-3.489%206.241-1.398V8.287c0-1.202-.003-1.201%201.194-1.201m-14.084%203.59c.96-.032%201.926.157%202.886.556c1.877.77%201.266%202.714%201.266%205.893c.124%201.183-.196%202.674.428%204.072c.087.202.017.361-.125.49c-.385.307-1.484.103-1.819-.337c-.087-.101-.083-.167-.18-.286c-.164-.179-.333-.1-.544.047c-2.632%201.67-6.434.981-6.742-1.986c-.142-1.344.567-2.619%201.814-3.256c1.752-.894%204.954-.542%205.037-1.418c.051-.469-.086-.922-.517-1.252c-1.261-.926-3.115-.4-3.67%201.072c-.197.51-.427.436-.803.381c-.445-.069-.788-.147-1.031-.252c-1.321-.523.392-2.536%201.14-2.949c.943-.49%201.899-.743%202.86-.775m10.46%202.328c-.713.035-1.396.431-1.769%201.187c-.726%201.476-.708%203.023-.018%204.5c.782%201.69%203.223%201.88%204.114-.23c.31-.732.57-3.206-.371-4.482c-.498-.685-1.242-1.01-1.955-.975zm-8.44%204.01a.4.4%200%200%200-.222.004c-1.098.21-2.218.382-3.316.64c-.54.122-.909.52-.89%201.127c.03%201.07%201.178%201.158%201.515%201.215c1.867.017%203.106-1.127%203.043-2.568c-.013-.168.02-.366-.13-.418m-6.575%205.992c.16-.025.355.031.51.031c6.202-.019%2012.218-.025%2018.42-.006c.318%200%20.777-.207.777.463c0%20.708-.52.465-.834.465l-18.33.008c-.347%200-.853.225-.834-.502c.01-.326.132-.434.291-.46z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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