seneca logo
seneca from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- seneca
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×200
- License
- CC0
Use the seneca logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 200"><path d="m75.36 199.75l5.346-150.487h13.2l4.807 135.357c-8.61 4.885-16.455 9.979-23.355 15.128zm41.55-24.595l5.692-125.892h14.085l5.213 115.3a273 273 0 0 0-11.909 4.687a257 257 0 0 0-13.08 5.903zm44.787-17.16l5.482-108.732h12.316l5.206 103.258c-7.318 1.33-15.03 3.154-23.004 5.474M33.535.026a6 6 0 0 1 .548-.024h187.511q.376 0 .74.044q.308-.042.559-.042V0c5.124 0 28.628 13.573 31.188 18.005c2.559 4.436 2.559 31.578 0 36.012c-2.56 4.436-26.066 18.01-31.184 18.01c-5.122 0-28.629-13.574-31.188-18.01c-1.948-3.376-2.413-19.9-1.396-29.56H65.687c1.017 9.66.552 26.186-1.396 29.56c-2.56 4.436-26.066 18.01-31.184 18.01c-5.122 0-28.628-13.574-31.188-18.01s-2.559-31.574 0-36.01C4.48 13.575 27.985.004 33.107.004V0q.196 0 .428.026"/></svg>
React
import type { SVGProps } from "react";
export function LogosSeneca(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 200"><path d="m75.36 199.75l5.346-150.487h13.2l4.807 135.357c-8.61 4.885-16.455 9.979-23.355 15.128zm41.55-24.595l5.692-125.892h14.085l5.213 115.3a273 273 0 0 0-11.909 4.687a257 257 0 0 0-13.08 5.903zm44.787-17.16l5.482-108.732h12.316l5.206 103.258c-7.318 1.33-15.03 3.154-23.004 5.474M33.535.026a6 6 0 0 1 .548-.024h187.511q.376 0 .74.044q.308-.042.559-.042V0c5.124 0 28.628 13.573 31.188 18.005c2.559 4.436 2.559 31.578 0 36.012c-2.56 4.436-26.066 18.01-31.184 18.01c-5.122 0-28.629-13.574-31.188-18.01c-1.948-3.376-2.413-19.9-1.396-29.56H65.687c1.017 9.66.552 26.186-1.396 29.56c-2.56 4.436-26.066 18.01-31.184 18.01c-5.122 0-28.628-13.574-31.188-18.01s-2.559-31.574 0-36.01C4.48 13.575 27.985.004 33.107.004V0q.196 0 .428.026"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 200"><path d="m75.36 199.75l5.346-150.487h13.2l4.807 135.357c-8.61 4.885-16.455 9.979-23.355 15.128zm41.55-24.595l5.692-125.892h14.085l5.213 115.3a273 273 0 0 0-11.909 4.687a257 257 0 0 0-13.08 5.903zm44.787-17.16l5.482-108.732h12.316l5.206 103.258c-7.318 1.33-15.03 3.154-23.004 5.474M33.535.026a6 6 0 0 1 .548-.024h187.511q.376 0 .74.044q.308-.042.559-.042V0c5.124 0 28.628 13.573 31.188 18.005c2.559 4.436 2.559 31.578 0 36.012c-2.56 4.436-26.066 18.01-31.184 18.01c-5.122 0-28.629-13.574-31.188-18.01c-1.948-3.376-2.413-19.9-1.396-29.56H65.687c1.017 9.66.552 26.186-1.396 29.56c-2.56 4.436-26.066 18.01-31.184 18.01c-5.122 0-28.628-13.574-31.188-18.01s-2.559-31.574 0-36.01C4.48 13.575 27.985.004 33.107.004V0q.196 0 .428.026"/></svg> </template>
CSS
.icon-seneca {
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%20200%22%3E%3Cpath%20d%3D%22m75.36%20199.75l5.346-150.487h13.2l4.807%20135.357c-8.61%204.885-16.455%209.979-23.355%2015.128zm41.55-24.595l5.692-125.892h14.085l5.213%20115.3a273%20273%200%200%200-11.909%204.687a257%20257%200%200%200-13.08%205.903zm44.787-17.16l5.482-108.732h12.316l5.206%20103.258c-7.318%201.33-15.03%203.154-23.004%205.474M33.535.026a6%206%200%200%201%20.548-.024h187.511q.376%200%20.74.044q.308-.042.559-.042V0c5.124%200%2028.628%2013.573%2031.188%2018.005c2.559%204.436%202.559%2031.578%200%2036.012c-2.56%204.436-26.066%2018.01-31.184%2018.01c-5.122%200-28.629-13.574-31.188-18.01c-1.948-3.376-2.413-19.9-1.396-29.56H65.687c1.017%209.66.552%2026.186-1.396%2029.56c-2.56%204.436-26.066%2018.01-31.184%2018.01c-5.122%200-28.628-13.574-31.188-18.01s-2.559-31.574%200-36.01C4.48%2013.575%2027.985.004%2033.107.004V0q.196%200%20.428.026%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%20200%22%3E%3Cpath%20d%3D%22m75.36%20199.75l5.346-150.487h13.2l4.807%20135.357c-8.61%204.885-16.455%209.979-23.355%2015.128zm41.55-24.595l5.692-125.892h14.085l5.213%20115.3a273%20273%200%200%200-11.909%204.687a257%20257%200%200%200-13.08%205.903zm44.787-17.16l5.482-108.732h12.316l5.206%20103.258c-7.318%201.33-15.03%203.154-23.004%205.474M33.535.026a6%206%200%200%201%20.548-.024h187.511q.376%200%20.74.044q.308-.042.559-.042V0c5.124%200%2028.628%2013.573%2031.188%2018.005c2.559%204.436%202.559%2031.578%200%2036.012c-2.56%204.436-26.066%2018.01-31.184%2018.01c-5.122%200-28.629-13.574-31.188-18.01c-1.948-3.376-2.413-19.9-1.396-29.56H65.687c1.017%209.66.552%2026.186-1.396%2029.56c-2.56%204.436-26.066%2018.01-31.184%2018.01c-5.122%200-28.628-13.574-31.188-18.01s-2.559-31.574%200-36.01C4.48%2013.575%2027.985.004%2033.107.004V0q.196%200%20.428.026%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/seneca.svg?color=%231a73e8&size=48