effect icon logo
effect-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- effect-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
Use the effect icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path d="M239.237 194.538c3.793-2.136 5.088-6.87 2.901-10.574c-2.189-3.7-7.034-4.97-10.827-2.833L127.81 239.492L24.688 181.349c-3.787-2.138-8.634-.872-10.826 2.833c-2.187 3.703-.887 8.436 2.902 10.572l106.78 60.208a8.06 8.06 0 0 0 6.164.735a8.1 8.1 0 0 0 2.75-.949z"/><path d="M123.505 60.826a8.54 8.54 0 0 1 6.513-.768a8.5 8.5 0 0 1 2.866.99l112.885 63.343c3.117 1.75 4.653 5.153 4.11 8.42c.383 2.841-.714 5.822-4.032 7.694L132.958 204.16a8.5 8.5 0 0 1-2.903.998a8.54 8.54 0 0 1-6.52-.774l-112.884-63.65c-3.29-1.854-4.395-4.803-4.04-7.62c-.808-3.42.72-7.099 4.002-8.942Zm4.49 16.33L29.47 132.444l98.58 55.585l98.525-55.555z"/><path d="M129.86.34a9 9 0 0 1 3.011 1.042l118.585 66.541c3.02 1.694 4.626 4.862 4.413 8.034c.619 3.454-.982 7.068-4.273 8.92l-118.585 66.87a8.9 8.9 0 0 1-3.051 1.048a8.97 8.97 0 0 1-6.848-.813L4.527 85.118C1.432 83.376-.168 80.074.165 76.816c-.71-3.515.9-7.237 4.262-9.125L123.017 1.15a8.97 8.97 0 0 1 6.843-.81"/></svg>
React
import type { SVGProps } from "react";
export function LogosEffectIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path d="M239.237 194.538c3.793-2.136 5.088-6.87 2.901-10.574c-2.189-3.7-7.034-4.97-10.827-2.833L127.81 239.492L24.688 181.349c-3.787-2.138-8.634-.872-10.826 2.833c-2.187 3.703-.887 8.436 2.902 10.572l106.78 60.208a8.06 8.06 0 0 0 6.164.735a8.1 8.1 0 0 0 2.75-.949z"/><path d="M123.505 60.826a8.54 8.54 0 0 1 6.513-.768a8.5 8.5 0 0 1 2.866.99l112.885 63.343c3.117 1.75 4.653 5.153 4.11 8.42c.383 2.841-.714 5.822-4.032 7.694L132.958 204.16a8.5 8.5 0 0 1-2.903.998a8.54 8.54 0 0 1-6.52-.774l-112.884-63.65c-3.29-1.854-4.395-4.803-4.04-7.62c-.808-3.42.72-7.099 4.002-8.942Zm4.49 16.33L29.47 132.444l98.58 55.585l98.525-55.555z"/><path d="M129.86.34a9 9 0 0 1 3.011 1.042l118.585 66.541c3.02 1.694 4.626 4.862 4.413 8.034c.619 3.454-.982 7.068-4.273 8.92l-118.585 66.87a8.9 8.9 0 0 1-3.051 1.048a8.97 8.97 0 0 1-6.848-.813L4.527 85.118C1.432 83.376-.168 80.074.165 76.816c-.71-3.515.9-7.237 4.262-9.125L123.017 1.15a8.97 8.97 0 0 1 6.843-.81"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path d="M239.237 194.538c3.793-2.136 5.088-6.87 2.901-10.574c-2.189-3.7-7.034-4.97-10.827-2.833L127.81 239.492L24.688 181.349c-3.787-2.138-8.634-.872-10.826 2.833c-2.187 3.703-.887 8.436 2.902 10.572l106.78 60.208a8.06 8.06 0 0 0 6.164.735a8.1 8.1 0 0 0 2.75-.949z"/><path d="M123.505 60.826a8.54 8.54 0 0 1 6.513-.768a8.5 8.5 0 0 1 2.866.99l112.885 63.343c3.117 1.75 4.653 5.153 4.11 8.42c.383 2.841-.714 5.822-4.032 7.694L132.958 204.16a8.5 8.5 0 0 1-2.903.998a8.54 8.54 0 0 1-6.52-.774l-112.884-63.65c-3.29-1.854-4.395-4.803-4.04-7.62c-.808-3.42.72-7.099 4.002-8.942Zm4.49 16.33L29.47 132.444l98.58 55.585l98.525-55.555z"/><path d="M129.86.34a9 9 0 0 1 3.011 1.042l118.585 66.541c3.02 1.694 4.626 4.862 4.413 8.034c.619 3.454-.982 7.068-4.273 8.92l-118.585 66.87a8.9 8.9 0 0 1-3.051 1.048a8.97 8.97 0 0 1-6.848-.813L4.527 85.118C1.432 83.376-.168 80.074.165 76.816c-.71-3.515.9-7.237 4.262-9.125L123.017 1.15a8.97 8.97 0 0 1 6.843-.81"/></svg> </template>
CSS
.icon-effect-icon {
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%20256%20256%22%3E%3Cpath%20d%3D%22M239.237%20194.538c3.793-2.136%205.088-6.87%202.901-10.574c-2.189-3.7-7.034-4.97-10.827-2.833L127.81%20239.492L24.688%20181.349c-3.787-2.138-8.634-.872-10.826%202.833c-2.187%203.703-.887%208.436%202.902%2010.572l106.78%2060.208a8.06%208.06%200%200%200%206.164.735a8.1%208.1%200%200%200%202.75-.949z%22%2F%3E%3Cpath%20d%3D%22M123.505%2060.826a8.54%208.54%200%200%201%206.513-.768a8.5%208.5%200%200%201%202.866.99l112.885%2063.343c3.117%201.75%204.653%205.153%204.11%208.42c.383%202.841-.714%205.822-4.032%207.694L132.958%20204.16a8.5%208.5%200%200%201-2.903.998a8.54%208.54%200%200%201-6.52-.774l-112.884-63.65c-3.29-1.854-4.395-4.803-4.04-7.62c-.808-3.42.72-7.099%204.002-8.942Zm4.49%2016.33L29.47%20132.444l98.58%2055.585l98.525-55.555z%22%2F%3E%3Cpath%20d%3D%22M129.86.34a9%209%200%200%201%203.011%201.042l118.585%2066.541c3.02%201.694%204.626%204.862%204.413%208.034c.619%203.454-.982%207.068-4.273%208.92l-118.585%2066.87a8.9%208.9%200%200%201-3.051%201.048a8.97%208.97%200%200%201-6.848-.813L4.527%2085.118C1.432%2083.376-.168%2080.074.165%2076.816c-.71-3.515.9-7.237%204.262-9.125L123.017%201.15a8.97%208.97%200%200%201%206.843-.81%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%20256%20256%22%3E%3Cpath%20d%3D%22M239.237%20194.538c3.793-2.136%205.088-6.87%202.901-10.574c-2.189-3.7-7.034-4.97-10.827-2.833L127.81%20239.492L24.688%20181.349c-3.787-2.138-8.634-.872-10.826%202.833c-2.187%203.703-.887%208.436%202.902%2010.572l106.78%2060.208a8.06%208.06%200%200%200%206.164.735a8.1%208.1%200%200%200%202.75-.949z%22%2F%3E%3Cpath%20d%3D%22M123.505%2060.826a8.54%208.54%200%200%201%206.513-.768a8.5%208.5%200%200%201%202.866.99l112.885%2063.343c3.117%201.75%204.653%205.153%204.11%208.42c.383%202.841-.714%205.822-4.032%207.694L132.958%20204.16a8.5%208.5%200%200%201-2.903.998a8.54%208.54%200%200%201-6.52-.774l-112.884-63.65c-3.29-1.854-4.395-4.803-4.04-7.62c-.808-3.42.72-7.099%204.002-8.942Zm4.49%2016.33L29.47%20132.444l98.58%2055.585l98.525-55.555z%22%2F%3E%3Cpath%20d%3D%22M129.86.34a9%209%200%200%201%203.011%201.042l118.585%2066.541c3.02%201.694%204.626%204.862%204.413%208.034c.619%203.454-.982%207.068-4.273%208.92l-118.585%2066.87a8.9%208.9%200%200%201-3.051%201.048a8.97%208.97%200%200%201-6.848-.813L4.527%2085.118C1.432%2083.376-.168%2080.074.165%2076.816c-.71-3.515.9-7.237%204.262-9.125L123.017%201.15a8.97%208.97%200%200%201%206.843-.81%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/effect-icon.svg?color=%231a73e8&size=48