outline style icon
outline-style from Google Material Icons by Material Design Authors · Baseline · Image · Apache-2.0 Free for personal and commercial use.
- Name
- outline-style
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Image
- Viewbox
- 24×24
- License
- Apache 2.0
More image icons from Google Material Icons
baseline-10mpbaseline-11mpbaseline-12mpbaseline-13mpbaseline-14mpbaseline-15mpbaseline-16mpbaseline-17mpbaseline-18mpbaseline-19mpbaseline-20mpbaseline-21mpbaseline-22mpbaseline-23mpbaseline-24mpbaseline-2mpbaseline-30fps-selectbaseline-3mpbaseline-4mpbaseline-5mpbaseline-60fps-selectbaseline-6mpbaseline-7mpbaseline-8mp
Use the outline style icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2.53 19.65l1.34.56v-9.03l-2.43 5.86c-.41 1.02.08 2.19 1.09 2.61m19.5-3.7L17.07 3.98a2.01 2.01 0 0 0-1.81-1.23c-.26 0-.53.04-.79.15L7.1 5.95a2 2 0 0 0-1.08 2.6l4.96 11.97a2 2 0 0 0 2.6 1.08l7.36-3.05a1.994 1.994 0 0 0 1.09-2.6m-9.2 3.8L7.87 7.79l7.35-3.04h.01l4.95 11.95z"/><circle cx="11" cy="9" r="1" fill="currentColor"/><path fill="currentColor" d="M5.88 19.75c0 1.1.9 2 2 2h1.45l-3.45-8.34z"/></svg>
React
import type { SVGProps } from "react";
export function IcOutlineStyle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2.53 19.65l1.34.56v-9.03l-2.43 5.86c-.41 1.02.08 2.19 1.09 2.61m19.5-3.7L17.07 3.98a2.01 2.01 0 0 0-1.81-1.23c-.26 0-.53.04-.79.15L7.1 5.95a2 2 0 0 0-1.08 2.6l4.96 11.97a2 2 0 0 0 2.6 1.08l7.36-3.05a1.994 1.994 0 0 0 1.09-2.6m-9.2 3.8L7.87 7.79l7.35-3.04h.01l4.95 11.95z"/><circle cx="11" cy="9" r="1" fill="currentColor"/><path fill="currentColor" d="M5.88 19.75c0 1.1.9 2 2 2h1.45l-3.45-8.34z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2.53 19.65l1.34.56v-9.03l-2.43 5.86c-.41 1.02.08 2.19 1.09 2.61m19.5-3.7L17.07 3.98a2.01 2.01 0 0 0-1.81-1.23c-.26 0-.53.04-.79.15L7.1 5.95a2 2 0 0 0-1.08 2.6l4.96 11.97a2 2 0 0 0 2.6 1.08l7.36-3.05a1.994 1.994 0 0 0 1.09-2.6m-9.2 3.8L7.87 7.79l7.35-3.04h.01l4.95 11.95z"/><circle cx="11" cy="9" r="1" fill="currentColor"/><path fill="currentColor" d="M5.88 19.75c0 1.1.9 2 2 2h1.45l-3.45-8.34z"/></svg> </template>
CSS
.icon-outline-style {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m2.53%2019.65l1.34.56v-9.03l-2.43%205.86c-.41%201.02.08%202.19%201.09%202.61m19.5-3.7L17.07%203.98a2.01%202.01%200%200%200-1.81-1.23c-.26%200-.53.04-.79.15L7.1%205.95a2%202%200%200%200-1.08%202.6l4.96%2011.97a2%202%200%200%200%202.6%201.08l7.36-3.05a1.994%201.994%200%200%200%201.09-2.6m-9.2%203.8L7.87%207.79l7.35-3.04h.01l4.95%2011.95z%22%2F%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%229%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.88%2019.75c0%201.1.9%202%202%202h1.45l-3.45-8.34z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m2.53%2019.65l1.34.56v-9.03l-2.43%205.86c-.41%201.02.08%202.19%201.09%202.61m19.5-3.7L17.07%203.98a2.01%202.01%200%200%200-1.81-1.23c-.26%200-.53.04-.79.15L7.1%205.95a2%202%200%200%200-1.08%202.6l4.96%2011.97a2%202%200%200%200%202.6%201.08l7.36-3.05a1.994%201.994%200%200%200%201.09-2.6m-9.2%203.8L7.87%207.79l7.35-3.04h.01l4.95%2011.95z%22%2F%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%229%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.88%2019.75c0%201.1.9%202%202%202h1.45l-3.45-8.34z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-style.svg?color=%231a73e8&size=48